{"info":{"_postman_id":"93bc157a-2c90-4913-929b-115aefa1abb2","name":"Empress API Specification","description":"<html><head></head><body><p>This is a dynamically generated API specification for all endpoints existing on the current project.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30262633","collectionId":"93bc157a-2c90-4913-929b-115aefa1abb2","publishedId":"2s9YeG5Wp9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5046e4"},"publishDate":"2023-11-28T17:06:33.000Z"},"item":[{"name":"assets","item":[{"name":"{id}","item":[{"name":"Get an Asset","id":"38389888-7c14-4ae8-8b6f-7e28438f9417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://app.empress.eco/assets/:id?key=<string>&transforms=<string>&download=<boolean>","description":"<p>Image typed files can be dynamically resized and transformed to fit any need.</p>\n","urlObject":{"path":["assets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>The key of the asset size configured in settings.</p>\n","type":"text/plain"},"key":"key","value":"<string>"},{"description":{"content":"<p>A JSON array of image transformations</p>\n","type":"text/plain"},"key":"transforms","value":"<string>"},{"description":{"content":"<p>Download the asset to your computer</p>\n","type":"text/plain"},"key":"download","value":"<boolean>"}],"variable":[{"id":"b032b7d2-bb90-4278-90e7-751d839c4d03","description":{"content":"<p>(Required) The id of the file.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ab02d2bf-32d3-436f-9568-d64bc5ac4d97","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":{"raw":"https://app.empress.eco/assets/:id?key=<string>&transforms=<string>&download=<boolean>","host":["https://app.empress.eco"],"path":["assets",":id"],"query":[{"description":"The key of the asset size configured in settings.","key":"key","value":"<string>"},{"description":"A JSON array of image transformations","key":"transforms","value":"<string>"},{"description":"Download the asset to your computer","key":"download","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"450e9ab5-1f47-4417-a9ca-95e2b720796b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/assets/:id?key=<string>&transforms=<string>&download=<boolean>","host":["https://app.empress.eco"],"path":["assets",":id"],"query":[{"description":"The key of the asset size configured in settings.","key":"key","value":"<string>"},{"description":"A JSON array of image transformations","key":"transforms","value":"<string>"},{"description":"Download the asset to your computer","key":"download","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"38389888-7c14-4ae8-8b6f-7e28438f9417"}],"id":"dc3cd8d4-96cc-4628-b109-4e0233683389","_postman_id":"dc3cd8d4-96cc-4628-b109-4e0233683389","description":""}],"id":"ae4e39e8-e94b-4bb9-aeaa-4be9346bf153","_postman_id":"ae4e39e8-e94b-4bb9-aeaa-4be9346bf153","description":""},{"name":"auth","item":[{"name":"login","item":[{"name":"Retrieve a Temporary Access Token","id":"6da5f2ed-5350-4116-a964-b43d3f38fa86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"mode\": \"json\",\n  \"otp\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/login","description":"<p>Retrieve a Temporary Access Token</p>\n","urlObject":{"path":["auth","login"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"22d24b64-feca-4d9b-9818-1b3dc7687f2c","name":"Successful authentification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"mode\": \"json\",\n  \"otp\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"access_token\": \"<string>\",\n    \"expires\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  }\n}"}],"_postman_id":"6da5f2ed-5350-4116-a964-b43d3f38fa86"}],"id":"acd15f9d-7f9a-4e1d-a0f7-4e6fddd18cf1","_postman_id":"acd15f9d-7f9a-4e1d-a0f7-4e6fddd18cf1","description":""},{"name":"refresh","item":[{"name":"Refresh Token","id":"e12f9212-b623-4b34-b667-81c2ce903172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/refresh","description":"<p>Refresh a Temporary Access Token.</p>\n","urlObject":{"path":["auth","refresh"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3ba67958-b6ed-4ebe-a53e-57e6a859acdc","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"access_token\": \"<string>\",\n    \"expires\": \"<integer>\",\n    \"refresh_token\": \"<string>\"\n  }\n}"},{"id":"3a45a3cc-16b1-44f6-9d12-81d2165ed758","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/refresh"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e12f9212-b623-4b34-b667-81c2ce903172"}],"id":"cc830c04-6162-4789-b20d-39442b531e36","_postman_id":"cc830c04-6162-4789-b20d-39442b531e36","description":""},{"name":"logout","item":[{"name":"Log Out","id":"db1455f1-ea07-46e2-ae04-3e315d1b6878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/logout","description":"<p>Log Out</p>\n","urlObject":{"path":["auth","logout"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7e7566da-f36d-40d3-8ebf-fa680fa0b988","name":"Request successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db1455f1-ea07-46e2-ae04-3e315d1b6878"}],"id":"f4226d06-1c87-4158-92b8-4ed69ddb0e0a","_postman_id":"f4226d06-1c87-4158-92b8-4ed69ddb0e0a","description":""},{"name":"password","item":[{"name":"request","item":[{"name":"Request a Password Reset","id":"c5781356-e860-4ca8-a06f-5789d4409171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/password/request","description":"<p>Request a reset password email to be send.</p>\n","urlObject":{"path":["auth","password","request"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f4ea6b19-7aa5-4a6e-a0e0-543c227c9a6e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/password/request"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c5781356-e860-4ca8-a06f-5789d4409171"}],"id":"9e7ddf36-ac1b-47f9-b939-ba35626d6cfc","_postman_id":"9e7ddf36-ac1b-47f9-b939-ba35626d6cfc","description":""},{"name":"reset","item":[{"name":"Reset a Password","id":"357e43ce-bdb8-4a0f-98f8-debc3abd22a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/password/reset","description":"<p>The request a password reset endpoint sends an email with a link to the admin app which in turn uses this endpoint to allow the user to reset their password.</p>\n","urlObject":{"path":["auth","password","reset"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cae64e0b-8d00-4795-bb1d-af7477a231e5","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/auth/password/reset"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"357e43ce-bdb8-4a0f-98f8-debc3abd22a8"}],"id":"478ed7a3-2503-4500-9cdb-35dcc8d3d333","_postman_id":"478ed7a3-2503-4500-9cdb-35dcc8d3d333","description":""}],"id":"fb3d2eac-e7d9-41c2-8702-fd30180afe31","_postman_id":"fb3d2eac-e7d9-41c2-8702-fd30180afe31","description":""},{"name":"oauth","item":[{"name":"{provider}","item":[{"name":"Authenticated using an OAuth provider","id":"df285273-50c9-4fc8-891c-a10b75ce6035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/auth/oauth/:provider?redirect=<string>","description":"<p>Start OAuth flow using the specified provider</p>\n","urlObject":{"path":["auth","oauth",":provider"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Where to redirect on successful login.<br />If set the authentication details are set inside cookies otherwise a JSON is returned.</p>\n","type":"text/plain"},"key":"redirect","value":"<string>"}],"variable":[{"id":"e8a6d416-333a-4037-b094-ee761ab0e51d","description":{"content":"<p>(Required) Key of the activated OAuth provider.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"provider"}]}},"response":[{"id":"70d3429c-525e-408d-8b78-aee7fe24e2a1","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/auth/oauth/:provider?redirect=<string>","host":["https://app.empress.eco"],"path":["auth","oauth",":provider"],"query":[{"description":"Where to redirect on successful login.<br/>If set the authentication details are set inside cookies otherwise a JSON is returned.","key":"redirect","value":"<string>"}],"variable":[{"key":"provider"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"public\": \"<boolean>\",\n  \"data\": {\n    \"token\": \"<string>\"\n  }\n}"},{"id":"79755b33-4a42-4293-8636-b38f8c45e561","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/auth/oauth/:provider?redirect=<string>","host":["https://app.empress.eco"],"path":["auth","oauth",":provider"],"query":[{"description":"Where to redirect on successful login.<br/>If set the authentication details are set inside cookies otherwise a JSON is returned.","key":"redirect","value":"<string>"}],"variable":[{"key":"provider"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"df285273-50c9-4fc8-891c-a10b75ce6035"}],"id":"4cde4441-3143-4ef0-9490-a9f1fae09170","_postman_id":"4cde4441-3143-4ef0-9490-a9f1fae09170","description":""},{"name":"List OAuth Providers","id":"98cdc4e2-b4e7-414d-b05c-ddde48d0c082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/auth/oauth","description":"<p>List configured OAuth providers.</p>\n","urlObject":{"path":["auth","oauth"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"01fb53b2-e5c0-452c-ae18-74f20cfdd615","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/auth/oauth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"public\": \"<boolean>\",\n  \"data\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"141e1423-d04b-4a1b-9239-5e1ba5be7b62","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/auth/oauth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"98cdc4e2-b4e7-414d-b05c-ddde48d0c082"}],"id":"42c9a572-511a-4eea-8961-3c5c235e10c4","_postman_id":"42c9a572-511a-4eea-8961-3c5c235e10c4","description":""}],"id":"6b641277-137b-42c2-a3ef-5aead2e7029f","_postman_id":"6b641277-137b-42c2-a3ef-5aead2e7029f","description":""},{"name":"extensions","item":[{"name":"interfaces","item":[{"name":"List Interfaces","id":"8b9bb40e-7265-48fa-a6d9-b0d793f42a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/interfaces","description":"<p>List all installed custom interfaces.</p>\n","urlObject":{"path":["extensions","interfaces"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"90e1da5f-0865-49fa-a58d-9c88c7c9d2bc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1790943d-48f7-46a9-85e2-7c6a38bcc83a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/interfaces"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e01660c6-6f36-4de0-a3f3-aa4a9005da02","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/interfaces"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8b9bb40e-7265-48fa-a6d9-b0d793f42a1a"}],"id":"241dcaa9-1cf2-4430-adcc-71753f8bf403","_postman_id":"241dcaa9-1cf2-4430-adcc-71753f8bf403","description":""},{"name":"layouts","item":[{"name":"List Layouts","id":"a78046a9-aa30-4146-9fb3-6e34a31b493a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/layouts","description":"<p>List all installed custom layouts.</p>\n","urlObject":{"path":["extensions","layouts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ca898f91-4ff4-4eef-8c91-8d34dc70e0e4","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/layouts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7fdeae0e-d513-4385-9008-021498a3d9a3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/layouts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0196966e-b3a3-4334-a6d7-51de393c8970","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/layouts"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a78046a9-aa30-4146-9fb3-6e34a31b493a"}],"id":"62e311b9-5720-4937-98fe-959f2a3d9cdf","_postman_id":"62e311b9-5720-4937-98fe-959f2a3d9cdf","description":""},{"name":"displays","item":[{"name":"List Displays","id":"2ee42dbb-e554-4bd9-82da-eec757a98ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/displays","description":"<p>List all installed custom displays.</p>\n","urlObject":{"path":["extensions","displays"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"541d0f3b-136e-4b28-b22c-724db51fc522","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/displays"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4befff50-b060-45e1-b3ff-d2e9975faf1e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/displays"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0ae1ac00-6c7f-4e7e-9414-afe343202bea","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/displays"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2ee42dbb-e554-4bd9-82da-eec757a98ee4"}],"id":"3d17b3ab-8929-482d-bfc0-cecc89c86f8f","_postman_id":"3d17b3ab-8929-482d-bfc0-cecc89c86f8f","description":""},{"name":"modules","item":[{"name":"List Modules","id":"1bee8638-35da-43b2-9184-3b0b58a827c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/modules","description":"<p>List all installed custom modules.</p>\n","urlObject":{"path":["extensions","modules"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"fcdcf404-768e-40b6-b558-b11602dab842","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/modules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f13b504f-5da7-4060-8e1a-47703add7722","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/modules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d2626ba8-a7f9-4aac-87e7-deb134d7a96c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/extensions/modules"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1bee8638-35da-43b2-9184-3b0b58a827c1"}],"id":"985b0e30-8b0f-4366-b916-d435d1d77e3d","_postman_id":"985b0e30-8b0f-4366-b916-d435d1d77e3d","description":""}],"id":"ae6d77a1-d1fb-4d1d-baa2-b7a2f99130b1","_postman_id":"ae6d77a1-d1fb-4d1d-baa2-b7a2f99130b1","description":""},{"name":"schema","item":[{"name":"snapshot","item":[{"name":"Retrieve Schema Snapshot","id":"02ac2fc8-170f-4b91-8f83-a1018fb40e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/schema/snapshot?export=yaml","description":"<p>Retrieve the current schema. This endpoint is only available to admin users.</p>\n","urlObject":{"path":["schema","snapshot"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Saves the API response to a file. Accepts one of \"csv\", \"json\", \"xml\", \"yaml\".</p>\n","type":"text/plain"},"key":"export","value":"yaml"}],"variable":[]}},"response":[{"id":"d252aba4-a1c1-481b-8113-61ef852563a9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/schema/snapshot?export=yaml","host":["https://app.empress.eco"],"path":["schema","snapshot"],"query":[{"description":"Saves the API response to a file. Accepts one of \"csv\", \"json\", \"xml\", \"yaml\".","key":"export","value":"yaml"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"version\": \"<integer>\",\n    \"directus\": \"<string>\",\n    \"vendor\": \"<string>\",\n    \"collections\": [\n      {\n        \"collection\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"note\": \"<string>\",\n        \"display_template\": \"<string>\",\n        \"hidden\": \"<boolean>\",\n        \"singleton\": \"<boolean>\",\n        \"translations\": {\n          \"nullable\": true\n        },\n        \"archive_field\": \"<string>\",\n        \"archive_app_filter\": \"<boolean>\",\n        \"archive_value\": \"<string>\",\n        \"unarchive_value\": \"<string>\",\n        \"sort_field\": \"<string>\",\n        \"accountability\": \"<string>\",\n        \"color\": \"<string>\",\n        \"item_duplication_fields\": {\n          \"nullable\": true\n        },\n        \"sort\": \"<integer>\",\n        \"group\": \"<string>\",\n        \"collapse\": \"<string>\",\n        \"preview_url\": \"<string>\",\n        \"versioning\": \"<boolean>\",\n        \"tenant\": \"<uuid>\",\n        \"collection_divider\": \"<string>\",\n        \"preview_divider\": \"<string>\",\n        \"content_versioning_divider\": \"<string>\",\n        \"archive_divider\": \"<string>\",\n        \"sort_divider\": \"<string>\",\n        \"accountability_divider\": \"<string>\",\n        \"duplication_divider\": \"<string>\"\n      },\n      {\n        \"collection\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"note\": \"<string>\",\n        \"display_template\": \"<string>\",\n        \"hidden\": \"<boolean>\",\n        \"singleton\": \"<boolean>\",\n        \"translations\": {\n          \"nullable\": true\n        },\n        \"archive_field\": \"<string>\",\n        \"archive_app_filter\": \"<boolean>\",\n        \"archive_value\": \"<string>\",\n        \"unarchive_value\": \"<string>\",\n        \"sort_field\": \"<string>\",\n        \"accountability\": \"<string>\",\n        \"color\": \"<string>\",\n        \"item_duplication_fields\": {\n          \"nullable\": true\n        },\n        \"sort\": \"<integer>\",\n        \"group\": \"<string>\",\n        \"collapse\": \"<string>\",\n        \"preview_url\": \"<string>\",\n        \"versioning\": \"<boolean>\",\n        \"tenant\": \"<uuid>\",\n        \"collection_divider\": \"<string>\",\n        \"preview_divider\": \"<string>\",\n        \"content_versioning_divider\": \"<string>\",\n        \"archive_divider\": \"<string>\",\n        \"sort_divider\": \"<string>\",\n        \"accountability_divider\": \"<string>\",\n        \"duplication_divider\": \"<string>\"\n      }\n    ],\n    \"fields\": [\n      {\n        \"id\": \"<integer>\",\n        \"collection\": \"<string>\",\n        \"field\": \"<string>\",\n        \"special\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"interface\": \"<string>\",\n        \"options\": {\n          \"nullable\": true\n        },\n        \"display\": \"<string>\",\n        \"display_options\": {\n          \"nullable\": true\n        },\n        \"readonly\": \"<boolean>\",\n        \"hidden\": \"<boolean>\",\n        \"sort\": \"<integer>\",\n        \"width\": \"<string>\",\n        \"translations\": {\n          \"nullable\": true\n        },\n        \"note\": \"<string>\",\n        \"conditions\": {\n          \"nullable\": true\n        },\n        \"required\": \"<boolean>\",\n        \"group\": \"<integer>\",\n        \"validation\": {\n          \"nullable\": true\n        },\n        \"validation_message\": \"<string>\",\n        \"tenant\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"collection\": \"<string>\",\n        \"field\": \"<string>\",\n        \"special\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"interface\": \"<string>\",\n        \"options\": {\n          \"nullable\": true\n        },\n        \"display\": \"<string>\",\n        \"display_options\": {\n          \"nullable\": true\n        },\n        \"readonly\": \"<boolean>\",\n        \"hidden\": \"<boolean>\",\n        \"sort\": \"<integer>\",\n        \"width\": \"<string>\",\n        \"translations\": {\n          \"nullable\": true\n        },\n        \"note\": \"<string>\",\n        \"conditions\": {\n          \"nullable\": true\n        },\n        \"required\": \"<boolean>\",\n        \"group\": \"<integer>\",\n        \"validation\": {\n          \"nullable\": true\n        },\n        \"validation_message\": \"<string>\",\n        \"tenant\": \"<uuid>\"\n      }\n    ],\n    \"relations\": [\n      {\n        \"id\": \"<integer>\",\n        \"many_collection\": \"<string>\",\n        \"many_field\": \"<string>\",\n        \"one_collection\": \"<string>\",\n        \"one_field\": \"<string>\",\n        \"one_collection_field\": \"<string>\",\n        \"one_allowed_collections\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"junction_field\": \"<string>\",\n        \"sort_field\": \"<string>\",\n        \"one_deselect_action\": \"<string>\",\n        \"tenant\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"many_collection\": \"<string>\",\n        \"many_field\": \"<string>\",\n        \"one_collection\": \"<string>\",\n        \"one_field\": \"<string>\",\n        \"one_collection_field\": \"<string>\",\n        \"one_allowed_collections\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"junction_field\": \"<string>\",\n        \"sort_field\": \"<string>\",\n        \"one_deselect_action\": \"<string>\",\n        \"tenant\": \"<uuid>\"\n      }\n    ]\n  }\n}"},{"id":"520f0015-3ac2-4518-abf2-6037817de80a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/schema/snapshot?export=yaml","host":["https://app.empress.eco"],"path":["schema","snapshot"],"query":[{"description":"Saves the API response to a file. Accepts one of \"csv\", \"json\", \"xml\", \"yaml\".","key":"export","value":"yaml"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"02ac2fc8-170f-4b91-8f83-a1018fb40e1d"}],"id":"ac46f532-fb87-4dfd-a849-5629353a9b9a","_postman_id":"ac46f532-fb87-4dfd-a849-5629353a9b9a","description":""},{"name":"apply","item":[{"name":"Apply Schema Difference","id":"8ee99860-6de2-4797-8b55-1b726b78d2c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://app.empress.eco/schema/apply","description":"<p>Update the instance's schema by passing the diff previously retrieved via <code>/schema/diff</code> endpoint in the JSON request body or a JSON/YAML file. This endpoint is only available to admin users.</p>\n","urlObject":{"path":["schema","apply"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"911a36fb-37de-49c3-b758-be7933c9930f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://app.empress.eco/schema/apply"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e13c9161-d832-4661-9e24-52f023d3e148","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://app.empress.eco/schema/apply"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8ee99860-6de2-4797-8b55-1b726b78d2c7"}],"id":"32ab279b-2904-4432-8a99-d0abbeb69130","_postman_id":"32ab279b-2904-4432-8a99-d0abbeb69130","description":""},{"name":"diff","item":[{"name":"Retrieve Schema Difference","id":"41f9a1ff-2888-4dac-bf34-cf3f28132116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://app.empress.eco/schema/diff?force=<boolean>","description":"<p>Compare the current instance's schema against the schema snapshot in JSON request body or a JSON/YAML file and retrieve the difference. This endpoint is only available to admin users.</p>\n","urlObject":{"path":["schema","diff"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Bypass version and database vendor restrictions.</p>\n","type":"text/plain"},"key":"force","value":"<boolean>"}],"variable":[]}},"response":[{"id":"be9e11a7-d471-4353-bc2b-b774f973e5e3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":{"raw":"https://app.empress.eco/schema/diff?force=<boolean>","host":["https://app.empress.eco"],"path":["schema","diff"],"query":[{"description":"Bypass version and database vendor restrictions.","key":"force","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"diff\": {\n      \"collections\": [\n        {\n          \"collection\": \"<string>\"\n        },\n        {\n          \"collection\": \"<string>\"\n        }\n      ],\n      \"fields\": [\n        {\n          \"collection\": \"<string>\",\n          \"field\": \"<string>\"\n        },\n        {\n          \"collection\": \"<string>\",\n          \"field\": \"<string>\"\n        }\n      ],\n      \"relations\": [\n        {\n          \"collection\": \"<string>\",\n          \"field\": \"<string>\",\n          \"related_collection\": \"<string>\"\n        },\n        {\n          \"collection\": \"<string>\",\n          \"field\": \"<string>\",\n          \"related_collection\": \"<string>\"\n        }\n      ]\n    }\n  }\n}"},{"id":"4c2f8974-78ae-4d90-a39b-cbbd82779ece","name":"No schema difference.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":{"raw":"https://app.empress.eco/schema/diff?force=<boolean>","host":["https://app.empress.eco"],"path":["schema","diff"],"query":[{"description":"Bypass version and database vendor restrictions.","key":"force","value":"<boolean>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7095ee4f-636c-4154-b68e-8a2f9647432f","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":{"raw":"https://app.empress.eco/schema/diff?force=<boolean>","host":["https://app.empress.eco"],"path":["schema","diff"],"query":[{"description":"Bypass version and database vendor restrictions.","key":"force","value":"<boolean>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"41f9a1ff-2888-4dac-bf34-cf3f28132116"}],"id":"fa3a2b6a-8246-42ad-ba23-3eb020ef2cd2","_postman_id":"fa3a2b6a-8246-42ad-ba23-3eb020ef2cd2","description":""}],"id":"49895725-c0d5-4267-bf2b-ed1ced1b7f42","_postman_id":"49895725-c0d5-4267-bf2b-ed1ced1b7f42","description":""},{"name":"server","item":[{"name":"info","item":[{"name":"System Info","id":"5029e8b5-761a-4932-9a97-f1afc49e6395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/server/info?super_admin_token=<integer>","description":"<p>Perform a system status check and return the options.</p>\n","urlObject":{"path":["server","info"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>(Required) The first time you create a project, the provided token will be saved and required for subsequent project installs. It can also be found and configured in <code>/config/__api.json</code> on your server.</p>\n","type":"text/plain"},"key":"super_admin_token","value":"<integer>"}],"variable":[]}},"response":[{"id":"ad225f7b-92ff-425b-aecd-8e6d854b86bc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/server/info?super_admin_token=<integer>","host":["https://app.empress.eco"],"path":["server","info"],"query":[{"description":"(Required) The first time you create a project, the provided token will be saved and required for subsequent project installs. It can also be found and configured in `/config/__api.json` on your server.","key":"super_admin_token","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"a84ca41d-ece6-455f-a46e-cceb8babb1a1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/server/info?super_admin_token=<integer>","host":["https://app.empress.eco"],"path":["server","info"],"query":[{"description":"(Required) The first time you create a project, the provided token will be saved and required for subsequent project installs. It can also be found and configured in `/config/__api.json` on your server.","key":"super_admin_token","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6f762db3-9eab-45e0-9b92-8295d973cebd","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/server/info?super_admin_token=<integer>","host":["https://app.empress.eco"],"path":["server","info"],"query":[{"description":"(Required) The first time you create a project, the provided token will be saved and required for subsequent project installs. It can also be found and configured in `/config/__api.json` on your server.","key":"super_admin_token","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5029e8b5-761a-4932-9a97-f1afc49e6395"}],"id":"163e7d2f-ae92-4150-a516-e8175a333b7f","_postman_id":"163e7d2f-ae92-4150-a516-e8175a333b7f","description":""},{"name":"ping","item":[{"name":"Ping","id":"cbd61984-799d-4ad0-aae9-1a727eed9856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/text"}],"url":"https://app.empress.eco/server/ping","description":"<p>Ping, pong. Ping.. pong.</p>\n","urlObject":{"path":["server","ping"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b159bc8d-805d-46e4-9d79-10ef793628c7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/text"}],"url":"https://app.empress.eco/server/ping"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/text"}],"cookie":[],"responseTime":null,"body":"pong"}],"_postman_id":"cbd61984-799d-4ad0-aae9-1a727eed9856"}],"id":"721b2561-ef92-4156-adf7-1baf23c47577","_postman_id":"721b2561-ef92-4156-adf7-1baf23c47577","description":""}],"id":"cec0d591-678b-416e-b24c-8b3e24552627","_postman_id":"cec0d591-678b-416e-b24c-8b3e24552627","description":""},{"name":"utils","item":[{"name":"hash","item":[{"name":"generate","item":[{"name":"Hash a string","id":"759e3a04-5487-44cf-8d63-26c56cc1b72e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"string\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/hash/generate","description":"<p>Generate a hash for a given string.</p>\n","urlObject":{"path":["utils","hash","generate"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b652c3c1-b7dc-4252-8da0-b7680448601c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"string\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/hash/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": \"<string>\"\n}"}],"_postman_id":"759e3a04-5487-44cf-8d63-26c56cc1b72e"}],"id":"700e2147-c833-47eb-a730-e013739a10e5","_postman_id":"700e2147-c833-47eb-a730-e013739a10e5","description":""},{"name":"verify","item":[{"name":"Hash a string","id":"48055ba5-3dc7-4964-9ea5-6982ff9dd60f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"string\": \"<string>\",\n  \"hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/hash/verify","description":"<p>Generate a hash for a given string.</p>\n","urlObject":{"path":["utils","hash","verify"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"55d7e8cf-9338-4ff2-b3c0-c0cc1046acab","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"string\": \"<string>\",\n  \"hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/hash/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": \"<boolean>\"\n}"}],"_postman_id":"48055ba5-3dc7-4964-9ea5-6982ff9dd60f"}],"id":"18083db7-3bfe-45e7-8d50-b1ae6c25ccca","_postman_id":"18083db7-3bfe-45e7-8d50-b1ae6c25ccca","description":""}],"id":"92f9f24b-f204-4e72-8166-c001683afd50","_postman_id":"92f9f24b-f204-4e72-8166-c001683afd50","description":""},{"name":"sort","item":[{"name":"{collection}","item":[{"name":"Sort Items","id":"9671ebd7-7873-4f87-927e-0cb23bb4d07f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item\": \"<number>\",\n  \"to\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/sort/:collection","description":"<p>Re-sort items in collection based on start and to value of item</p>\n","urlObject":{"path":["utils","sort",":collection"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"27e36ee2-7693-44c8-90a3-16d8cc27806d","description":{"content":"<p>(Required) Collection identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"}]}},"response":[{"id":"6caf0624-867b-46df-be45-a54177a8a41e","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item\": \"<number>\",\n  \"to\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/utils/sort/:collection","host":["https://app.empress.eco"],"path":["utils","sort",":collection"],"variable":[{"key":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9671ebd7-7873-4f87-927e-0cb23bb4d07f"}],"id":"9f87c339-e728-47b3-b198-ada8a4367cd0","_postman_id":"9f87c339-e728-47b3-b198-ada8a4367cd0","description":""}],"id":"8b01f564-e002-467c-b372-504326d7fdc9","_postman_id":"8b01f564-e002-467c-b372-504326d7fdc9","description":""},{"name":"import","item":[{"name":"{collection}","item":[{"name":"Import Items","id":"415daaf7-1de2-47e6-85eb-05121af70647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://app.empress.eco/utils/import/:collection","description":"<p>Import multiple records from a JSON or CSV file into a collection.</p>\n","urlObject":{"path":["utils","import",":collection"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"cc0b847e-00e9-4782-9508-9c3f2a37b106","description":{"content":"<p>(Required) Collection identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"}]}},"response":[{"id":"ceb98adb-121c-42b6-bccc-74c8ffeb3b62","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":{"raw":"https://app.empress.eco/utils/import/:collection","host":["https://app.empress.eco"],"path":["utils","import",":collection"],"variable":[{"key":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"415daaf7-1de2-47e6-85eb-05121af70647"}],"id":"69a2eda2-3e36-42f8-8b51-9cf98216adbb","_postman_id":"69a2eda2-3e36-42f8-8b51-9cf98216adbb","description":""}],"id":"a087a91a-8aba-4e03-9bd4-1cb68443c495","_postman_id":"a087a91a-8aba-4e03-9bd4-1cb68443c495","description":""},{"name":"export","item":[{"name":"{collection}","item":[{"name":"Export Items","id":"202ab2d5-92f0-47df-bc93-6014890e53ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"format\": \"csv\",\n  \"query\": {\n    \"fields\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"filter\": {},\n    \"search\": \"<string>\",\n    \"sort\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"limit\": \"<number>\",\n    \"offset\": \"<number>\",\n    \"page\": \"<number>\",\n    \"deep\": {}\n  },\n  \"file\": {\n    \"id\": \"<string>\",\n    \"storage\": \"<string>\",\n    \"filename_disk\": \"<string>\",\n    \"filename_download\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"folder\": \"<string>\",\n    \"uploaded_by\": \"<string>\",\n    \"uploaded_on\": \"<dateTime>\",\n    \"modified_by\": \"<uuid>\",\n    \"modified_on\": \"<string>\",\n    \"charset\": \"<string>\",\n    \"filesize\": \"<integer>\",\n    \"width\": \"<integer>\",\n    \"height\": \"<integer>\",\n    \"duration\": \"<integer>\",\n    \"embed\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"metadata\": {},\n    \"tenant\": \"<uuid>\",\n    \"storage_divider\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/utils/export/:collection","description":"<p>Export a larger data set to a file in the File Library</p>\n","urlObject":{"path":["utils","export",":collection"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f886a511-0498-45fe-aac9-b8b4314bb0fb","description":{"content":"<p>(Required) Collection identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"}]}},"response":[{"id":"a14a557c-c4b5-4722-968e-3b4a940b8ed7","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"format\": \"csv\",\n  \"query\": {\n    \"fields\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"filter\": {},\n    \"search\": \"<string>\",\n    \"sort\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"limit\": \"<number>\",\n    \"offset\": \"<number>\",\n    \"page\": \"<number>\",\n    \"deep\": {}\n  },\n  \"file\": {\n    \"id\": \"<string>\",\n    \"storage\": \"<string>\",\n    \"filename_disk\": \"<string>\",\n    \"filename_download\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"folder\": \"<string>\",\n    \"uploaded_by\": \"<string>\",\n    \"uploaded_on\": \"<dateTime>\",\n    \"modified_by\": \"<uuid>\",\n    \"modified_on\": \"<string>\",\n    \"charset\": \"<string>\",\n    \"filesize\": \"<integer>\",\n    \"width\": \"<integer>\",\n    \"height\": \"<integer>\",\n    \"duration\": \"<integer>\",\n    \"embed\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"metadata\": {},\n    \"tenant\": \"<uuid>\",\n    \"storage_divider\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/utils/export/:collection","host":["https://app.empress.eco"],"path":["utils","export",":collection"],"variable":[{"key":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"202ab2d5-92f0-47df-bc93-6014890e53ff"}],"id":"8a30be32-b01e-49a8-90bf-79a77056c73f","_postman_id":"8a30be32-b01e-49a8-90bf-79a77056c73f","description":""}],"id":"a2ba03fe-c957-4da8-8f6d-0637499c6a72","_postman_id":"a2ba03fe-c957-4da8-8f6d-0637499c6a72","description":""},{"name":"cache","item":[{"name":"clear","item":[{"name":"Clear Cache","id":"4b75f798-8a5f-43f8-80cc-76fac9cc1114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://app.empress.eco/utils/cache/clear","description":"<p>Resets both the data and schema cache of Directus.</p>\n","urlObject":{"path":["utils","cache","clear"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"4ccdb251-a2ec-4a5e-92d7-f768055437d5","name":"Successful request","originalRequest":{"method":"POST","header":[],"url":"https://app.empress.eco/utils/cache/clear"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b75f798-8a5f-43f8-80cc-76fac9cc1114"}],"id":"2ab0dcdd-b85f-4ceb-b759-a095d88910f5","_postman_id":"2ab0dcdd-b85f-4ceb-b759-a095d88910f5","description":""}],"id":"d9133bd0-7145-4718-9566-af1ec6bf460e","_postman_id":"d9133bd0-7145-4718-9566-af1ec6bf460e","description":""},{"name":"random","item":[{"name":"string","item":[{"name":"Get a Random String","id":"13bba92e-3f99-4a6a-8ac0-c3f811979c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/utils/random/string?length=<integer>","description":"<p>Returns a random string of given length.</p>\n","urlObject":{"path":["utils","random","string"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Length of the random string.</p>\n","type":"text/plain"},"key":"length","value":"<integer>"}],"variable":[]}},"response":[{"id":"0f4a5129-9fe3-4aac-8efd-3ac8571a2b05","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/utils/random/string?length=<integer>","host":["https://app.empress.eco"],"path":["utils","random","string"],"query":[{"description":"Length of the random string.","key":"length","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": \"<string>\"\n}"}],"_postman_id":"13bba92e-3f99-4a6a-8ac0-c3f811979c5f"}],"id":"e79757fd-b967-436a-bc88-61f64e3e31f3","_postman_id":"e79757fd-b967-436a-bc88-61f64e3e31f3","description":""}],"id":"eb5fa868-d8f1-41b1-9960-60ae7165bbcd","_postman_id":"eb5fa868-d8f1-41b1-9960-60ae7165bbcd","description":""}],"id":"9d6f4ff7-7646-4dae-b795-9f9eb39e5470","_postman_id":"9d6f4ff7-7646-4dae-b795-9f9eb39e5470","description":""},{"name":"items","item":[{"name":"accounts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"2fe46f3d-ee27-4e89-af7b-a300b2f8d5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single accounts item by unique identifier.</p>\n","urlObject":{"path":["items","accounts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"709cbdb7-7cc3-4276-abfe-e93823f18581","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b5e75e9e-acc4-4cff-b0ab-04271ed1490b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"82fa5c4d-fcf4-4638-8b63-8c171ba8d7f5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b0dc7420-4804-4dff-921e-8ba29524eccd","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2fe46f3d-ee27-4e89-af7b-a300b2f8d5ca"},{"name":"Update an Item","id":"d2fb17af-28dd-4802-8128-6e35a8c1cac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<uuid>\",\n  \"account_type\": \"<string>\",\n  \"account_name\": \"<string>\",\n  \"balance\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"related_account\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing accounts item.</p>\n","urlObject":{"path":["items","accounts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9cffe117-92d0-48fa-96c0-437b78f23689","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ca4bbe89-41c1-411b-beb5-4bed45af1e2b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<uuid>\",\n  \"account_type\": \"<string>\",\n  \"account_name\": \"<string>\",\n  \"balance\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"related_account\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"c717c4fd-46a4-41bd-9e6b-aeed4b66fd2b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<uuid>\",\n  \"account_type\": \"<string>\",\n  \"account_name\": \"<string>\",\n  \"balance\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"related_account\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bc65d2fe-c65c-42d6-9d66-b373ed813021","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"<uuid>\",\n  \"account_type\": \"<string>\",\n  \"account_name\": \"<string>\",\n  \"balance\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"related_account\": \"<uuid>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d2fb17af-28dd-4802-8128-6e35a8c1cac4"},{"name":"Delete an Item","id":"f951ef01-f92f-403b-8870-02e6eaa01499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/accounts/:id","description":"<p>Delete an existing accounts item.</p>\n","urlObject":{"path":["items","accounts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"18b9e05a-c375-4906-9ef6-2988dba346a0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5d5c94ff-934f-43d1-8c01-e6eaa9520999","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/accounts/:id","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"008e0c89-74da-48c9-8736-956c7afe5426","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/accounts/:id","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d38c3953-d2ba-4084-ab4f-b550e486b762","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/accounts/:id","host":["https://app.empress.eco"],"path":["items","accounts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f951ef01-f92f-403b-8870-02e6eaa01499"}],"id":"628ceb38-5b23-4c47-89b5-56b26fb19137","_postman_id":"628ceb38-5b23-4c47-89b5-56b26fb19137","description":""},{"name":"Create an Item","id":"10a9c863-0c3a-4619-9a37-7ac6698070ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/accounts?meta=<string>","description":"<p>Create a new accounts item.</p>\n","urlObject":{"path":["items","accounts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1432c088-99c4-4ccc-8629-2d4dab5c77e0","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts?meta=<string>","host":["https://app.empress.eco"],"path":["items","accounts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"810f8f4c-1777-49ab-85ae-76b999679aea","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts?meta=<string>","host":["https://app.empress.eco"],"path":["items","accounts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"10a9c863-0c3a-4619-9a37-7ac6698070ef"},{"name":"List Items","id":"5c893e30-5ff3-432f-bf98-dff6ead62af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/accounts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the accounts items.</p>\n","urlObject":{"path":["items","accounts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"db4ac545-fc93-4e96-83db-17fb3e29f929","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/accounts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","accounts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"account_id\": \"<uuid>\",\n      \"account_type\": \"<string>\",\n      \"account_name\": \"<string>\",\n      \"balance\": \"<number>\",\n      \"currency\": \"<string>\",\n      \"related_account\": \"<uuid>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"account_id\": \"<uuid>\",\n      \"account_type\": \"<string>\",\n      \"account_name\": \"<string>\",\n      \"balance\": \"<number>\",\n      \"currency\": \"<string>\",\n      \"related_account\": \"<uuid>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"2c945887-71f8-4cef-a266-0e157049a5e7","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/accounts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","accounts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c893e30-5ff3-432f-bf98-dff6ead62af9"},{"name":"Update Multiple Items","id":"45f7cc76-2e2b-428f-9bbd-756a78c6d97a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/accounts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple accounts items at the same time.</p>\n","urlObject":{"path":["items","accounts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f6e3f8b4-998e-423f-9a9b-0160011d9727","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"account_id\": \"<uuid>\",\n    \"account_type\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"related_account\": \"<uuid>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/accounts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","accounts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"45f7cc76-2e2b-428f-9bbd-756a78c6d97a"},{"name":"Delete Multiple Items","id":"43ababcf-ce44-48fa-a378-5d9870b0741f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/accounts","description":"<p>Delete multiple existing accounts items.</p>\n","urlObject":{"path":["items","accounts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c2c2a3b2-75e9-40ab-9a3d-c27a97021ed0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"38372faf-b7b4-4df5-bcd4-c7025a53158c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"43ababcf-ce44-48fa-a378-5d9870b0741f"}],"id":"463c3f29-7ff1-44e8-a755-ab0f45513c92","_postman_id":"463c3f29-7ff1-44e8-a755-ab0f45513c92","description":""},{"name":"appointments","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"1445402e-1a61-42ea-9e69-cd145396e380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single appointments item by unique identifier.</p>\n","urlObject":{"path":["items","appointments",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"6eed811a-f506-491f-bf5e-1e8c0f5f9ea8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a8fb19af-7aca-48e8-a57e-e26a55d751a6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"d329384d-eeb1-48f3-ac45-464be9ee1633","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e8c4c6dd-923e-4c9c-b1ff-c4bc03c028c6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1445402e-1a61-42ea-9e69-cd145396e380"},{"name":"Update an Item","id":"f30e0a62-dac5-41ab-aed3-fbe857b56024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"appointment_id\": \"<uuid>\",\n  \"customer_id\": \"<string>\",\n  \"date\": \"<date>\",\n  \"time\": \"<time>\",\n  \"service_type\": \"<string>\",\n  \"assigned_staff\": \"<string>\",\n  \"status\": \"<string>\",\n  \"rescheduling_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing appointments item.</p>\n","urlObject":{"path":["items","appointments",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d84d0c41-46d1-4bb0-a00b-e4cfe5352a43","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"77f5a5be-ed6c-4ead-af17-c0a8740d57bb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"appointment_id\": \"<uuid>\",\n  \"customer_id\": \"<string>\",\n  \"date\": \"<date>\",\n  \"time\": \"<time>\",\n  \"service_type\": \"<string>\",\n  \"assigned_staff\": \"<string>\",\n  \"status\": \"<string>\",\n  \"rescheduling_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"98801add-2d92-4374-9588-babd56bfe31e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"appointment_id\": \"<uuid>\",\n  \"customer_id\": \"<string>\",\n  \"date\": \"<date>\",\n  \"time\": \"<time>\",\n  \"service_type\": \"<string>\",\n  \"assigned_staff\": \"<string>\",\n  \"status\": \"<string>\",\n  \"rescheduling_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4cf91423-0a77-429a-9a3e-4c23848e328e","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"appointment_id\": \"<uuid>\",\n  \"customer_id\": \"<string>\",\n  \"date\": \"<date>\",\n  \"time\": \"<time>\",\n  \"service_type\": \"<string>\",\n  \"assigned_staff\": \"<string>\",\n  \"status\": \"<string>\",\n  \"rescheduling_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f30e0a62-dac5-41ab-aed3-fbe857b56024"},{"name":"Delete an Item","id":"15dcea73-6460-403e-ab74-b61545bd64e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/appointments/:id","description":"<p>Delete an existing appointments item.</p>\n","urlObject":{"path":["items","appointments",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"84fe4fdd-bec3-4c46-8051-e8a78a0387b2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8e7b0016-caf6-45de-b3c0-f65b21b2f3df","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/appointments/:id","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dcaaf354-53ca-4b72-ac0e-8bfbbcda2aa8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/appointments/:id","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a090c681-8740-4ea6-ad38-18f00c479d78","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/appointments/:id","host":["https://app.empress.eco"],"path":["items","appointments",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"15dcea73-6460-403e-ab74-b61545bd64e5"}],"id":"db5acf55-2676-4597-bd2b-7a56f1e8a2c1","_postman_id":"db5acf55-2676-4597-bd2b-7a56f1e8a2c1","description":""},{"name":"Create an Item","id":"1106c463-b30c-492b-b99c-a06e0bc03b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/appointments?meta=<string>","description":"<p>Create a new appointments item.</p>\n","urlObject":{"path":["items","appointments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"70324d47-68cc-48c5-bbe8-486af1968db5","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments?meta=<string>","host":["https://app.empress.eco"],"path":["items","appointments"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a3b839a1-5cc3-42d2-9726-8af4b2717847","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments?meta=<string>","host":["https://app.empress.eco"],"path":["items","appointments"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1106c463-b30c-492b-b99c-a06e0bc03b92"},{"name":"List Items","id":"0fef5f1b-4dbb-45f6-bb05-b77480465ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/appointments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the appointments items.</p>\n","urlObject":{"path":["items","appointments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cfd7b84f-546d-4c55-95f8-6cc0970e2d89","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/appointments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","appointments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"appointment_id\": \"<uuid>\",\n      \"customer_id\": \"<string>\",\n      \"date\": \"<date>\",\n      \"time\": \"<time>\",\n      \"service_type\": \"<string>\",\n      \"assigned_staff\": \"<string>\",\n      \"status\": \"<string>\",\n      \"rescheduling_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"appointment_id\": \"<uuid>\",\n      \"customer_id\": \"<string>\",\n      \"date\": \"<date>\",\n      \"time\": \"<time>\",\n      \"service_type\": \"<string>\",\n      \"assigned_staff\": \"<string>\",\n      \"status\": \"<string>\",\n      \"rescheduling_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a7a81b16-655d-4bb3-abee-6f0b9c32fe5b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/appointments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","appointments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0fef5f1b-4dbb-45f6-bb05-b77480465ec4"},{"name":"Update Multiple Items","id":"8370e332-7920-4427-9450-f54f491a21a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/appointments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple appointments items at the same time.</p>\n","urlObject":{"path":["items","appointments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"aa4948d4-e994-4ae0-b3a6-dd4b9669a1f1","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"appointment_id\": \"<uuid>\",\n    \"customer_id\": \"<string>\",\n    \"date\": \"<date>\",\n    \"time\": \"<time>\",\n    \"service_type\": \"<string>\",\n    \"assigned_staff\": \"<string>\",\n    \"status\": \"<string>\",\n    \"rescheduling_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/appointments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","appointments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8370e332-7920-4427-9450-f54f491a21a2"},{"name":"Delete Multiple Items","id":"a33a4df5-7e98-4cfe-b457-8b87bfb86cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/appointments","description":"<p>Delete multiple existing appointments items.</p>\n","urlObject":{"path":["items","appointments"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"46af3144-3cda-40cb-945e-b456c2fe19e2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/appointments"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2f3f3eb1-4528-4a37-99c5-841aeb62631a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/appointments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a33a4df5-7e98-4cfe-b457-8b87bfb86cfa"}],"id":"4e29e4b9-fe27-4854-9fad-ce74b61c0be5","_postman_id":"4e29e4b9-fe27-4854-9fad-ce74b61c0be5","description":""},{"name":"billing","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"5270d8b1-10c5-4660-b5c9-c65eb9994c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single billing item by unique identifier.</p>\n","urlObject":{"path":["items","billing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"cd7e7550-d0a6-4c8f-bfe9-4eae70df4922","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dac3da24-1034-40f6-b388-6d1ebb1ff58b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"53953a90-64aa-40a4-bf41-da239b38c402","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"33963203-dcfc-4298-b3d8-aa52f3b77df2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5270d8b1-10c5-4660-b5c9-c65eb9994c49"},{"name":"Update an Item","id":"4a51490e-2ccf-45d7-8b54-f53ec73da0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing billing item.</p>\n","urlObject":{"path":["items","billing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"6b7923e7-0f35-44ff-9ac5-3b4e777ada1d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6817257c-16b6-42be-9828-1e3ae51eddc9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"b574268b-3865-4ab0-a570-268d830dc42f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d84e0405-fa48-4468-8577-800edbd6e6ea","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","billing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4a51490e-2ccf-45d7-8b54-f53ec73da0a1"},{"name":"Delete an Item","id":"4f89f82f-617f-4fb3-b7e5-3f5a417a5041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/billing/:id","description":"<p>Delete an existing billing item.</p>\n","urlObject":{"path":["items","billing",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7996220c-92c2-4626-ac8b-db50a81bb029","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"55576601-6dee-4d33-b8f0-8bd6ea5d6542","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/billing/:id","host":["https://app.empress.eco"],"path":["items","billing",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a142cd36-6929-471f-85a8-0805a58a8c81","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/billing/:id","host":["https://app.empress.eco"],"path":["items","billing",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"764988ae-4dd2-4a82-8e55-d2de5339f379","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/billing/:id","host":["https://app.empress.eco"],"path":["items","billing",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4f89f82f-617f-4fb3-b7e5-3f5a417a5041"}],"id":"79d5f927-3b94-4617-9454-74a5f8734904","_postman_id":"79d5f927-3b94-4617-9454-74a5f8734904","description":""},{"name":"Create an Item","id":"55d81265-442e-490c-bc1d-42e2b938d2c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/billing?meta=<string>","description":"<p>Create a new billing item.</p>\n","urlObject":{"path":["items","billing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"2883c4f8-33ca-469b-bb6f-1b764f8c0912","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing?meta=<string>","host":["https://app.empress.eco"],"path":["items","billing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"55ca26e7-54ef-4386-8fcf-488aa4a03c3c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing?meta=<string>","host":["https://app.empress.eco"],"path":["items","billing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"55d81265-442e-490c-bc1d-42e2b938d2c8"},{"name":"List Items","id":"b6025dc5-ea0f-47ef-ba60-f9cd4ac740d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/billing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the billing items.</p>\n","urlObject":{"path":["items","billing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d9a9c55e-00b4-48ae-a61c-ff40affb076a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/billing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","billing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"12ae6963-e73c-48fc-be52-97372647aa9d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/billing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","billing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b6025dc5-ea0f-47ef-ba60-f9cd4ac740d9"},{"name":"Update Multiple Items","id":"f7c5cac0-77df-4747-8966-25d7f8ec21af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/billing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple billing items at the same time.</p>\n","urlObject":{"path":["items","billing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ae282348-c329-4eae-b5e5-386f2a5dae68","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/billing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","billing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f7c5cac0-77df-4747-8966-25d7f8ec21af"},{"name":"Delete Multiple Items","id":"b1606816-1208-4a43-a6cd-44c59dd24f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/billing","description":"<p>Delete multiple existing billing items.</p>\n","urlObject":{"path":["items","billing"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"5f49b2f6-f451-4dc1-852c-0bbbb8af4a45","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/billing"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4af3954d-e690-4545-8ef0-82f979b2d3ba","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/billing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b1606816-1208-4a43-a6cd-44c59dd24f82"}],"id":"34462abc-255c-4b26-a42a-88b214805878","_postman_id":"34462abc-255c-4b26-a42a-88b214805878","description":""},{"name":"block_button","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"78d04141-09fa-4b8f-b659-3ca2e62f9ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_button item by unique identifier.</p>\n","urlObject":{"path":["items","block_button",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"dd198737-7bec-4762-844e-ae60cad09bce","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fa620574-46d8-4097-a47d-9a6b52ce828e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n}"},{"id":"98c368dc-92d0-4d34-8640-e9f2d266ba37","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9a2a4eab-248d-4fae-9fce-fd273ae25a79","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"78d04141-09fa-4b8f-b659-3ca2e62f9ca9"},{"name":"Update an Item","id":"2475a8d0-f9d8-492a-bede-a08cc1477801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"external_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"page\": \"<uuid>\",\n  \"post\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"variant\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_button item.</p>\n","urlObject":{"path":["items","block_button",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c6d27e77-4c7d-4e4c-bf89-ea2c46af0641","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ecb4fab2-58e5-489f-b70e-b4440fb36cb6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"external_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"page\": \"<uuid>\",\n  \"post\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"variant\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n}"},{"id":"e8ed6d03-b9bc-49e5-a1b1-1ddb68d00da1","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"external_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"page\": \"<uuid>\",\n  \"post\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"variant\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"31f7869d-43a7-4c78-83ef-a8ea0ac7924f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"external_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"page\": \"<uuid>\",\n  \"post\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"variant\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2475a8d0-f9d8-492a-bede-a08cc1477801"},{"name":"Delete an Item","id":"36f4dbb3-a230-4cc6-bcd9-f8bf1e02190e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button/:id","description":"<p>Delete an existing block_button item.</p>\n","urlObject":{"path":["items","block_button",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"97cca031-f3b0-4af2-81ab-ec95ad52a6da","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0e77bf89-713f-4ef8-9849-b9550a7f299f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_button/:id","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e9ea003a-eac3-4d5c-be53-290a942a42d4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button/:id","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"97076d5d-1ed1-484c-8caf-865d15a8a905","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button/:id","host":["https://app.empress.eco"],"path":["items","block_button",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"36f4dbb3-a230-4cc6-bcd9-f8bf1e02190e"}],"id":"0df93835-aa00-47d9-9c5b-f5767a462147","_postman_id":"0df93835-aa00-47d9-9c5b-f5767a462147","description":""},{"name":"Create an Item","id":"93851775-e58b-4a19-a9c7-a5bced218f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button?meta=<string>","description":"<p>Create a new block_button item.</p>\n","urlObject":{"path":["items","block_button"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f384694c-f19e-4c15-8b73-6b764b49552d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"05369849-7823-4dfc-8ed2-97c430c469aa","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"93851775-e58b-4a19-a9c7-a5bced218f1a"},{"name":"List Items","id":"c9aba99a-25ee-4117-90e6-5f3d0877fe09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_button items.</p>\n","urlObject":{"path":["items","block_button"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"02253ab8-0a28-4a0f-8574-e1f4ef812193","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_button?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"button_group\": \"<uuid>\",\n      \"color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"external_url\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"label\": \"<string>\",\n      \"page\": \"<uuid>\",\n      \"post\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"variant\": \"<string>\"\n    },\n    {\n      \"button_group\": \"<uuid>\",\n      \"color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"external_url\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"label\": \"<string>\",\n      \"page\": \"<uuid>\",\n      \"post\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"variant\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"9b94650a-111e-4f30-aab0-87aff3a3a8a9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_button?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c9aba99a-25ee-4117-90e6-5f3d0877fe09"},{"name":"Update Multiple Items","id":"cb0483be-fe4f-422f-9504-08878a2c811b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_button items at the same time.</p>\n","urlObject":{"path":["items","block_button"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"042ddc20-9973-4ab8-bdf3-45eef9cf8342","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"external_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"page\": \"<uuid>\",\n    \"post\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"variant\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"cb0483be-fe4f-422f-9504-08878a2c811b"},{"name":"Delete Multiple Items","id":"1152827e-4da9-451f-9ffa-8c6723f2d65f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button","description":"<p>Delete multiple existing block_button items.</p>\n","urlObject":{"path":["items","block_button"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"90ea72ac-7b3d-4442-8ccf-2d4f24a8e433","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_button"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4975a0f5-8196-40b3-a7b9-9a39925ef579","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1152827e-4da9-451f-9ffa-8c6723f2d65f"}],"id":"bc71189e-9f3c-450a-bf74-e22d8edff9f4","_postman_id":"bc71189e-9f3c-450a-bf74-e22d8edff9f4","description":""},{"name":"block_button_group","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f071d77c-50fe-4c04-9fbc-82b36cd6aaf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_button_group item by unique identifier.</p>\n","urlObject":{"path":["items","block_button_group",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"558e9475-6fa1-453e-9db9-5668510f1bc3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a12d5f1c-c64b-4773-ad6d-c22fa10cd9e5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"b319d0e8-0710-4908-959e-4d4567c9db75","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"69616cff-964b-4885-bf9d-330c193a583b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f071d77c-50fe-4c04-9fbc-82b36cd6aaf8"},{"name":"Update an Item","id":"0d372e7a-ceb4-4f9d-9cb7-7424f1f8c457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"buttons\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_button_group item.</p>\n","urlObject":{"path":["items","block_button_group",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"21e83ed9-8abb-470e-94af-12af21db26d4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e45a0eea-df46-4f16-a360-9f0c2d83b6a8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"buttons\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"663fc74a-cc1b-494c-8e28-a9ab65146b76","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"buttons\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6e55cf24-d1c8-453f-bdc9-40dc2da201b6","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"buttons\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d372e7a-ceb4-4f9d-9cb7-7424f1f8c457"},{"name":"Delete an Item","id":"2eb99aed-ee97-4b85-99b9-853be6c30cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button_group/:id","description":"<p>Delete an existing block_button_group item.</p>\n","urlObject":{"path":["items","block_button_group",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"21450d0f-710e-4288-ae09-4e57237e7d19","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"88e23e4d-5a1f-4bc4-b207-0f1964241278","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"40e0cd4a-e28b-44e1-86ba-97754ec22e21","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"25fb6cec-2625-41ca-a97d-6ee2c375d30d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_button_group/:id","host":["https://app.empress.eco"],"path":["items","block_button_group",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2eb99aed-ee97-4b85-99b9-853be6c30cb9"}],"id":"567b86fe-ee7c-4ff7-a2d3-76c195ec6fe6","_postman_id":"567b86fe-ee7c-4ff7-a2d3-76c195ec6fe6","description":""},{"name":"Create an Item","id":"862aa203-4072-428a-a4bd-a72402af2bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button_group?meta=<string>","description":"<p>Create a new block_button_group item.</p>\n","urlObject":{"path":["items","block_button_group"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"16f52e37-803a-4b2c-acb8-7c3544a7dd6f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"294c4d28-f258-4af5-ac05-7128aa567ca2","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"862aa203-4072-428a-a4bd-a72402af2bfc"},{"name":"List Items","id":"f1878057-a697-40f6-8c67-dee9a4573e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button_group?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_button_group items.</p>\n","urlObject":{"path":["items","block_button_group"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f669dc2b-e2c4-4850-87b7-abcaff1e6fd9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_button_group?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"alignment\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"buttons\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"alignment\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"buttons\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0c8bf458-0805-4f0c-8948-9d4a4ef71ea2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_button_group?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f1878057-a697-40f6-8c67-dee9a4573e4d"},{"name":"Update Multiple Items","id":"ded051b7-f9cf-4abe-ba39-0cf52100c634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_button_group?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_button_group items at the same time.</p>\n","urlObject":{"path":["items","block_button_group"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"abc418ba-b9ae-46ff-822d-869d39e963ba","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"buttons\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_button_group?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_button_group"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ded051b7-f9cf-4abe-ba39-0cf52100c634"},{"name":"Delete Multiple Items","id":"7d293eac-4ed9-42da-b69f-b9e6e6da47b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button_group","description":"<p>Delete multiple existing block_button_group items.</p>\n","urlObject":{"path":["items","block_button_group"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"deff42a2-2ce8-42f3-bf3c-3f400e097efd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_button_group"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7fb0948b-e5bd-4716-9e37-787dbb3ff5d7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_button_group"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7d293eac-4ed9-42da-b69f-b9e6e6da47b4"}],"id":"6dede791-9c13-46a2-acbb-3a0a9dc6f34f","_postman_id":"6dede791-9c13-46a2-acbb-3a0a9dc6f34f","description":""},{"name":"block_columns","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"96a73a37-cbee-4aac-aee7-4b555dd9b843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_columns item by unique identifier.</p>\n","urlObject":{"path":["items","block_columns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"5d7f0273-93bd-4355-be8d-564c2269f974","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f35c76c3-88e5-4619-8d89-11497ed98cf6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"78a17432-3a5f-4436-83dd-e4957938e6f1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"77c5d558-5fc5-43d9-a4a0-12181b8c25f2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"96a73a37-cbee-4aac-aee7-4b555dd9b843"},{"name":"Update an Item","id":"3294d230-e408-4d07-9212-e3e4a4700f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"rows\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_columns item.</p>\n","urlObject":{"path":["items","block_columns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3512de0d-fd41-4d29-a6cd-797a76641ee8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b1750479-577d-42ee-93aa-2223257af542","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"rows\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"f42880f1-8bbf-421c-b635-5fc48709280c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"rows\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c401939d-472a-40fc-8e5a-28821093f98a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"rows\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3294d230-e408-4d07-9212-e3e4a4700f1e"},{"name":"Delete an Item","id":"ce41ec56-dec5-43b3-8c3a-d8573ca9aded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns/:id","description":"<p>Delete an existing block_columns item.</p>\n","urlObject":{"path":["items","block_columns",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1d98614c-0742-4aa4-bff4-6078de9b1cb7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"177d7f6e-6bdd-4f33-b45f-ae1a0ff10e6b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_columns/:id","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"555b725a-996d-4894-8ab6-082c941a513c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns/:id","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d66195ab-8216-4cfe-a6ce-fce427ea9630","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns/:id","host":["https://app.empress.eco"],"path":["items","block_columns",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ce41ec56-dec5-43b3-8c3a-d8573ca9aded"}],"id":"f3cf0235-159c-48da-b042-e74a72995cfa","_postman_id":"f3cf0235-159c-48da-b042-e74a72995cfa","description":""},{"name":"Create an Item","id":"9ef388a9-779c-425b-9113-6c359e5c1a84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns?meta=<string>","description":"<p>Create a new block_columns item.</p>\n","urlObject":{"path":["items","block_columns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"42701e89-fc47-44a4-8999-c46fc4b37510","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a8e189ab-41ba-4f8c-b917-aeea9fddc67e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ef388a9-779c-425b-9113-6c359e5c1a84"},{"name":"List Items","id":"3835a49f-94ce-40e2-aa2c-e05ca93d5f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_columns items.</p>\n","urlObject":{"path":["items","block_columns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d2889c06-e61b-475a-a7d1-be0edc51cabd","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_columns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"rows\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"rows\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"27a17e52-32ec-4b16-bf61-b3889cf2a866","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_columns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3835a49f-94ce-40e2-aa2c-e05ca93d5f51"},{"name":"Update Multiple Items","id":"47f153c9-cf42-4078-b47b-efeeff760d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_columns items at the same time.</p>\n","urlObject":{"path":["items","block_columns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b7a948d7-6b97-49ea-8bf1-1a4bb5c9c0f6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"rows\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"47f153c9-cf42-4078-b47b-efeeff760d38"},{"name":"Delete Multiple Items","id":"96ccbd90-ea91-4c5a-9944-3dd48d9b6d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns","description":"<p>Delete multiple existing block_columns items.</p>\n","urlObject":{"path":["items","block_columns"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"650b90c6-b4fc-4815-b776-a625f42d64b9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_columns"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9cc94351-039c-482d-b511-8d45c14db2a5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"96ccbd90-ea91-4c5a-9944-3dd48d9b6d78"}],"id":"c7d406aa-7fc6-4dfb-8f79-70a5178d47e0","_postman_id":"c7d406aa-7fc6-4dfb-8f79-70a5178d47e0","description":""},{"name":"block_columns_rows","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7c3e80ef-6531-46d8-9da9-36303697ed27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_columns_rows item by unique identifier.</p>\n","urlObject":{"path":["items","block_columns_rows",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"4d7f6cf7-c268-4fbd-beaa-0cd34eb66dea","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b066b1aa-39ee-453c-a935-ef788f51b474","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"0e64e1b5-3bcc-4345-bceb-b69d25613ab1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1d7de160-5118-4ece-91f1-bb11e282b4b9","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7c3e80ef-6531-46d8-9da9-36303697ed27"},{"name":"Update an Item","id":"6101e59a-e5de-4c64-91ac-3f03efb2ec2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_columns\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_columns_rows item.</p>\n","urlObject":{"path":["items","block_columns_rows",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"28c6d5b6-92c1-48e1-9b8c-7e612fc0e568","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c69f1c82-68be-4634-9f74-9b1789e539cb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_columns\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"9c2c0fb3-293e-4761-9d31-03854f4f30fc","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_columns\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7a575c5c-4e5e-486b-a736-035598ce2386","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_columns\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6101e59a-e5de-4c64-91ac-3f03efb2ec2a"},{"name":"Delete an Item","id":"4979309d-473c-462a-a76e-a4ccd8acc549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns_rows/:id","description":"<p>Delete an existing block_columns_rows item.</p>\n","urlObject":{"path":["items","block_columns_rows",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"68613d99-1a66-44cc-94b2-761e05430123","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"38a43dd4-07c5-4e5b-81e2-0d8ad11a87e4","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3031e5ae-398c-4ace-b0da-f890d6409b76","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a8212040-1330-4e83-adf8-7f995a3c9c94","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows/:id","host":["https://app.empress.eco"],"path":["items","block_columns_rows",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4979309d-473c-462a-a76e-a4ccd8acc549"}],"id":"647c9b58-b421-4ffe-830c-c768054c5afc","_postman_id":"647c9b58-b421-4ffe-830c-c768054c5afc","description":""},{"name":"Create an Item","id":"7a9f198b-3df2-4be5-aba5-6d55849755f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns_rows?meta=<string>","description":"<p>Create a new block_columns_rows item.</p>\n","urlObject":{"path":["items","block_columns_rows"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"dd78ed0a-79e7-405f-b4f5-f47d6d0d2b07","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e73fd7d4-6fb0-45d4-a850-50eb710285e1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7a9f198b-3df2-4be5-aba5-6d55849755f0"},{"name":"List Items","id":"d90f12c6-9fe1-4f7e-b2e0-9180cbc0f237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns_rows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_columns_rows items.</p>\n","urlObject":{"path":["items","block_columns_rows"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"acd111b9-29be-46f9-9ed1-15ee890a0ade","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"block_columns\": \"<uuid>\",\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"image_position\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"block_columns\": \"<uuid>\",\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"image_position\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"138129c4-aab5-4afb-9dd7-9c05fabfbafa","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_columns_rows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d90f12c6-9fe1-4f7e-b2e0-9180cbc0f237"},{"name":"Update Multiple Items","id":"b43b6a54-9935-4ef7-92c8-a5e88694ba41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_columns_rows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_columns_rows items at the same time.</p>\n","urlObject":{"path":["items","block_columns_rows"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"70811df5-f954-457b-8aa2-707466737a0d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_columns\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_columns_rows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_columns_rows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b43b6a54-9935-4ef7-92c8-a5e88694ba41"},{"name":"Delete Multiple Items","id":"93e80444-d095-4eb8-83d1-606e5424e876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns_rows","description":"<p>Delete multiple existing block_columns_rows items.</p>\n","urlObject":{"path":["items","block_columns_rows"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c77e4b65-9914-408c-bc18-463e6dfa428b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_columns_rows"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1ff1e8b5-59d2-4419-bd3a-d25d7026c4e2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_columns_rows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"93e80444-d095-4eb8-83d1-606e5424e876"}],"id":"7680ada2-8ac2-45a1-a3b0-0da49164317d","_postman_id":"7680ada2-8ac2-45a1-a3b0-0da49164317d","description":""},{"name":"block_cta","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"6d00b2f4-e493-46df-9d0e-42c948ac8014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_cta item by unique identifier.</p>\n","urlObject":{"path":["items","block_cta",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"dafafe8a-287e-45c5-b3cd-9ebb60584275","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f1d3b606-13bc-4fbd-97f4-a8f33a1c86b5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"db67d7a9-c8f1-4a0a-bcc7-8b58ea978df8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f7f1903e-1246-4099-ab36-4eba2ec0c3ea","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d00b2f4-e493-46df-9d0e-42c948ac8014"},{"name":"Update an Item","id":"853a652d-56af-49a1-aedc-3e8c0f580387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_cta item.</p>\n","urlObject":{"path":["items","block_cta",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d26373f0-3c4d-4127-b49c-33ad0c2cb85d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"492f0c88-46e6-4b5c-9447-ba7af5b5a7bd","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"d9c4e28f-b7d2-4e76-8c6d-726a1a802ea0","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"84157f8f-91d3-49e8-a511-2adde4fdc3d2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"853a652d-56af-49a1-aedc-3e8c0f580387"},{"name":"Delete an Item","id":"e3bdf510-37b6-4d32-b7db-003722fae230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_cta/:id","description":"<p>Delete an existing block_cta item.</p>\n","urlObject":{"path":["items","block_cta",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b238ab1b-f323-4ed4-abd8-ba9c1635e891","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b84d83e4-4a88-4422-bbca-66a6bbbb810c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_cta/:id","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"02b6ce93-e2f3-4aba-9623-fb83a908efef","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_cta/:id","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e7fbd044-dc7c-4662-a3dd-feca8f523375","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_cta/:id","host":["https://app.empress.eco"],"path":["items","block_cta",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e3bdf510-37b6-4d32-b7db-003722fae230"}],"id":"a499abca-29da-451d-b9c5-36cbb9fc0180","_postman_id":"a499abca-29da-451d-b9c5-36cbb9fc0180","description":""},{"name":"Create an Item","id":"ee3203fc-a9bf-4cec-aaed-66cd3e58dea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_cta?meta=<string>","description":"<p>Create a new block_cta item.</p>\n","urlObject":{"path":["items","block_cta"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a76d2fbe-29d4-49e3-ab48-0469e9357736","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_cta"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"96c721e9-5437-46b7-bdb2-8202b15fa1d9","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_cta"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ee3203fc-a9bf-4cec-aaed-66cd3e58dea1"},{"name":"List Items","id":"b4d862ee-3977-448c-840f-b8d14c350a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_cta?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_cta items.</p>\n","urlObject":{"path":["items","block_cta"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0c9dc7b5-f898-4d1b-af2a-ee4734498cd2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_cta?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_cta"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"cc8d7aaf-0a65-4d7f-8035-d989de670d44","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_cta?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_cta"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b4d862ee-3977-448c-840f-b8d14c350a2e"},{"name":"Update Multiple Items","id":"a1242498-c144-4e94-b8ec-c21d65057bf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_cta?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_cta items at the same time.</p>\n","urlObject":{"path":["items","block_cta"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"406f3797-53e3-44fa-900d-17ad5c13136c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_cta?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_cta"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a1242498-c144-4e94-b8ec-c21d65057bf1"},{"name":"Delete Multiple Items","id":"fdc10da4-4735-4938-aca4-3ac81010dea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_cta","description":"<p>Delete multiple existing block_cta items.</p>\n","urlObject":{"path":["items","block_cta"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"8bce1560-98cc-4203-9782-22d11855d2dc","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_cta"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0f45f470-86c2-435d-a358-2bd92d3b7ff9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_cta"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fdc10da4-4735-4938-aca4-3ac81010dea9"}],"id":"e13672f5-ff48-40b7-b9d8-c383afed42de","_postman_id":"e13672f5-ff48-40b7-b9d8-c383afed42de","description":""},{"name":"block_divider","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"de3858d4-2e46-4938-b3af-a443f877a246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_divider item by unique identifier.</p>\n","urlObject":{"path":["items","block_divider",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"edbc169d-729d-46ee-b3bc-38679a53754c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b695ab48-5b04-4f48-b6fb-a17ab5944889","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"cf9f4ca6-6099-424b-bc21-fd1da1d1f0de","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e29d2414-1df3-49d8-8849-d68f43a8275c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"de3858d4-2e46-4938-b3af-a443f877a246"},{"name":"Update an Item","id":"16e8003d-5e40-4a18-982b-f14fa41c2f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_divider item.</p>\n","urlObject":{"path":["items","block_divider",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c72280ee-6c22-4aa9-b4cf-2c34ac8580bb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"083a1d15-36be-4a08-ac9f-d4b0f467c7fe","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"ee7ebe6c-0abc-4d77-893f-6db8c387cf74","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"72dd4513-31d4-4e04-913b-1b1347ba90d4","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"16e8003d-5e40-4a18-982b-f14fa41c2f3b"},{"name":"Delete an Item","id":"29ac2c3d-f569-43ec-9312-41a43767cfbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_divider/:id","description":"<p>Delete an existing block_divider item.</p>\n","urlObject":{"path":["items","block_divider",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"488f49d9-3a40-4ba2-977c-77e2cd780f23","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ff01f78b-1e88-441b-b510-d5be7d6d43ba","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_divider/:id","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ede78fc6-4a9c-48a5-a763-4b76409785b1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_divider/:id","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f3167952-8d56-4e07-b825-1907f81f6d0b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_divider/:id","host":["https://app.empress.eco"],"path":["items","block_divider",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"29ac2c3d-f569-43ec-9312-41a43767cfbb"}],"id":"fdee20dd-60e5-4df6-bc60-fabb0bc2c40f","_postman_id":"fdee20dd-60e5-4df6-bc60-fabb0bc2c40f","description":""},{"name":"Create an Item","id":"8976b980-44d1-4a78-8acc-7caec6646e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_divider?meta=<string>","description":"<p>Create a new block_divider item.</p>\n","urlObject":{"path":["items","block_divider"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0e988367-a6fe-4951-893c-b0bd6ac32f54","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_divider"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"046414de-5835-413c-9233-641edd1181e3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_divider"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8976b980-44d1-4a78-8acc-7caec6646e99"},{"name":"List Items","id":"8f3b338b-affa-46e3-8d69-fe64a836c5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_divider?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_divider items.</p>\n","urlObject":{"path":["items","block_divider"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0cad5e3b-f80c-4484-ac2b-d9efed7a81e9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_divider?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_divider"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"1e1e2215-e824-4558-aed3-cf7f0ffb6de9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_divider?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_divider"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8f3b338b-affa-46e3-8d69-fe64a836c5d2"},{"name":"Update Multiple Items","id":"0898c9a9-95bf-4921-a46a-12028a1b7669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_divider?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_divider items at the same time.</p>\n","urlObject":{"path":["items","block_divider"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"26cd8820-e786-429f-91de-24883f93fb60","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_divider?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_divider"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0898c9a9-95bf-4921-a46a-12028a1b7669"},{"name":"Delete Multiple Items","id":"52e1c30a-d2da-48ed-9627-646d580c3ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_divider","description":"<p>Delete multiple existing block_divider items.</p>\n","urlObject":{"path":["items","block_divider"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"4fdf4e87-9ba5-4fb5-a108-e65dac316df0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_divider"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b99c1090-62a6-4e5a-b535-1943f526d5b7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_divider"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"52e1c30a-d2da-48ed-9627-646d580c3ecc"}],"id":"bed14268-841b-4614-a57d-3e98dca8ef06","_postman_id":"bed14268-841b-4614-a57d-3e98dca8ef06","description":""},{"name":"block_faqs","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f5d18284-2ded-4f29-8127-8300a61d6359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_faqs item by unique identifier.</p>\n","urlObject":{"path":["items","block_faqs",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"d6ec79b4-b58f-401b-b5f7-d9bab36ef499","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1da54819-1918-4d27-ba1d-a17d097b2985","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"92c0dcb3-1799-411d-ab14-0c6bb132a4f8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"45c9e68a-9496-4aa6-a38b-2cb944bbf9bf","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f5d18284-2ded-4f29-8127-8300a61d6359"},{"name":"Update an Item","id":"41c86af0-e21e-4223-b605-6654463e1829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"faqs\": {\n    \"nullable\": true\n  },\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_faqs item.</p>\n","urlObject":{"path":["items","block_faqs",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"84f5021b-5eba-403e-970b-702b0d865b29","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5cca1892-1fb1-4e3d-ba74-5529c77ca91f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"faqs\": {\n    \"nullable\": true\n  },\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"d5c3852e-8b08-44f6-8f52-bf6e72c9d653","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"faqs\": {\n    \"nullable\": true\n  },\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e9aa2b96-2727-4b8f-b980-11df7c9d7754","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"faqs\": {\n    \"nullable\": true\n  },\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"41c86af0-e21e-4223-b605-6654463e1829"},{"name":"Delete an Item","id":"f4e8466d-f115-4781-802c-35105d8bdf43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_faqs/:id","description":"<p>Delete an existing block_faqs item.</p>\n","urlObject":{"path":["items","block_faqs",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"386dccd6-c553-45cd-9022-14a22b57f656","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a66c4d93-3531-490b-86b5-d36818d49a45","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c4f8d08-e216-4b70-a521-4ac1d6c619a1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4a980ccf-c9a3-4c29-a35d-93fdec504f84","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_faqs/:id","host":["https://app.empress.eco"],"path":["items","block_faqs",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f4e8466d-f115-4781-802c-35105d8bdf43"}],"id":"b2e3a69e-575c-48f8-bf6f-738201b9ec6a","_postman_id":"b2e3a69e-575c-48f8-bf6f-738201b9ec6a","description":""},{"name":"Create an Item","id":"609a4848-324c-4ec0-84f8-4be4a0f5ae5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_faqs?meta=<string>","description":"<p>Create a new block_faqs item.</p>\n","urlObject":{"path":["items","block_faqs"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0cd95afe-e3d4-437e-a240-bdf20757b189","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"31fa211b-b620-40e1-94f0-ab3a1ae82f69","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"609a4848-324c-4ec0-84f8-4be4a0f5ae5b"},{"name":"List Items","id":"e1c7bd6b-ffcf-44e8-a5f9-b825bad1c78a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_faqs?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_faqs items.</p>\n","urlObject":{"path":["items","block_faqs"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"dcf5651e-9542-4346-971e-b1e2eb1ff571","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_faqs?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"alignment\": \"<string>\",\n      \"faqs\": {\n        \"nullable\": true\n      },\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"alignment\": \"<string>\",\n      \"faqs\": {\n        \"nullable\": true\n      },\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"93fbd119-2410-492d-9999-39064be8247f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_faqs?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e1c7bd6b-ffcf-44e8-a5f9-b825bad1c78a"},{"name":"Update Multiple Items","id":"6d13adcb-8e8b-4820-bd14-476bfc4ea6cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_faqs?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_faqs items at the same time.</p>\n","urlObject":{"path":["items","block_faqs"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e59217d4-5479-4870-a256-1357a9152792","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"faqs\": {\n      \"nullable\": true\n    },\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_faqs?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_faqs"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6d13adcb-8e8b-4820-bd14-476bfc4ea6cb"},{"name":"Delete Multiple Items","id":"740a658f-93eb-4ff3-bac2-688afcc16d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_faqs","description":"<p>Delete multiple existing block_faqs items.</p>\n","urlObject":{"path":["items","block_faqs"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1b07ccde-2872-46d1-a7d1-4f547d9a15cd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_faqs"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6f77ed1d-06b7-4e61-baab-c9f39fe6461e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_faqs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"740a658f-93eb-4ff3-bac2-688afcc16d24"}],"id":"7f324361-159f-4083-8746-19f5e55ccf46","_postman_id":"7f324361-159f-4083-8746-19f5e55ccf46","description":""},{"name":"block_form","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"07254f8e-a0e5-45e3-bb27-ffc6b664a347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_form item by unique identifier.</p>\n","urlObject":{"path":["items","block_form",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"af3889d3-5807-4011-a8c2-73d4a7976e09","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4622a1bb-8f84-4b67-a3ad-2f810ba36693","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"4e306f99-3eb2-49fb-b5d3-c9c85e6ca4df","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f063e7b5-1872-4f58-9c67-79f0e8d9c6e0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"07254f8e-a0e5-45e3-bb27-ffc6b664a347"},{"name":"Update an Item","id":"23bc332f-f832-42eb-94e2-e71cb595ec6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"form\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_form item.</p>\n","urlObject":{"path":["items","block_form",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f09eb8e5-2eeb-4c3c-9a77-c97b2531e91f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ed7c4a9d-719f-4553-87c7-1e1ef9fbe337","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"form\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"ea8073ce-676e-4dfb-a7da-04e03b36333c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"form\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aeb79f3c-53cc-4861-bcc6-347a50263137","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"form\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"23bc332f-f832-42eb-94e2-e71cb595ec6b"},{"name":"Delete an Item","id":"9ee9523f-3ea7-48d7-ab1d-d2a7251786f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_form/:id","description":"<p>Delete an existing block_form item.</p>\n","urlObject":{"path":["items","block_form",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"83743a79-0639-43db-857f-0782ef2da00d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e793e001-163f-4de0-851b-6a728bbb5947","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_form/:id","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"04666f0a-e217-4be8-b7a1-e5e6f2f51a17","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_form/:id","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"57565435-c455-4f13-9566-29c9125550ac","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_form/:id","host":["https://app.empress.eco"],"path":["items","block_form",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ee9523f-3ea7-48d7-ab1d-d2a7251786f3"}],"id":"b5737543-0de6-4f79-834c-422f8c5a28da","_postman_id":"b5737543-0de6-4f79-834c-422f8c5a28da","description":""},{"name":"Create an Item","id":"d18df268-b87a-4d50-b9cc-b04fc1402aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_form?meta=<string>","description":"<p>Create a new block_form item.</p>\n","urlObject":{"path":["items","block_form"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e3f63c1e-6883-48dc-9f83-3d80fd7e461c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_form"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f672863e-920d-4662-a5e7-adb0c757a2da","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_form"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d18df268-b87a-4d50-b9cc-b04fc1402aff"},{"name":"List Items","id":"0a88d532-efc3-47d0-aacf-7adb9708f87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_form?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_form items.</p>\n","urlObject":{"path":["items","block_form"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"35eddd75-27df-4de4-9fca-c3a062d96540","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_form?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_form"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"form\": \"<uuid>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"form\": \"<uuid>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"3c12d117-9b10-4cb3-8193-b7fd1b4633b2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_form?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_form"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0a88d532-efc3-47d0-aacf-7adb9708f87b"},{"name":"Update Multiple Items","id":"c2fe6e5e-6331-4a9b-b8d2-fe5c9ae431c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_form?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_form items at the same time.</p>\n","urlObject":{"path":["items","block_form"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bc6e95de-eb62-4a2b-b0b6-5dbda6546b44","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"form\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_form?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_form"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c2fe6e5e-6331-4a9b-b8d2-fe5c9ae431c4"},{"name":"Delete Multiple Items","id":"d70fa193-7a6d-4af7-b86e-a9c72898b047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_form","description":"<p>Delete multiple existing block_form items.</p>\n","urlObject":{"path":["items","block_form"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ad22ce1e-12fa-43ad-b0ed-ba9b36a21450","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_form"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3cdbf23c-5ccb-472d-a8dd-0ef55effa1fb","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_form"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d70fa193-7a6d-4af7-b86e-a9c72898b047"}],"id":"f8ad93e6-2b15-4ca6-bcca-94e9236bab62","_postman_id":"f8ad93e6-2b15-4ca6-bcca-94e9236bab62","description":""},{"name":"block_gallery","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"c373bd4d-ef3c-49c4-874d-7e3a4a2527bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_gallery item by unique identifier.</p>\n","urlObject":{"path":["items","block_gallery",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"091ba39a-cd97-4e6c-a225-32c2f644ba55","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ffa9f6c2-aa31-461f-a618-2891413db5eb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"74b94c0a-e2e0-44d7-a304-6d47c742b3bf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c58a5849-33a5-43b2-a9a4-54b499e23c80","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c373bd4d-ef3c-49c4-874d-7e3a4a2527bf"},{"name":"Update an Item","id":"e07a82c4-b247-40ac-a1c3-19fc3184b61d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"gallery_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_gallery item.</p>\n","urlObject":{"path":["items","block_gallery",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"a29643b5-841f-48ab-b2cf-f2ccb37bb673","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f22f2855-0c1c-432b-9b17-2a07dcbd7e07","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"gallery_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"f951ea8b-3855-4543-b5de-762b42cc012f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"gallery_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8955cad3-a554-4fc4-af1d-88f9d043456c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"gallery_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e07a82c4-b247-40ac-a1c3-19fc3184b61d"},{"name":"Delete an Item","id":"bd8c619d-e093-48a0-af77-410075973eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery/:id","description":"<p>Delete an existing block_gallery item.</p>\n","urlObject":{"path":["items","block_gallery",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"46034f97-48c3-446c-9cd0-a8bf26f826ad","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fd2556e4-f69d-4d69-9f4e-848b76a4825f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c484a2af-2108-43cb-97e5-e7068e9fc792","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"adf75e2c-5c4b-40e8-9e17-8065d42f9372","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery/:id","host":["https://app.empress.eco"],"path":["items","block_gallery",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bd8c619d-e093-48a0-af77-410075973eb5"}],"id":"52b2d6dc-3f54-4266-8c36-63cb186239cd","_postman_id":"52b2d6dc-3f54-4266-8c36-63cb186239cd","description":""},{"name":"Create an Item","id":"b1003b59-0e26-4473-a9e0-a245b4766146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery?meta=<string>","description":"<p>Create a new block_gallery item.</p>\n","urlObject":{"path":["items","block_gallery"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"5f967d29-f4d2-4f33-a9e3-cfa1b12a59bb","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4bcc5443-33ad-4fde-82b7-40192b00f02e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b1003b59-0e26-4473-a9e0-a245b4766146"},{"name":"List Items","id":"b736fcb2-bae5-4593-907b-f799f6cbe92c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_gallery items.</p>\n","urlObject":{"path":["items","block_gallery"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b387230c-ca3b-4512-9220-d8cdfba3da55","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_gallery?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"gallery_items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"gallery_items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"9aa84c13-32f8-4e48-8b7b-c9d34f6855df","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_gallery?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b736fcb2-bae5-4593-907b-f799f6cbe92c"},{"name":"Update Multiple Items","id":"ba58ec82-ee21-4ad1-8116-e580d142a88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_gallery items at the same time.</p>\n","urlObject":{"path":["items","block_gallery"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9f44afc0-090a-41fb-9484-6cfc23395a6e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"gallery_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ba58ec82-ee21-4ad1-8116-e580d142a88d"},{"name":"Delete Multiple Items","id":"0da8b16e-045f-402e-9cea-6e1af8f58398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery","description":"<p>Delete multiple existing block_gallery items.</p>\n","urlObject":{"path":["items","block_gallery"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f2786b4c-e307-42ca-9544-2e16f9ff9d95","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_gallery"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6eae914c-078b-48da-bcbd-189df98c5740","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0da8b16e-045f-402e-9cea-6e1af8f58398"}],"id":"85f016bd-ea93-41d7-a27d-c6a362fa9008","_postman_id":"85f016bd-ea93-41d7-a27d-c6a362fa9008","description":""},{"name":"block_gallery_files","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"06b983d8-276d-4af5-a796-95b96f55f0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_gallery_files item by unique identifier.</p>\n","urlObject":{"path":["items","block_gallery_files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f590393d-ae8d-430a-8f1e-716320278e62","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c7305557-879f-4e7d-b189-3d7ad9f7db36","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"ec61563b-0156-4f13-a997-4056c1c229ce","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"20aafc13-d6db-4e7d-8d9e-766537d795fc","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"06b983d8-276d-4af5-a796-95b96f55f0a8"},{"name":"Update an Item","id":"a5856c23-95cc-41dd-8ceb-8709bc89b77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_gallery_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_gallery_files item.</p>\n","urlObject":{"path":["items","block_gallery_files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5da4c971-204c-413e-845a-638fd84e9df3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"161501f9-9511-4d91-bb8c-e125ff665cf9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_gallery_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"d0ea97fb-0291-4143-9d8b-f3a1c8cd03c6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_gallery_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9954ff54-2d8c-420d-bccf-cf3e6070030b","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_gallery_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a5856c23-95cc-41dd-8ceb-8709bc89b77a"},{"name":"Delete an Item","id":"14b950b4-e034-4c39-841e-11019ffafd22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery_files/:id","description":"<p>Delete an existing block_gallery_files item.</p>\n","urlObject":{"path":["items","block_gallery_files",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4b97a724-1501-4709-964a-073d499ba127","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9d4167d7-f42e-49bb-abf1-b21a2b199cb8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b50ce6ef-559c-4a76-80d7-94857a21f71c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"485fe9e9-1595-42d7-bba8-a33abd76d173","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files/:id","host":["https://app.empress.eco"],"path":["items","block_gallery_files",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"14b950b4-e034-4c39-841e-11019ffafd22"}],"id":"9625af46-e46e-4c76-8bec-7cdfb3e9ec52","_postman_id":"9625af46-e46e-4c76-8bec-7cdfb3e9ec52","description":""},{"name":"Create an Item","id":"a394c486-da20-48a4-9661-855d4bb3e518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery_files?meta=<string>","description":"<p>Create a new block_gallery_files item.</p>\n","urlObject":{"path":["items","block_gallery_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"5aa8079d-f664-442b-9d67-1df9b21310c9","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"27fec8e5-ce0d-4ee3-a23e-91da6585bfc1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a394c486-da20-48a4-9661-855d4bb3e518"},{"name":"List Items","id":"4596e59a-1802-4bee-80f8-31d43131e7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_gallery_files items.</p>\n","urlObject":{"path":["items","block_gallery_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"164b4872-ed37-4456-b787-f1fd80b4b04d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"block_gallery_id\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"block_gallery_id\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6b01e17d-5270-4133-96f1-91dac30413b6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_gallery_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4596e59a-1802-4bee-80f8-31d43131e7c2"},{"name":"Update Multiple Items","id":"64784d3a-606e-4ac0-8f95-3542817411c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_gallery_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_gallery_files items at the same time.</p>\n","urlObject":{"path":["items","block_gallery_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e61772f9-06f0-42a1-bb54-cb1031984456","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_gallery_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_gallery_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_gallery_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"64784d3a-606e-4ac0-8f95-3542817411c4"},{"name":"Delete Multiple Items","id":"83d07f43-4840-4e31-b592-0d8447067db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery_files","description":"<p>Delete multiple existing block_gallery_files items.</p>\n","urlObject":{"path":["items","block_gallery_files"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b053a9ea-cfef-4c5b-ac1a-626efc7b5bdd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_gallery_files"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"501c34da-a190-4fa5-afa2-f50cdeba9c18","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_gallery_files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"83d07f43-4840-4e31-b592-0d8447067db3"}],"id":"b9938270-266d-4759-bcaa-0e34e8b7bcd5","_postman_id":"b9938270-266d-4759-bcaa-0e34e8b7bcd5","description":""},{"name":"block_hero","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"81780c47-02c1-40d6-b171-6ce865ffe264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_hero item by unique identifier.</p>\n","urlObject":{"path":["items","block_hero",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c7b6e7ef-810b-4349-98f0-8ea81f864a66","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7d985563-6392-4f30-932b-8ce643848e6b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"82c8dac0-3641-42fe-88e5-772b43b76fb1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"73ad9797-f400-41ab-a0cb-420745128ee0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"81780c47-02c1-40d6-b171-6ce865ffe264"},{"name":"Update an Item","id":"f62892cf-31fe-4e3d-a9e5-da954e854b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_hero item.</p>\n","urlObject":{"path":["items","block_hero",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"fc9502f7-acf3-4f86-91b3-f4cd96b4dc57","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"62345926-6bc6-400f-bd39-8da00bc72881","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"be7af415-924d-4bd5-8fa9-a2f4c05404e5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fdff8d75-b8e4-42b4-aa3b-985817074fa1","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"image_position\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f62892cf-31fe-4e3d-a9e5-da954e854b4f"},{"name":"Delete an Item","id":"3bff1ff9-3362-492f-a581-7a213ee964e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_hero/:id","description":"<p>Delete an existing block_hero item.</p>\n","urlObject":{"path":["items","block_hero",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5dce9202-125a-4c76-9c9f-870bda9961b8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f523d97e-c0ed-412e-a8c8-7bb3c38e73da","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_hero/:id","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"efacd405-68f1-4f10-97f4-9a46c9cbac16","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_hero/:id","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d62c5445-1c62-4ce4-9742-740ac48329b1","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_hero/:id","host":["https://app.empress.eco"],"path":["items","block_hero",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3bff1ff9-3362-492f-a581-7a213ee964e2"}],"id":"6d90cc80-a691-4458-9c9c-2e471585fc87","_postman_id":"6d90cc80-a691-4458-9c9c-2e471585fc87","description":""},{"name":"Create an Item","id":"5c8c162d-e7be-4d1a-b755-3b0b06f80585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_hero?meta=<string>","description":"<p>Create a new block_hero item.</p>\n","urlObject":{"path":["items","block_hero"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1e1e127a-a176-41e3-a50e-fcb0456646fd","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_hero"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1794a91c-8fba-44c8-a6de-e669e7122796","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_hero"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c8c162d-e7be-4d1a-b755-3b0b06f80585"},{"name":"List Items","id":"0081f90d-3aa8-4c9c-9350-8a2ee16ac158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_hero?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_hero items.</p>\n","urlObject":{"path":["items","block_hero"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"5efdbb38-a752-42e6-8405-8425b009a9f6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_hero?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_hero"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"image_position\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"image_position\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6f0783aa-b528-40a8-b7d3-0557e65ea562","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_hero?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_hero"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0081f90d-3aa8-4c9c-9350-8a2ee16ac158"},{"name":"Update Multiple Items","id":"dd93e72a-6405-4406-8b0c-90663a2ae60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_hero?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_hero items at the same time.</p>\n","urlObject":{"path":["items","block_hero"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"aef481be-1df4-4dec-b680-20118bbe132a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"image_position\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_hero?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_hero"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"dd93e72a-6405-4406-8b0c-90663a2ae60e"},{"name":"Delete Multiple Items","id":"73dde5eb-2e1e-4698-bf2e-82b55434a995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_hero","description":"<p>Delete multiple existing block_hero items.</p>\n","urlObject":{"path":["items","block_hero"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"923d7d06-8ad5-4ac2-a16a-670e02e0a5cf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_hero"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4289de32-5a12-4373-8ccb-cd9bc4bb7a61","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_hero"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"73dde5eb-2e1e-4698-bf2e-82b55434a995"}],"id":"cecd14e3-1d88-40c4-bb16-b3923c18dc14","_postman_id":"cecd14e3-1d88-40c4-bb16-b3923c18dc14","description":""},{"name":"block_html","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"21908f16-2917-4333-b569-2c4a2715c76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_html item by unique identifier.</p>\n","urlObject":{"path":["items","block_html",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7b4c13ac-8187-403e-ab15-6fa52439e678","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"47813343-1c2b-43cb-82f4-7c7d7401b6a6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n}"},{"id":"c1de0e5c-ab03-4e6c-b29d-77032b09508c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"26f296f9-2f61-462f-a098-9e5a5ae36f3f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"21908f16-2917-4333-b569-2c4a2715c76e"},{"name":"Update an Item","id":"5f7fb01d-393f-4627-98ad-9ae599da2349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"raw_html\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_html item.</p>\n","urlObject":{"path":["items","block_html",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"829c72fc-162f-411d-bd82-e30d99d0984c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f38c824d-34c0-4f7f-a690-f5b7545771a3","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"raw_html\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n}"},{"id":"8c0c3ad6-bb50-4818-b64e-9308fbdd7e0f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"raw_html\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f0c264ba-de93-4dda-b4fd-e9e7b056895c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"raw_html\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5f7fb01d-393f-4627-98ad-9ae599da2349"},{"name":"Delete an Item","id":"29c0c83c-bdb4-43fe-a002-f4e57a57fd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_html/:id","description":"<p>Delete an existing block_html item.</p>\n","urlObject":{"path":["items","block_html",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"fa48681e-4231-45f0-a0e8-a8b88e5d674f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b0f9f72f-0178-4ee4-a1b0-054d8324f2d3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_html/:id","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7c63f8f2-dd57-4044-89d2-95e036c534f1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_html/:id","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4228cc28-ff9b-4a74-9d2b-400aa8251882","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_html/:id","host":["https://app.empress.eco"],"path":["items","block_html",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"29c0c83c-bdb4-43fe-a002-f4e57a57fd76"}],"id":"c1a6ad96-38f3-49bf-9392-8e3c474da069","_postman_id":"c1a6ad96-38f3-49bf-9392-8e3c474da069","description":""},{"name":"Create an Item","id":"8d47f4d9-ced2-469b-9f8e-7fb51bc27541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_html?meta=<string>","description":"<p>Create a new block_html item.</p>\n","urlObject":{"path":["items","block_html"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f3980c0e-730d-4464-a89e-802f5a29ce55","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_html"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ba3dfb79-3480-4007-9e17-bb2d2508cfc3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_html"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8d47f4d9-ced2-469b-9f8e-7fb51bc27541"},{"name":"List Items","id":"41caef48-2cff-435b-967a-7c1cc083fb9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_html?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_html items.</p>\n","urlObject":{"path":["items","block_html"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e1e51feb-da46-41e3-a598-5361368f1e71","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_html?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_html"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"raw_html\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"raw_html\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7274cfaa-faf2-42ef-b7be-b00d0ec45cda","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_html?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_html"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"41caef48-2cff-435b-967a-7c1cc083fb9e"},{"name":"Update Multiple Items","id":"0838a2fa-18ab-4eb4-830a-8e3921ec1908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_html?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_html items at the same time.</p>\n","urlObject":{"path":["items","block_html"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"edc3f250-a24b-43b7-93b1-bfbebc2d2b81","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"raw_html\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_html?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_html"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0838a2fa-18ab-4eb4-830a-8e3921ec1908"},{"name":"Delete Multiple Items","id":"ebf1b032-c29b-474b-a1c6-6b68e6292861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_html","description":"<p>Delete multiple existing block_html items.</p>\n","urlObject":{"path":["items","block_html"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b41065bc-2b94-4c75-99f3-53348f5b8378","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_html"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"35dddaf2-4367-4424-b9b8-564c40ee0c3e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_html"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ebf1b032-c29b-474b-a1c6-6b68e6292861"}],"id":"d816f9ee-eb67-437e-810c-42e437c6d196","_postman_id":"d816f9ee-eb67-437e-810c-42e437c6d196","description":""},{"name":"block_logocloud","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"02656bc5-175d-40ae-9c2b-8e8e7ba5a717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_logocloud item by unique identifier.</p>\n","urlObject":{"path":["items","block_logocloud",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"503fd9f7-1483-4ba0-82e7-ef9ade4630a3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"27a16f8c-2b81-4c7c-90d9-6b598114749a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"89e0b568-ba44-45b3-ae60-79ecca95594b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3eadc426-4326-42b6-89ab-b41668449db6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"02656bc5-175d-40ae-9c2b-8e8e7ba5a717"},{"name":"Update an Item","id":"0c9fa01e-7b19-4d0c-9d27-77eda85b782a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"logos\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_logocloud item.</p>\n","urlObject":{"path":["items","block_logocloud",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d47cd1fa-3402-4973-960b-85193d5343bc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"bd7c2b2e-cceb-4384-aa0f-4820995af5c6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"logos\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"3c72e61d-cb07-4b67-9c6b-de94fca6b11c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"logos\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d410818f-18c9-4234-8ac2-907a06f40eae","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"logos\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0c9fa01e-7b19-4d0c-9d27-77eda85b782a"},{"name":"Delete an Item","id":"f85c7c54-5f7a-4cbb-81f9-1ad13a55acf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud/:id","description":"<p>Delete an existing block_logocloud item.</p>\n","urlObject":{"path":["items","block_logocloud",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"92788ae6-30ed-4db4-a16c-c3f8286d2982","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"129ce28b-b2f0-4aa1-ba56-cc923c87be61","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"afddbab2-23c8-4d9e-b99c-9fa75fe52488","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"22b59583-379e-41df-88e8-d874e59f8bd9","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f85c7c54-5f7a-4cbb-81f9-1ad13a55acf4"}],"id":"ed892a91-610f-4801-86ff-4c77df1b0673","_postman_id":"ed892a91-610f-4801-86ff-4c77df1b0673","description":""},{"name":"Create an Item","id":"f6747bef-e379-40d9-bf83-58be142bc892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud?meta=<string>","description":"<p>Create a new block_logocloud item.</p>\n","urlObject":{"path":["items","block_logocloud"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1536f7d9-86d9-4ec0-903d-d91b8a08455f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"154045b2-b67f-4ef5-9db4-9a112c97e6b0","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f6747bef-e379-40d9-bf83-58be142bc892"},{"name":"List Items","id":"0696093e-2361-4830-8a8f-e22a02fc0e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_logocloud items.</p>\n","urlObject":{"path":["items","block_logocloud"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"12a435a7-837c-4c83-a6c2-ce1bcf46813d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"logos\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"logos\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"986b800b-42d9-4a03-90e5-6e9d7c304760","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0696093e-2361-4830-8a8f-e22a02fc0e9e"},{"name":"Update Multiple Items","id":"1d86c59b-ac8d-47e8-bbad-d882052f61d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_logocloud items at the same time.</p>\n","urlObject":{"path":["items","block_logocloud"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"30241453-cba8-468c-80b7-084421497375","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"logos\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1d86c59b-ac8d-47e8-bbad-d882052f61d3"},{"name":"Delete Multiple Items","id":"845da930-490c-4a12-ab4d-483ad780745d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud","description":"<p>Delete multiple existing block_logocloud items.</p>\n","urlObject":{"path":["items","block_logocloud"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"a8d11526-add2-4988-b06d-d127d6fb4c11","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_logocloud"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9f798106-9151-4323-b824-40bf35258b85","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"845da930-490c-4a12-ab4d-483ad780745d"}],"id":"ed83d9d9-cecd-4e32-af1c-861eb34524f4","_postman_id":"ed83d9d9-cecd-4e32-af1c-861eb34524f4","description":""},{"name":"block_logocloud_logos","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"b36ec98a-073e-4e3d-9146-64779128d13b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_logocloud_logos item by unique identifier.</p>\n","urlObject":{"path":["items","block_logocloud_logos",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"22428e2e-bc4a-44f5-ba43-2330dce3d273","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"82bdc870-b85b-4f80-8986-59202c63275f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"f1a50cc6-dbc9-40d3-9f54-4d5b13dc81bb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7e341b46-8264-4a39-9867-ec16dbadd971","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b36ec98a-073e-4e3d-9146-64779128d13b"},{"name":"Update an Item","id":"a639ca9a-7bcb-4bc3-b48d-ac017a59ea7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_logocloud_id\": \"<uuid>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_logocloud_logos item.</p>\n","urlObject":{"path":["items","block_logocloud_logos",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"1045d325-a434-4a78-9535-fe7240de0f73","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"69106e38-b8d9-4abd-b865-e433376bfc20","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_logocloud_id\": \"<uuid>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"ce9264f1-681b-42bf-82e2-c78928581e73","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_logocloud_id\": \"<uuid>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b79fb004-e57f-4aa7-8a2f-ac443856d088","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_logocloud_id\": \"<uuid>\",\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a639ca9a-7bcb-4bc3-b48d-ac017a59ea7f"},{"name":"Delete an Item","id":"f747ff97-936d-4a4f-916b-6ca2ca4b931e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud_logos/:id","description":"<p>Delete an existing block_logocloud_logos item.</p>\n","urlObject":{"path":["items","block_logocloud_logos",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7192ea62-6e87-48dd-9f30-356936b62da6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2f37cd7e-0d79-4ae2-b3c6-dfe4ad16d3da","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f88a463a-a4dd-464d-926f-755a92177c7a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2769d925-4bff-4bee-8e49-1cda9af4f9de","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos/:id","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f747ff97-936d-4a4f-916b-6ca2ca4b931e"}],"id":"743eb346-9912-450a-9c0c-2b688f03d21b","_postman_id":"743eb346-9912-450a-9c0c-2b688f03d21b","description":""},{"name":"Create an Item","id":"cecb1a31-3d07-45be-9383-0be1fa1dd3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud_logos?meta=<string>","description":"<p>Create a new block_logocloud_logos item.</p>\n","urlObject":{"path":["items","block_logocloud_logos"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"88d2e860-1ede-41da-87f7-8a98f9965563","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"160818e8-0c36-46c6-8e86-e3522077a89a","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cecb1a31-3d07-45be-9383-0be1fa1dd3eb"},{"name":"List Items","id":"64fe64f4-6738-467a-b435-71bc253dd783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud_logos?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_logocloud_logos items.</p>\n","urlObject":{"path":["items","block_logocloud_logos"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6786ba2d-66c7-4ff2-892a-c5a70fd16a11","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"block_logocloud_id\": \"<uuid>\",\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"block_logocloud_id\": \"<uuid>\",\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"aebe0e09-dac2-411a-ac7d-80ceee62d984","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"64fe64f4-6738-467a-b435-71bc253dd783"},{"name":"Update Multiple Items","id":"7f3f7733-5a1d-4705-9c6e-e5f614201cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_logocloud_logos?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_logocloud_logos items at the same time.</p>\n","urlObject":{"path":["items","block_logocloud_logos"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c234afe9-38e9-46c7-84a5-2828ddaac288","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"block_logocloud_id\": \"<uuid>\",\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_logocloud_logos?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_logocloud_logos"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"7f3f7733-5a1d-4705-9c6e-e5f614201cda"},{"name":"Delete Multiple Items","id":"0b2b20fc-8b15-4c9d-8060-62df9f4ada71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud_logos","description":"<p>Delete multiple existing block_logocloud_logos items.</p>\n","urlObject":{"path":["items","block_logocloud_logos"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2f2790f5-b1de-4561-9561-96ade81d157d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_logocloud_logos"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b64ba631-6bd6-4856-a77f-5d7d3ac8af80","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_logocloud_logos"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0b2b20fc-8b15-4c9d-8060-62df9f4ada71"}],"id":"e20f5e81-5c0d-478d-b212-a882a765d39f","_postman_id":"e20f5e81-5c0d-478d-b212-a882a765d39f","description":""},{"name":"block_quote","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"a696f378-7e43-419b-83a4-6bbb4ba840ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_quote item by unique identifier.</p>\n","urlObject":{"path":["items","block_quote",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7788d753-1986-4775-b61a-bb2329f7d548","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fee7c25c-d667-431b-a0f8-da0a2df7b8d2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"f72b0247-f903-4f93-b0ac-db007a78b0a8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bbdaf71a-090a-40e1-9d59-bd1c5118a39a","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a696f378-7e43-419b-83a4-6bbb4ba840ff"},{"name":"Update an Item","id":"8d3bbb36-bf4a-4572-a8e0-76c2add89258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_quote item.</p>\n","urlObject":{"path":["items","block_quote",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5b645028-11a7-4230-bead-569c3cbf449a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6f3ad452-9cc9-41e8-8307-69afbeaf12ce","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"b16e34b7-a24c-4029-ba1d-97305f58b5fe","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c5f670ef-e724-498c-a441-f4634fc01174","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8d3bbb36-bf4a-4572-a8e0-76c2add89258"},{"name":"Delete an Item","id":"b15903f2-86b9-47ba-a5e1-17fe8d88ac68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_quote/:id","description":"<p>Delete an existing block_quote item.</p>\n","urlObject":{"path":["items","block_quote",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"9cfcbfb0-56f1-4397-b4d1-ee7021fde47c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d4fd07ef-e68e-4d6c-9c0e-10038b9f5e80","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_quote/:id","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c4c8a9d-2deb-4ffa-b249-e27d873641a7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_quote/:id","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"888ab8e5-3620-4659-82e6-f00071a39da2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_quote/:id","host":["https://app.empress.eco"],"path":["items","block_quote",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b15903f2-86b9-47ba-a5e1-17fe8d88ac68"}],"id":"74f251de-803a-49fe-9705-6ccbc9e27a4d","_postman_id":"74f251de-803a-49fe-9705-6ccbc9e27a4d","description":""},{"name":"Create an Item","id":"8ad0bbe4-d31c-44bb-9d87-d55c59fd95be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_quote?meta=<string>","description":"<p>Create a new block_quote item.</p>\n","urlObject":{"path":["items","block_quote"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"9223434d-80c9-46f4-b52f-9d0ff2f8d6bb","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_quote"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc8265ea-85a3-43ed-908a-a9fed2cf76c8","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_quote"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8ad0bbe4-d31c-44bb-9d87-d55c59fd95be"},{"name":"List Items","id":"08f94644-59cd-4668-8a5c-52213757e2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_quote?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_quote items.</p>\n","urlObject":{"path":["items","block_quote"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2d7aa07e-a7e0-4db9-a797-af33ef3633aa","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_quote?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_quote"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"content\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"subtitle\": \"<string>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"content\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"subtitle\": \"<string>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"93f272fc-53b5-4ba6-aa41-56b4afd3e31d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_quote?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_quote"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"08f94644-59cd-4668-8a5c-52213757e2bd"},{"name":"Update Multiple Items","id":"ff092908-7f1b-4bdc-aeb8-84613a9f01da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_quote?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_quote items at the same time.</p>\n","urlObject":{"path":["items","block_quote"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"286251c1-1396-4900-a668-fd7df9a7b7d5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_quote?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_quote"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ff092908-7f1b-4bdc-aeb8-84613a9f01da"},{"name":"Delete Multiple Items","id":"f7d11821-d1a2-4f28-a5a9-82f3319cedea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_quote","description":"<p>Delete multiple existing block_quote items.</p>\n","urlObject":{"path":["items","block_quote"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"abf1d49e-eff2-40a8-aa25-ad5cbe1bc248","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_quote"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a8b15bb7-311b-4d9a-80c3-e12171917cc3","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_quote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f7d11821-d1a2-4f28-a5a9-82f3319cedea"}],"id":"77728599-b265-41c2-acf8-6009defb9f89","_postman_id":"77728599-b265-41c2-acf8-6009defb9f89","description":""},{"name":"block_richtext","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"71845cba-5810-4ed7-ba55-6b6654883192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_richtext item by unique identifier.</p>\n","urlObject":{"path":["items","block_richtext",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ab2dbd38-d0eb-4e74-b36e-bd087196f048","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"37ee0d17-bfd5-4549-8fc5-5da8ce4cdce2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"941e00a3-a257-49b5-8fa2-0a2eb1f4f8ee","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c2005f26-c503-4307-af46-121f32c80ff8","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"71845cba-5810-4ed7-ba55-6b6654883192"},{"name":"Update an Item","id":"497c3d06-8a0d-4cdf-affe-774783b11676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_richtext item.</p>\n","urlObject":{"path":["items","block_richtext",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9522fb4a-fad3-49a3-9c1b-b9a652538b9a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b4475983-5fc9-4a77-8453-8c717f871bf0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"78b84c1a-1299-42b8-bcc6-6d7f7e929e18","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8c8cf61f-c093-4336-9f5f-b0d3ee16f022","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alignment\": \"<string>\",\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"497c3d06-8a0d-4cdf-affe-774783b11676"},{"name":"Delete an Item","id":"2edfaef4-ae5d-420c-b1fa-11a0d3cd4751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_richtext/:id","description":"<p>Delete an existing block_richtext item.</p>\n","urlObject":{"path":["items","block_richtext",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"e445763c-6c51-4ab4-9099-f2a1a25f68e7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a7bf31cc-c4fb-47b0-a3ba-a04b34f764ce","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4296e361-4056-4b16-9d01-18f1c228fa6d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"62143795-5cf0-4e76-94f2-9b33e0e2c5eb","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_richtext/:id","host":["https://app.empress.eco"],"path":["items","block_richtext",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2edfaef4-ae5d-420c-b1fa-11a0d3cd4751"}],"id":"73f01e84-75b7-482b-8edd-aefc026464e8","_postman_id":"73f01e84-75b7-482b-8edd-aefc026464e8","description":""},{"name":"Create an Item","id":"0d51dbef-38c1-4318-9afa-8d4906dec1a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_richtext?meta=<string>","description":"<p>Create a new block_richtext item.</p>\n","urlObject":{"path":["items","block_richtext"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"6192d2ca-f845-4fe4-8ba7-740dcb92e1ec","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6bbb7f8c-6b68-4923-ad9c-04891774e720","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d51dbef-38c1-4318-9afa-8d4906dec1a2"},{"name":"List Items","id":"d0ae951a-c2de-4a54-9d78-e3ba05e75cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_richtext?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_richtext items.</p>\n","urlObject":{"path":["items","block_richtext"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c4c4a20c-4ef9-44d0-b0f1-80eee53a0fbb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_richtext?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"alignment\": \"<string>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"alignment\": \"<string>\",\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"f61bc36e-2934-4c68-b229-a656f08c4918","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_richtext?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d0ae951a-c2de-4a54-9d78-e3ba05e75cd7"},{"name":"Update Multiple Items","id":"d0f6431d-35b0-4150-abb2-a04c4c8c844e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_richtext?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_richtext items at the same time.</p>\n","urlObject":{"path":["items","block_richtext"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c5c910cf-fc33-4e31-804c-4407ac3cdee7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"alignment\": \"<string>\",\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_richtext?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_richtext"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d0f6431d-35b0-4150-abb2-a04c4c8c844e"},{"name":"Delete Multiple Items","id":"08ed287b-5661-434d-8b84-13adbe6cccea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_richtext","description":"<p>Delete multiple existing block_richtext items.</p>\n","urlObject":{"path":["items","block_richtext"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"a4115110-8bfe-4c28-834a-0e570b903298","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_richtext"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6cd26d18-7f03-4fda-a23d-40f0a37c722a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_richtext"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"08ed287b-5661-434d-8b84-13adbe6cccea"}],"id":"c28ada8a-1a7b-4ec0-b629-f5ca7cc6e1a5","_postman_id":"c28ada8a-1a7b-4ec0-b629-f5ca7cc6e1a5","description":""},{"name":"blocks","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"56aeac41-fc45-4e22-939a-8101a8e4fdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single blocks item by unique identifier.</p>\n","urlObject":{"path":["items","blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"112029ea-4c49-49d2-9c4b-ad72e7e9fd85","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"30fe0696-1d28-41b3-a714-b05bbf21c575","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"856c28e2-d7f2-4b7e-b5f6-1d5769fd2f59","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f8174d3a-249c-4b7d-b781-7b64767665cb","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"56aeac41-fc45-4e22-939a-8101a8e4fdca"},{"name":"Update an Item","id":"8d0433a1-5543-4f31-9861-0afc9697b7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing blocks item.</p>\n","urlObject":{"path":["items","blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5bc1e317-a029-4abe-8fbc-8f9ab889a35c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e3fd59c9-1ad3-42a9-8a8c-177a3d547955","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"4a82ecc4-f7e3-4e8c-ad83-9366d88e89e9","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1b29f2fd-173b-4c52-86ff-a1bdae3c0662","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8d0433a1-5543-4f31-9861-0afc9697b7b6"},{"name":"Delete an Item","id":"2f51b2a9-96e9-4e54-9112-fd499d7f8f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/blocks/:id","description":"<p>Delete an existing blocks item.</p>\n","urlObject":{"path":["items","blocks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"2ff8e35e-8c6a-4812-b835-b5b0f0f5e8b8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f105d96a-edde-46c5-afd1-06efb4ec398f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/blocks/:id","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d7da43dc-2426-4174-bb02-c5cfc891b28c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/blocks/:id","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"328cf4eb-20a2-44a1-a94c-107d71782b6f","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/blocks/:id","host":["https://app.empress.eco"],"path":["items","blocks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2f51b2a9-96e9-4e54-9112-fd499d7f8f32"}],"id":"24268bd9-507b-446e-8bfd-fc5fa001183f","_postman_id":"24268bd9-507b-446e-8bfd-fc5fa001183f","description":""},{"name":"Create an Item","id":"358844b1-4545-44e0-a194-72b00926e181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/blocks?meta=<string>","description":"<p>Create a new blocks item.</p>\n","urlObject":{"path":["items","blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a1aa136c-9f0a-48a3-bbb6-2fac83684f89","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5ec46abb-0b93-4b8f-9548-72443ec3f014","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"358844b1-4545-44e0-a194-72b00926e181"},{"name":"List Items","id":"716cabef-81b3-4d84-8716-c3c31c9c5a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the blocks items.</p>\n","urlObject":{"path":["items","blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c8cbcab3-fcd9-46e7-86f8-c0bd3a8c6a82","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"94c554e2-13de-4bbd-ad49-fdfb2959b286","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"716cabef-81b3-4d84-8716-c3c31c9c5a67"},{"name":"Update Multiple Items","id":"1b911280-e18a-4af8-b1ac-39e8ba7ac12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple blocks items at the same time.</p>\n","urlObject":{"path":["items","blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7d2ffb93-19ed-4571-8790-f6d343a75861","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1b911280-e18a-4af8-b1ac-39e8ba7ac12b"},{"name":"Delete Multiple Items","id":"bac54761-7851-447a-a921-96975e02b270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/blocks","description":"<p>Delete multiple existing blocks items.</p>\n","urlObject":{"path":["items","blocks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c8fe39f4-00cd-4cc4-abfb-f46b777aaaaf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/blocks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9508de85-3e59-4cb0-912b-f51c312fc0ca","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/blocks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bac54761-7851-447a-a921-96975e02b270"}],"id":"bfa4759b-fc31-4443-be52-dbbb75134425","_postman_id":"bfa4759b-fc31-4443-be52-dbbb75134425","description":""},{"name":"block_step_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"e13714bc-6a34-42b8-a0b9-a83a3fc7414a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_step_items item by unique identifier.</p>\n","urlObject":{"path":["items","block_step_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"a86297b5-a0bc-4243-9a46-e023a0dee342","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"54f5c108-b5a7-408d-9132-8f368aaa521a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"58d5c6ba-6063-458e-9d4f-24307de61498","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d24cc9ed-291e-4e6a-a201-355968d04ed6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e13714bc-6a34-42b8-a0b9-a83a3fc7414a"},{"name":"Update an Item","id":"bdbda77d-b0e4-47e8-a519-c8170d70dcc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_steps\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_step_items item.</p>\n","urlObject":{"path":["items","block_step_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"28422043-a969-47d4-baa4-82db39ec6a06","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d9b2b9a0-3969-46f6-805b-b937b9b2d308","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_steps\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"81f1975d-c534-4548-9a55-b24f114ba076","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_steps\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8128dd25-a1b8-4802-9f7c-c57c1ddf3df0","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_steps\": \"<uuid>\",\n  \"button_group\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bdbda77d-b0e4-47e8-a519-c8170d70dcc4"},{"name":"Delete an Item","id":"975a9250-83ff-4ec5-8cc4-529304889963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_step_items/:id","description":"<p>Delete an existing block_step_items item.</p>\n","urlObject":{"path":["items","block_step_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3ea9d15a-dbcc-4214-9689-df73b7776b92","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"69db9102-6e6c-4266-a6f3-c3f02bd281c9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4a4f6fc9-97cb-4084-baa9-389e2976298e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"24a15130-632d-4a30-aa25-5db1bc3008fe","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_step_items/:id","host":["https://app.empress.eco"],"path":["items","block_step_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"975a9250-83ff-4ec5-8cc4-529304889963"}],"id":"dd1c9fa9-deeb-47c2-acad-98c4b1ba2259","_postman_id":"dd1c9fa9-deeb-47c2-acad-98c4b1ba2259","description":""},{"name":"Create an Item","id":"9458f117-5a80-4fc3-a3cc-a3abf531a876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_step_items?meta=<string>","description":"<p>Create a new block_step_items item.</p>\n","urlObject":{"path":["items","block_step_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"826fc323-964d-46c9-a522-e89e81d82dd8","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8dda6976-a6bf-488a-b77a-011eba7f7422","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9458f117-5a80-4fc3-a3cc-a3abf531a876"},{"name":"List Items","id":"7ec28961-6089-4c78-ad1e-e1d55276e92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_step_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_step_items items.</p>\n","urlObject":{"path":["items","block_step_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1cade4c3-5fe8-4095-9aa3-25348e7682ce","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_step_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"block_steps\": \"<uuid>\",\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"block_steps\": \"<uuid>\",\n      \"button_group\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0d9cbf88-30f2-4354-8f8d-b1ad2a3e5bfa","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_step_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7ec28961-6089-4c78-ad1e-e1d55276e92e"},{"name":"Update Multiple Items","id":"2675f8bf-26e0-4dd8-9c5f-4e5b400911c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_step_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_step_items items at the same time.</p>\n","urlObject":{"path":["items","block_step_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cbdd8342-c63e-4df4-99f0-8443b97eca4f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"block_steps\": \"<uuid>\",\n    \"button_group\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_step_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_step_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2675f8bf-26e0-4dd8-9c5f-4e5b400911c9"},{"name":"Delete Multiple Items","id":"7d964ad5-2cff-4bd6-bfa0-e0827e7031be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_step_items","description":"<p>Delete multiple existing block_step_items items.</p>\n","urlObject":{"path":["items","block_step_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b2bd350d-4740-4ed9-8d84-cde1fd8ede90","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_step_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"086ecda6-b12d-4061-93f8-b4a5e9a0b6f5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_step_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7d964ad5-2cff-4bd6-bfa0-e0827e7031be"}],"id":"6349dc4a-9723-4a32-a04a-dfe4d1d32d33","_postman_id":"6349dc4a-9723-4a32-a04a-dfe4d1d32d33","description":""},{"name":"block_steps","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"0d32449e-f9b7-49df-a67c-1825e0e234b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_steps item by unique identifier.</p>\n","urlObject":{"path":["items","block_steps",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f36107d4-560e-4c1c-ac13-cfd44e050c86","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"98668eb8-2a4d-459f-90ae-cbd9672568c7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"cd03f011-795f-487e-8d21-b23bd178d3eb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a2beef94-f996-48b8-b65a-d177c09bc4dd","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d32449e-f9b7-49df-a67c-1825e0e234b7"},{"name":"Update an Item","id":"a2f378d5-3bd5-43f4-afc7-de5265ec2b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alternate_image_position\": \"<boolean>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"show_step_numbers\": \"<boolean>\",\n  \"title\": \"<string>\",\n  \"steps\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_steps item.</p>\n","urlObject":{"path":["items","block_steps",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c910c279-dcfc-4208-9076-898b4c4e7bbb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4f8f7c00-82fe-411f-8c66-0100e9db9ceb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alternate_image_position\": \"<boolean>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"show_step_numbers\": \"<boolean>\",\n  \"title\": \"<string>\",\n  \"steps\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"c5d78435-5730-4aea-9887-b0d6a3b44b5a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alternate_image_position\": \"<boolean>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"show_step_numbers\": \"<boolean>\",\n  \"title\": \"<string>\",\n  \"steps\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3f33277c-aea6-45c1-a10f-4c09ac976dcb","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alternate_image_position\": \"<boolean>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"show_step_numbers\": \"<boolean>\",\n  \"title\": \"<string>\",\n  \"steps\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a2f378d5-3bd5-43f4-afc7-de5265ec2b63"},{"name":"Delete an Item","id":"4843dbb2-96e8-4d61-9f7f-4d2ff0700adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_steps/:id","description":"<p>Delete an existing block_steps item.</p>\n","urlObject":{"path":["items","block_steps",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"222c5177-bd45-4780-8277-097cd703d2a3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1a90388e-6caa-4980-8cd4-91fd890bb5e2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_steps/:id","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aacad651-c527-4421-a52f-43766a60a52d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_steps/:id","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a2820681-62b9-4fbf-876e-c51234ce0434","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_steps/:id","host":["https://app.empress.eco"],"path":["items","block_steps",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4843dbb2-96e8-4d61-9f7f-4d2ff0700adb"}],"id":"e0449ac7-1b14-4b4c-a3e5-fe4f406225c4","_postman_id":"e0449ac7-1b14-4b4c-a3e5-fe4f406225c4","description":""},{"name":"Create an Item","id":"fa603fc6-5add-4c4b-981e-20e4da4d5e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_steps?meta=<string>","description":"<p>Create a new block_steps item.</p>\n","urlObject":{"path":["items","block_steps"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d6da5abf-2a3e-486f-8bd7-2ec7e87a7445","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_steps"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9d9630e7-9cb5-4753-83ea-b475075f1cb0","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_steps"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fa603fc6-5add-4c4b-981e-20e4da4d5e15"},{"name":"List Items","id":"5955aa64-cdf3-44a1-9a6c-ff05c8b0e5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_steps?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_steps items.</p>\n","urlObject":{"path":["items","block_steps"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"8cf8c694-d2a9-42e3-93a4-df149cb3e54e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_steps?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_steps"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"alternate_image_position\": \"<boolean>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"show_step_numbers\": \"<boolean>\",\n      \"title\": \"<string>\",\n      \"steps\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"alternate_image_position\": \"<boolean>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"show_step_numbers\": \"<boolean>\",\n      \"title\": \"<string>\",\n      \"steps\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6087bf5f-6910-4f68-bdc2-ca7b4370f571","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_steps?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_steps"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5955aa64-cdf3-44a1-9a6c-ff05c8b0e5d2"},{"name":"Update Multiple Items","id":"97cefbd0-24a7-4ad2-bb2e-3c859412728f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_steps?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_steps items at the same time.</p>\n","urlObject":{"path":["items","block_steps"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"800bcfa2-bb13-44b4-9d6d-4e0d0fc9c611","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"alternate_image_position\": \"<boolean>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"show_step_numbers\": \"<boolean>\",\n    \"title\": \"<string>\",\n    \"steps\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_steps?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_steps"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"97cefbd0-24a7-4ad2-bb2e-3c859412728f"},{"name":"Delete Multiple Items","id":"c6163c4d-a3a5-4b1f-8d7b-e03fd467a069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_steps","description":"<p>Delete multiple existing block_steps items.</p>\n","urlObject":{"path":["items","block_steps"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"646d0e87-9c8b-4743-871d-0e60b3109a8c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_steps"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"35fa564e-bf20-49d7-8de8-259f90e3479d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_steps"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c6163c4d-a3a5-4b1f-8d7b-e03fd467a069"}],"id":"af250b22-b026-4e93-a2a6-3400bbefd462","_postman_id":"af250b22-b026-4e93-a2a6-3400bbefd462","description":""},{"name":"block_team","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"dd949273-a1d5-44bd-96f8-7973d3428b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_team item by unique identifier.</p>\n","urlObject":{"path":["items","block_team",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"8258b50d-f7ba-4164-8120-e8a1c6e4bf72","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"11ee6a11-8fc3-47c2-8b69-1ae61ca4ea02","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n}"},{"id":"c3cb0f52-3d4b-475f-a31b-5fd9489246c6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"423408a7-2eea-4807-b8af-6080b8da4c33","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dd949273-a1d5-44bd-96f8-7973d3428b12"},{"name":"Update an Item","id":"91c2b86a-7aa6-4251-adaf-1af2741b12c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"notice_block_team\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_team item.</p>\n","urlObject":{"path":["items","block_team",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"57673342-b21b-4db6-b021-bb257afb4acd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9a886469-95f9-42e1-b855-07684d04b6a7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"notice_block_team\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n}"},{"id":"c84c25c4-b366-46f7-a5c8-2a915f11498e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"notice_block_team\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1b430f0d-03e5-43a7-b7b0-acdf6f890cb3","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"notice_block_team\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"91c2b86a-7aa6-4251-adaf-1af2741b12c3"},{"name":"Delete an Item","id":"9c721dee-08b2-4d80-b317-a3d37c01ea1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_team/:id","description":"<p>Delete an existing block_team item.</p>\n","urlObject":{"path":["items","block_team",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"9c63b629-e44c-488b-a705-3820c997abd7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"299cbe86-e417-4794-a813-f569f281a052","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_team/:id","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0003410d-f9a1-4b9d-9f8a-7c3c5f4f7a47","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_team/:id","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0e8cf844-af5c-4e50-b815-0ccd61757f53","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_team/:id","host":["https://app.empress.eco"],"path":["items","block_team",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9c721dee-08b2-4d80-b317-a3d37c01ea1b"}],"id":"1c12b4fd-aeb3-4fe9-83d9-47d670e5b17f","_postman_id":"1c12b4fd-aeb3-4fe9-83d9-47d670e5b17f","description":""},{"name":"Create an Item","id":"c4feff6f-a551-4d8b-b35a-8a609c395549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_team?meta=<string>","description":"<p>Create a new block_team item.</p>\n","urlObject":{"path":["items","block_team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a602fcba-83f2-429f-9955-2b8007e2fc94","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_team"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3def680a-baf4-421e-8819-a78dbc9cc5a8","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_team"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c4feff6f-a551-4d8b-b35a-8a609c395549"},{"name":"List Items","id":"57c30117-a312-432a-8189-843924b16958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_team items.</p>\n","urlObject":{"path":["items","block_team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"555bb46c-9709-4711-bc33-c39530e73f58","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"notice_block_team\": \"<string>\"\n    },\n    {\n      \"content\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"notice_block_team\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"801042f9-1a89-49e8-9179-729a612ed734","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"57c30117-a312-432a-8189-843924b16958"},{"name":"Update Multiple Items","id":"5368a2de-b48c-4747-8606-08081e382e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_team items at the same time.</p>\n","urlObject":{"path":["items","block_team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"73ae9835-b7c2-4c27-b87e-64ff3563115b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"notice_block_team\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5368a2de-b48c-4747-8606-08081e382e97"},{"name":"Delete Multiple Items","id":"bcb63202-d1e5-4fbe-9b96-db14c00e2848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_team","description":"<p>Delete multiple existing block_team items.</p>\n","urlObject":{"path":["items","block_team"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"8bc8b5d5-44b3-4ae6-85c3-4e2c358772ae","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_team"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a3ac0f0-6bd5-4602-883f-a67ee6080708","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_team"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bcb63202-d1e5-4fbe-9b96-db14c00e2848"}],"id":"aff88577-8cd5-41db-9c31-1ba1a5cd0b8a","_postman_id":"aff88577-8cd5-41db-9c31-1ba1a5cd0b8a","description":""},{"name":"block_testimonials","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"3365e225-f6e7-4538-806e-4ee6e20680ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_testimonials item by unique identifier.</p>\n","urlObject":{"path":["items","block_testimonials",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"73cb3802-9003-48c2-b841-426373a22600","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ee23ba2b-a7eb-4da4-9904-dcc1b8c90372","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"726503e7-a543-4893-8d7e-c6c2de7a00b0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b808a1d1-2215-4151-b6ba-efbf00f527aa","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3365e225-f6e7-4538-806e-4ee6e20680ae"},{"name":"Update an Item","id":"85b45f2d-3567-4b1a-9d29-0cfdb7bd2dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"testimonials\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_testimonials item.</p>\n","urlObject":{"path":["items","block_testimonials",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"57140576-258a-46bc-9a1a-40dc5eceb143","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"560c1aea-9567-4260-90ef-668d5668b566","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"testimonials\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"0a0d9830-859d-4fd1-adb9-da6e1366a043","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"testimonials\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"77ee6b14-47b8-4d30-a96b-07500e4a894a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"testimonials\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"85b45f2d-3567-4b1a-9d29-0cfdb7bd2dc2"},{"name":"Delete an Item","id":"9ef913e8-57a0-4d0a-9d39-1aec5aef895a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonials/:id","description":"<p>Delete an existing block_testimonials item.</p>\n","urlObject":{"path":["items","block_testimonials",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"64de4745-5066-402a-b405-0292a7678a2c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f4db9e7e-d306-4df3-8d12-4739ca076890","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4f80458c-35cd-4b8a-afa7-6e2bc48cd680","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a3866f88-dc2f-4e0b-9ed2-304cffbee274","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials/:id","host":["https://app.empress.eco"],"path":["items","block_testimonials",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ef913e8-57a0-4d0a-9d39-1aec5aef895a"}],"id":"36246a2c-eb39-43a4-9cb5-d7c5e3d5f157","_postman_id":"36246a2c-eb39-43a4-9cb5-d7c5e3d5f157","description":""},{"name":"Create an Item","id":"2e600275-2793-4e86-a988-812d826ca019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonials?meta=<string>","description":"<p>Create a new block_testimonials item.</p>\n","urlObject":{"path":["items","block_testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d3e11a36-d6dc-468f-82d7-d7206cab5b6a","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f24d31a-0fcc-48e6-a704-aa1a72e19941","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2e600275-2793-4e86-a988-812d826ca019"},{"name":"List Items","id":"5b018c22-989c-443a-9dbc-baca46e793c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_testimonials items.</p>\n","urlObject":{"path":["items","block_testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"617b884b-8382-42fb-a448-800e1f60b466","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"testimonials\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"testimonials\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d7a8bdfa-0fa1-4509-bff5-7dd5035b1106","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5b018c22-989c-443a-9dbc-baca46e793c2"},{"name":"Update Multiple Items","id":"f8ef8e59-f9ba-4717-a4bd-d38c1b67b20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_testimonials items at the same time.</p>\n","urlObject":{"path":["items","block_testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6749d27e-60f6-42fc-9ea1-41ecf3533bd6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"testimonials\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f8ef8e59-f9ba-4717-a4bd-d38c1b67b20c"},{"name":"Delete Multiple Items","id":"daef7fac-3558-4d8c-b5be-013c9bd8e1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonials","description":"<p>Delete multiple existing block_testimonials items.</p>\n","urlObject":{"path":["items","block_testimonials"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"bde458a5-492a-4749-a551-21a8041c23b1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_testimonials"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c87a67f3-b377-4e06-ad4b-a25207ac4fda","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonials"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"daef7fac-3558-4d8c-b5be-013c9bd8e1f8"}],"id":"ced98493-df3a-4aab-bd5b-0e5cf7f72366","_postman_id":"ced98493-df3a-4aab-bd5b-0e5cf7f72366","description":""},{"name":"block_testimonial_slider_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"5d49a4e7-4061-40ea-9210-9f3ab2b6bd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_testimonial_slider_items item by unique identifier.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"232c80f8-97ba-45d0-8bd8-204dd684a1d8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"46c57900-cea3-411f-8e97-07c5c62daa0a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"ebd757c7-c7f1-4038-808a-c8ddc7861eb1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"cb179c75-a739-4ec3-93ef-b6d0977e2e6e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5d49a4e7-4061-40ea-9210-9f3ab2b6bd50"},{"name":"Update an Item","id":"fea7a3a4-467b-4cd3-9b17-9583582f914d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_testimonial_slider_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"testimonials_id\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_testimonial_slider_items item.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"bb9b975e-185c-42d3-8f21-f38f0dbe8a3b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"104e4776-2423-4003-838d-fe85f017001e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_testimonial_slider_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"testimonials_id\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"86b806d9-be7b-4465-8098-83a61328d7ac","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_testimonial_slider_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"testimonials_id\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c9190295-b28e-48b0-a713-421263a328f5","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"block_testimonial_slider_id\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"testimonials_id\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fea7a3a4-467b-4cd3-9b17-9583582f914d"},{"name":"Delete an Item","id":"a1fb638c-bf70-464f-ba75-17517b7aa994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonial_slider_items/:id","description":"<p>Delete an existing block_testimonial_slider_items item.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3438d845-3def-443c-b358-397f09e6bb2a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fb6a4686-a3f5-43d6-a31f-e92a437062b7","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f5dc2840-9f27-447b-bf0e-3a2ae414bc7f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e3390afc-ac3f-4726-8145-6608935f883a","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items/:id","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a1fb638c-bf70-464f-ba75-17517b7aa994"}],"id":"910ae225-3219-4032-b955-20643fe14fd3","_postman_id":"910ae225-3219-4032-b955-20643fe14fd3","description":""},{"name":"Create an Item","id":"edeb182c-54f0-454f-9b3c-4a57ebb2634b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonial_slider_items?meta=<string>","description":"<p>Create a new block_testimonial_slider_items item.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"88c841d9-7585-440a-a4ce-b444c660d20b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"43853d91-0182-4df0-ace2-bae4ba869755","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"edeb182c-54f0-454f-9b3c-4a57ebb2634b"},{"name":"List Items","id":"3ba61345-f7e8-449c-b367-981f23b2be02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonial_slider_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_testimonial_slider_items items.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e6e8ecb4-b65d-4c64-855d-5dda1d062d87","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"block_testimonial_slider_id\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"testimonials_id\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"block_testimonial_slider_id\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"testimonials_id\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"25b55e0a-46f1-483f-84e3-336ca2ef695c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3ba61345-f7e8-449c-b367-981f23b2be02"},{"name":"Update Multiple Items","id":"1dd01213-73e1-4b03-a858-5973bd6bca46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_testimonial_slider_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_testimonial_slider_items items at the same time.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ac2916f7-d88d-4ca2-a79e-ab4d28795217","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"block_testimonial_slider_id\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"testimonials_id\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_testimonial_slider_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_testimonial_slider_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1dd01213-73e1-4b03-a858-5973bd6bca46"},{"name":"Delete Multiple Items","id":"6b0d0442-8d4d-4687-b640-6ae43c28d810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonial_slider_items","description":"<p>Delete multiple existing block_testimonial_slider_items items.</p>\n","urlObject":{"path":["items","block_testimonial_slider_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"846d39af-408c-4762-a211-2c7aaa6837c6","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_testimonial_slider_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0038870f-517d-464d-8bd7-9ea637682d96","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_testimonial_slider_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6b0d0442-8d4d-4687-b640-6ae43c28d810"}],"id":"57cd56a9-62c8-4e84-813e-4f6f888709b6","_postman_id":"57cd56a9-62c8-4e84-813e-4f6f888709b6","description":""},{"name":"block_video","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"a3dbf88f-d00c-48ec-806e-92aeea3579ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single block_video item by unique identifier.</p>\n","urlObject":{"path":["items","block_video",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"bcaf7891-d495-43d7-b37c-c54362e0ec23","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"14d05afd-9369-47a1-bc3c-48ba3b33f8a8","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n}"},{"id":"86b83dfa-8420-4c68-9174-df3116cfb027","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3f98eb98-6427-48a1-8d6a-ec999d293483","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a3dbf88f-d00c-48ec-806e-92aeea3579ce"},{"name":"Update an Item","id":"27bbea10-2f47-42da-b38a-0dfb75ceaa58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"video_file\": \"<uuid>\",\n  \"video_url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing block_video item.</p>\n","urlObject":{"path":["items","block_video",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"8b4250a5-e6e4-459c-b52f-684333f6d153","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a504c02b-6885-42f4-a0d5-1178d6269dc9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"video_file\": \"<uuid>\",\n  \"video_url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n}"},{"id":"9a0b3eb3-8b8e-4269-b66e-0d60e82283f0","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"video_file\": \"<uuid>\",\n  \"video_url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f35947dc-95fc-498c-b741-2aad6ec937da","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"video_file\": \"<uuid>\",\n  \"video_url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"27bbea10-2f47-42da-b38a-0dfb75ceaa58"},{"name":"Delete an Item","id":"a05d9f0c-1193-4d1a-9f74-5204b40c7857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_video/:id","description":"<p>Delete an existing block_video item.</p>\n","urlObject":{"path":["items","block_video",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"92f3cf2d-1fcb-4dd9-86e6-d9685e4c4f39","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f959c1aa-2bb4-4dcb-a914-5ccb94707d3a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/block_video/:id","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e3900ccd-9eec-46f6-81f6-32b3b9532299","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_video/:id","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c3b58953-c482-442d-842b-24801cbafb33","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/block_video/:id","host":["https://app.empress.eco"],"path":["items","block_video",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a05d9f0c-1193-4d1a-9f74-5204b40c7857"}],"id":"2c481026-6bc4-42ad-80d2-33ef099e0bd6","_postman_id":"2c481026-6bc4-42ad-80d2-33ef099e0bd6","description":""},{"name":"Create an Item","id":"038a7d63-d3c9-4310-8329-613081ea424a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_video?meta=<string>","description":"<p>Create a new block_video item.</p>\n","urlObject":{"path":["items","block_video"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"ab4bdefc-2121-47c8-a297-45fbfb3bdea1","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_video"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"28585d78-b290-4c39-b5a9-81818513c7d6","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video?meta=<string>","host":["https://app.empress.eco"],"path":["items","block_video"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"038a7d63-d3c9-4310-8329-613081ea424a"},{"name":"List Items","id":"ec663c31-c173-4930-82b0-17197286ff95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_video?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the block_video items.</p>\n","urlObject":{"path":["items","block_video"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d809bca6-0efe-4b03-a684-8a16fc1d4500","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_video?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_video"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"video_file\": \"<uuid>\",\n      \"video_url\": \"<string>\"\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"video_file\": \"<uuid>\",\n      \"video_url\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"35a9d79c-c9dd-4e8f-8d00-919edf1baa26","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/block_video?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_video"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ec663c31-c173-4930-82b0-17197286ff95"},{"name":"Update Multiple Items","id":"865bf86d-48d5-4e5a-a7c7-1a6938232d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/block_video?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple block_video items at the same time.</p>\n","urlObject":{"path":["items","block_video"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"63fccaf9-b608-4609-aa9f-e8bb9440f74a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"video_file\": \"<uuid>\",\n    \"video_url\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/block_video?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","block_video"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"865bf86d-48d5-4e5a-a7c7-1a6938232d17"},{"name":"Delete Multiple Items","id":"014981b0-cb19-4b82-804b-172df18446a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_video","description":"<p>Delete multiple existing block_video items.</p>\n","urlObject":{"path":["items","block_video"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"77b3f60b-9d06-42d9-a38b-001d0b61d58c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/block_video"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dafa1abc-5f0e-428e-b1d0-6adc1bb5501a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/block_video"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"014981b0-cb19-4b82-804b-172df18446a4"}],"id":"a2b0acea-7742-4a6e-ae2e-9113ba5297e9","_postman_id":"a2b0acea-7742-4a6e-ae2e-9113ba5297e9","description":""},{"name":"budgets","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"a333b638-52d6-4428-89ed-832c83c2abb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single budgets item by unique identifier.</p>\n","urlObject":{"path":["items","budgets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f4f43205-d5a0-4ee3-bce6-e6dd8aa4593d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"eabb6c95-179e-41dc-9643-b2c49ca8822c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"4e51ddd3-4b98-45ce-ad26-c3bb248f0179","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"46a7b819-be5b-4663-8831-f12da1dd5c2e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a333b638-52d6-4428-89ed-832c83c2abb3"},{"name":"Update an Item","id":"dd481128-8b5d-41a7-b64a-5be0ac12c2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"budget_id\": \"<uuid>\",\n  \"budgeted_amount\": \"<number>\",\n  \"date_allocated\": \"<date>\",\n  \"date_updated\": \"<date>\",\n  \"actual_spending\": \"<number>\",\n  \"variance\": \"<number>\",\n  \"percentage_spent\": \"<float>\",\n  \"remaining_budget\": \"<number>\",\n  \"responsible_department_id\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing budgets item.</p>\n","urlObject":{"path":["items","budgets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"bad4a8a4-5e85-41fa-a9da-fa01f9b419c3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2cc0bd77-9838-48e8-b7f1-38aa0afe5e03","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"budget_id\": \"<uuid>\",\n  \"budgeted_amount\": \"<number>\",\n  \"date_allocated\": \"<date>\",\n  \"date_updated\": \"<date>\",\n  \"actual_spending\": \"<number>\",\n  \"variance\": \"<number>\",\n  \"percentage_spent\": \"<float>\",\n  \"remaining_budget\": \"<number>\",\n  \"responsible_department_id\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"2f531c2e-bb28-4bfa-a396-5e471b5207be","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"budget_id\": \"<uuid>\",\n  \"budgeted_amount\": \"<number>\",\n  \"date_allocated\": \"<date>\",\n  \"date_updated\": \"<date>\",\n  \"actual_spending\": \"<number>\",\n  \"variance\": \"<number>\",\n  \"percentage_spent\": \"<float>\",\n  \"remaining_budget\": \"<number>\",\n  \"responsible_department_id\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"74531ec6-1039-409d-b65d-51fed9c0bc75","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"budget_id\": \"<uuid>\",\n  \"budgeted_amount\": \"<number>\",\n  \"date_allocated\": \"<date>\",\n  \"date_updated\": \"<date>\",\n  \"actual_spending\": \"<number>\",\n  \"variance\": \"<number>\",\n  \"percentage_spent\": \"<float>\",\n  \"remaining_budget\": \"<number>\",\n  \"responsible_department_id\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dd481128-8b5d-41a7-b64a-5be0ac12c2ca"},{"name":"Delete an Item","id":"2fa1255e-4a65-4d14-92ec-7fd1a303c19c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/budgets/:id","description":"<p>Delete an existing budgets item.</p>\n","urlObject":{"path":["items","budgets",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"ec0103e1-c77e-4cb1-971c-5684713d888e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fac767ac-f28e-456e-99b0-c446ea2c6a12","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/budgets/:id","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"045adb00-d92d-497e-a322-355d44edeaf6","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/budgets/:id","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ff036bc1-d1fe-4d6c-8681-8d5180cfd373","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/budgets/:id","host":["https://app.empress.eco"],"path":["items","budgets",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2fa1255e-4a65-4d14-92ec-7fd1a303c19c"}],"id":"f9c318b4-0a4c-4375-915b-38d2974c504e","_postman_id":"f9c318b4-0a4c-4375-915b-38d2974c504e","description":""},{"name":"Create an Item","id":"5c4385bd-5c6a-4dea-a3a5-d312e078ec3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/budgets?meta=<string>","description":"<p>Create a new budgets item.</p>\n","urlObject":{"path":["items","budgets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"4c5e687c-24cc-4d81-b592-35bd4d68538b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets?meta=<string>","host":["https://app.empress.eco"],"path":["items","budgets"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ffa9130f-6151-4724-9687-d854e7bf8094","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets?meta=<string>","host":["https://app.empress.eco"],"path":["items","budgets"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c4385bd-5c6a-4dea-a3a5-d312e078ec3b"},{"name":"List Items","id":"d3827460-eb9e-46d7-a8a9-cacd1b6cb0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/budgets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the budgets items.</p>\n","urlObject":{"path":["items","budgets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"897722cf-1ac2-4fca-b1d4-97ad39335ba0","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/budgets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","budgets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"budget_id\": \"<uuid>\",\n      \"budgeted_amount\": \"<number>\",\n      \"date_allocated\": \"<date>\",\n      \"date_updated\": \"<date>\",\n      \"actual_spending\": \"<number>\",\n      \"variance\": \"<number>\",\n      \"percentage_spent\": \"<float>\",\n      \"remaining_budget\": \"<number>\",\n      \"responsible_department_id\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"budget_id\": \"<uuid>\",\n      \"budgeted_amount\": \"<number>\",\n      \"date_allocated\": \"<date>\",\n      \"date_updated\": \"<date>\",\n      \"actual_spending\": \"<number>\",\n      \"variance\": \"<number>\",\n      \"percentage_spent\": \"<float>\",\n      \"remaining_budget\": \"<number>\",\n      \"responsible_department_id\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"50e76532-d0c2-423c-849c-45840ba0f3d6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/budgets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","budgets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d3827460-eb9e-46d7-a8a9-cacd1b6cb0fd"},{"name":"Update Multiple Items","id":"c2b0d78c-409f-4da8-9a75-be4deb32f814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/budgets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple budgets items at the same time.</p>\n","urlObject":{"path":["items","budgets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6b73e075-7f2c-4928-8a07-680e427e26e7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"budget_id\": \"<uuid>\",\n    \"budgeted_amount\": \"<number>\",\n    \"date_allocated\": \"<date>\",\n    \"date_updated\": \"<date>\",\n    \"actual_spending\": \"<number>\",\n    \"variance\": \"<number>\",\n    \"percentage_spent\": \"<float>\",\n    \"remaining_budget\": \"<number>\",\n    \"responsible_department_id\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/budgets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","budgets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c2b0d78c-409f-4da8-9a75-be4deb32f814"},{"name":"Delete Multiple Items","id":"d806f9a6-e419-410c-9e76-5194ce068e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/budgets","description":"<p>Delete multiple existing budgets items.</p>\n","urlObject":{"path":["items","budgets"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"725d571e-2494-41d4-9be2-e338428a104c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/budgets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b27d5532-aef2-4e00-9e24-73cd05214c33","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/budgets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d806f9a6-e419-410c-9e76-5194ce068e40"}],"id":"f863070d-2040-4412-b840-6e896e1305db","_postman_id":"f863070d-2040-4412-b840-6e896e1305db","description":""},{"name":"campaigns","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"99caf421-7ab8-47e3-9139-a539c1d52802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single campaigns item by unique identifier.</p>\n","urlObject":{"path":["items","campaigns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ce0ad916-3723-4e64-9128-485c88b3e9d6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"53f0f7bb-1f37-4f17-af39-b1fb146f8f9c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6a5f7ccc-0ef2-4a7a-9c9b-08bb57f57673","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4c9af106-4e16-4c42-adac-be411354093b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"99caf421-7ab8-47e3-9139-a539c1d52802"},{"name":"Update an Item","id":"16c7fa81-5f4c-4202-98b7-cdbd31059fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"channels\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"roi\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"analytics_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing campaigns item.</p>\n","urlObject":{"path":["items","campaigns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9e102065-c67b-4f82-a8a5-66845140e4bb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"474262ee-12c3-4b6a-b4e6-c76fe7ee100d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"channels\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"roi\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"analytics_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6f9d04ad-c827-404f-8b11-90cf53fe51ee","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"channels\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"roi\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"analytics_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7ca6187a-cdfa-4828-b506-308d144a76d2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"channels\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"roi\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"analytics_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"16c7fa81-5f4c-4202-98b7-cdbd31059fa9"},{"name":"Delete an Item","id":"519c71c2-6076-4f55-a99e-e5c4f191ecdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/campaigns/:id","description":"<p>Delete an existing campaigns item.</p>\n","urlObject":{"path":["items","campaigns",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"516acacb-dcdd-46e8-b268-1a930d544d9d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"80e0fd64-a049-45b0-ad1a-f3bef99d2637","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/campaigns/:id","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"78129bd4-2e39-4fbe-9377-c93f84f2cb71","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/campaigns/:id","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"73d1b73a-8a53-40ad-8024-121a925d1132","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/campaigns/:id","host":["https://app.empress.eco"],"path":["items","campaigns",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"519c71c2-6076-4f55-a99e-e5c4f191ecdf"}],"id":"3708fa16-2ab8-41e4-bd9c-1ac4d14a4eb3","_postman_id":"3708fa16-2ab8-41e4-bd9c-1ac4d14a4eb3","description":""},{"name":"Create an Item","id":"9ea0eddd-9c57-45eb-b1bf-f8c5add0721f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/campaigns?meta=<string>","description":"<p>Create a new campaigns item.</p>\n","urlObject":{"path":["items","campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"527fdad7-ff3b-4d10-831b-a4c513bf6a19","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns?meta=<string>","host":["https://app.empress.eco"],"path":["items","campaigns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2bfd6335-b2b5-49f9-9802-65db5170b732","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns?meta=<string>","host":["https://app.empress.eco"],"path":["items","campaigns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ea0eddd-9c57-45eb-b1bf-f8c5add0721f"},{"name":"List Items","id":"fb074e5a-fb10-4af6-9868-018925fc7856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the campaigns items.</p>\n","urlObject":{"path":["items","campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b78a2cd5-9b0b-4baa-abc0-78db0e257933","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"campaign_id\": \"<uuid>\",\n      \"campaign_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_audience\": \"<string>\",\n      \"budget\": \"<number>\",\n      \"channels\": \"<string>\",\n      \"current_status\": \"<string>\",\n      \"roi\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"analytics_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"campaign_id\": \"<uuid>\",\n      \"campaign_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_audience\": \"<string>\",\n      \"budget\": \"<number>\",\n      \"channels\": \"<string>\",\n      \"current_status\": \"<string>\",\n      \"roi\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"analytics_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c328ae57-8deb-4351-a03f-32b108772839","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fb074e5a-fb10-4af6-9868-018925fc7856"},{"name":"Update Multiple Items","id":"c3a743b7-8a93-4181-9403-fbaa2e8c46b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple campaigns items at the same time.</p>\n","urlObject":{"path":["items","campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4ec63bc3-6e78-4b6a-bf4c-39009dbf3fef","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"channels\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"roi\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"analytics_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c3a743b7-8a93-4181-9403-fbaa2e8c46b1"},{"name":"Delete Multiple Items","id":"9a861a51-2bb8-4d2d-a704-39273a5c08f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/campaigns","description":"<p>Delete multiple existing campaigns items.</p>\n","urlObject":{"path":["items","campaigns"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"85de48aa-49d8-47ad-916a-09688a2d46fa","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"53fbcdc9-119d-463c-8177-5273add20379","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/campaigns"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9a861a51-2bb8-4d2d-a704-39273a5c08f3"}],"id":"32985cc7-a3c0-4804-a2ad-ef72e0fcf571","_postman_id":"32985cc7-a3c0-4804-a2ad-ef72e0fcf571","description":""},{"name":"carbon_footprint","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"17653b24-8d12-4276-bb79-70c5a832a13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single carbon_footprint item by unique identifier.</p>\n","urlObject":{"path":["items","carbon_footprint",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"85edc1ec-d537-4b76-bd5c-8fa45e462295","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2dbec399-58c2-42d8-aaf0-731024ce556c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"12529652-b1f5-4094-99e6-bbc730337a72","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"09d2259f-726d-41b0-959c-8e0273540ed4","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"17653b24-8d12-4276-bb79-70c5a832a13c"},{"name":"Update an Item","id":"c0a9140c-ffc0-447f-8fd7-df1be805e3fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"record_id\": \"<uuid>\",\n  \"emission_quantity\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"verification_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"department_id\": \"<uuid>\",\n  \"linked_project_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing carbon_footprint item.</p>\n","urlObject":{"path":["items","carbon_footprint",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"168caf6a-e394-42af-9f0f-6799a4fc92b4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"464ac8e3-8cd6-426a-a3cf-cb0094888f9f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"record_id\": \"<uuid>\",\n  \"emission_quantity\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"verification_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"department_id\": \"<uuid>\",\n  \"linked_project_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"2527efa2-d691-44bd-a40e-5f3c00bc9bd5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"record_id\": \"<uuid>\",\n  \"emission_quantity\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"verification_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"department_id\": \"<uuid>\",\n  \"linked_project_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"468903c3-979f-4861-8832-4a3e9a7507b8","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"record_id\": \"<uuid>\",\n  \"emission_quantity\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"verification_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"department_id\": \"<uuid>\",\n  \"linked_project_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c0a9140c-ffc0-447f-8fd7-df1be805e3fb"},{"name":"Delete an Item","id":"12c283b5-fb8a-4e12-9559-3a61c20ff3ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/carbon_footprint/:id","description":"<p>Delete an existing carbon_footprint item.</p>\n","urlObject":{"path":["items","carbon_footprint",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5a829d18-4d8d-4cf8-bc83-356296869c6e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"722c5fcb-f270-49a8-854d-bfbb2568e507","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0511f6dc-3c3e-4f02-b6e2-15e0c514f1bc","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d17c5c1d-ed97-484e-a837-07a7e56ab04d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint/:id","host":["https://app.empress.eco"],"path":["items","carbon_footprint",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"12c283b5-fb8a-4e12-9559-3a61c20ff3ba"}],"id":"beda053c-da02-45de-8a62-2290da785cde","_postman_id":"beda053c-da02-45de-8a62-2290da785cde","description":""},{"name":"Create an Item","id":"238cd3d0-f5d1-4fe2-9a9c-306e1796162e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/carbon_footprint?meta=<string>","description":"<p>Create a new carbon_footprint item.</p>\n","urlObject":{"path":["items","carbon_footprint"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"faf70015-63cd-4152-913e-1b7a061822a2","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint?meta=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a10027d9-7b94-46bf-ac6c-02f0de2c5734","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint?meta=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"238cd3d0-f5d1-4fe2-9a9c-306e1796162e"},{"name":"List Items","id":"1bc8954c-6b28-4097-a723-8413e0d0649b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/carbon_footprint?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the carbon_footprint items.</p>\n","urlObject":{"path":["items","carbon_footprint"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c2ea9e18-b0fc-4594-95e6-7dee3141da36","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"record_id\": \"<uuid>\",\n      \"emission_quantity\": \"<number>\",\n      \"measurement_date\": \"<date>\",\n      \"verification_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"department_id\": \"<uuid>\",\n      \"linked_project_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"record_id\": \"<uuid>\",\n      \"emission_quantity\": \"<number>\",\n      \"measurement_date\": \"<date>\",\n      \"verification_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"department_id\": \"<uuid>\",\n      \"linked_project_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"037b6dd6-6b1d-4789-bf76-4e565ba6e23a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/carbon_footprint?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1bc8954c-6b28-4097-a723-8413e0d0649b"},{"name":"Update Multiple Items","id":"4533c62b-6ac7-4b45-ac83-2ab0a10ff503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/carbon_footprint?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple carbon_footprint items at the same time.</p>\n","urlObject":{"path":["items","carbon_footprint"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ab80b660-cfec-413b-a65a-056155839cd4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"record_id\": \"<uuid>\",\n    \"emission_quantity\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"verification_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"department_id\": \"<uuid>\",\n    \"linked_project_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/carbon_footprint?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","carbon_footprint"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4533c62b-6ac7-4b45-ac83-2ab0a10ff503"},{"name":"Delete Multiple Items","id":"2b93cf35-d306-4b19-952c-cf9482455ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/carbon_footprint","description":"<p>Delete multiple existing carbon_footprint items.</p>\n","urlObject":{"path":["items","carbon_footprint"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"22560eb6-77f8-43c9-8d2a-b6a05f72e61b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/carbon_footprint"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c68d29b-839d-4f18-99f1-a33870a0b9e3","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/carbon_footprint"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2b93cf35-d306-4b19-952c-cf9482455ed5"}],"id":"3fd477cd-052b-4835-8338-d9c4f9ef8e89","_postman_id":"3fd477cd-052b-4835-8338-d9c4f9ef8e89","description":""},{"name":"categories","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"6625f4d7-c119-4c10-a3e3-2f4f92d582ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single categories item by unique identifier.</p>\n","urlObject":{"path":["items","categories",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"35f78395-6660-4cd7-9277-5004f04ccf49","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8ab6b545-b2fe-49b5-8b02-8ab17f9ba242","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"7852febc-7107-4d74-b3b5-5d125f075309","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5d60ee23-3599-4ca2-8625-af5a7027791d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6625f4d7-c119-4c10-a3e3-2f4f92d582ca"},{"name":"Update an Item","id":"1be5f973-6679-4174-94a3-b7f4829035f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing categories item.</p>\n","urlObject":{"path":["items","categories",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9b43a452-23f6-4140-acbc-fdde42d613fb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9cc67572-4a11-4d99-a546-1a3d684d1f20","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"4854347e-cda0-4d91-a394-7539b2d8a7c6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ed7cdd0f-228e-417f-b630-2b14763a735d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","categories",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1be5f973-6679-4174-94a3-b7f4829035f2"},{"name":"Delete an Item","id":"547d51d4-69aa-4e85-b60a-6d467ea71622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/categories/:id","description":"<p>Delete an existing categories item.</p>\n","urlObject":{"path":["items","categories",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"dd131283-d58d-4d82-8778-5350469b3479","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5a9ec21b-3ea0-4582-a152-d6df1e62e2e5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/categories/:id","host":["https://app.empress.eco"],"path":["items","categories",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"effb9e85-a44c-4c17-b807-2e471c961297","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/categories/:id","host":["https://app.empress.eco"],"path":["items","categories",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"588d6988-12bd-4bc4-8ba4-598528cb19af","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/categories/:id","host":["https://app.empress.eco"],"path":["items","categories",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"547d51d4-69aa-4e85-b60a-6d467ea71622"}],"id":"1a58d462-1b84-49d7-8e1a-cc0dcae66464","_postman_id":"1a58d462-1b84-49d7-8e1a-cc0dcae66464","description":""},{"name":"Create an Item","id":"03dfa0da-2312-46ac-abed-ad943181066b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/categories?meta=<string>","description":"<p>Create a new categories item.</p>\n","urlObject":{"path":["items","categories"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f5d936a3-55ac-4260-a2f2-68aa155ff40f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories?meta=<string>","host":["https://app.empress.eco"],"path":["items","categories"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2362d5c0-3f30-4d75-b77d-b2a7025c35f3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories?meta=<string>","host":["https://app.empress.eco"],"path":["items","categories"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"03dfa0da-2312-46ac-abed-ad943181066b"},{"name":"List Items","id":"e3fd5ac7-8a15-4e14-bec7-deaf4c368c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/categories?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the categories items.</p>\n","urlObject":{"path":["items","categories"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"53f4d827-6b40-4649-b271-59a81eeeb8c2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/categories?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","categories"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"color\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"color\": \"<string>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"e804773b-af92-4a9f-b821-f02c38a53d33","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/categories?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","categories"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e3fd5ac7-8a15-4e14-bec7-deaf4c368c69"},{"name":"Update Multiple Items","id":"bb5398df-a5e1-4eeb-a0b6-3fb7e79c01a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/categories?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple categories items at the same time.</p>\n","urlObject":{"path":["items","categories"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"868843ce-124e-4238-ab73-466d21990034","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/categories?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","categories"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"bb5398df-a5e1-4eeb-a0b6-3fb7e79c01a5"},{"name":"Delete Multiple Items","id":"32b191d7-f7c7-448f-aa5d-ec1b8107e8a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/categories","description":"<p>Delete multiple existing categories items.</p>\n","urlObject":{"path":["items","categories"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"d6776f28-21d9-4f52-b5bd-4ce0e1d69cb5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/categories"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"acd1e50c-e53a-41de-ae85-7a46fed61de4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/categories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"32b191d7-f7c7-448f-aa5d-ec1b8107e8a1"}],"id":"e701cb94-80bd-46e2-acc9-41b371d7c85c","_postman_id":"e701cb94-80bd-46e2-acc9-41b371d7c85c","description":""},{"name":"company_assets","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"71d37dc7-f6ef-46f9-bf37-b712e472934d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single company_assets item by unique identifier.</p>\n","urlObject":{"path":["items","company_assets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"5a96184f-c58d-4d9d-b0c0-082090737b05","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"99a5e0dc-cd30-41f5-8181-070c49eadf60","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"cd114c5c-10c6-4836-b5cb-23384ab89134","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"663ab62b-03b4-40a9-bf78-033454873a31","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"71d37dc7-f6ef-46f9-bf37-b712e472934d"},{"name":"Update an Item","id":"aa237b35-49e1-4d33-b930-35a76102588f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"purchase_date\": \"<date>\",\n  \"expiry_date\": \"<date>\",\n  \"assigned_to\": \"<string>\",\n  \"status\": \"<string>\",\n  \"maintenance_schedule\": \"<date>\",\n  \"asset_details\": {\n    \"nullable\": true\n  },\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing company_assets item.</p>\n","urlObject":{"path":["items","company_assets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5b44f4ed-97ff-4c33-b9e6-91d83f909643","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2096554a-92cc-4792-b017-ea4146b5565d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"purchase_date\": \"<date>\",\n  \"expiry_date\": \"<date>\",\n  \"assigned_to\": \"<string>\",\n  \"status\": \"<string>\",\n  \"maintenance_schedule\": \"<date>\",\n  \"asset_details\": {\n    \"nullable\": true\n  },\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"fe8ae9f1-575c-4dfe-9407-315bc0e414cc","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"purchase_date\": \"<date>\",\n  \"expiry_date\": \"<date>\",\n  \"assigned_to\": \"<string>\",\n  \"status\": \"<string>\",\n  \"maintenance_schedule\": \"<date>\",\n  \"asset_details\": {\n    \"nullable\": true\n  },\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"333a8c0b-155d-4dd4-9685-afce985157cd","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"purchase_date\": \"<date>\",\n  \"expiry_date\": \"<date>\",\n  \"assigned_to\": \"<string>\",\n  \"status\": \"<string>\",\n  \"maintenance_schedule\": \"<date>\",\n  \"asset_details\": {\n    \"nullable\": true\n  },\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aa237b35-49e1-4d33-b930-35a76102588f"},{"name":"Delete an Item","id":"75cd2167-e1bf-42e7-ae3d-e4d91e30f20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/company_assets/:id","description":"<p>Delete an existing company_assets item.</p>\n","urlObject":{"path":["items","company_assets",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3ffe3f30-60d5-4eec-8689-8b1e35b32558","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"80c35356-67ea-4197-9214-284c42aeaae1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/company_assets/:id","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cd1656ac-d10a-4f42-9ba1-4d9b4b6a8d79","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/company_assets/:id","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"08dac0fe-dcec-478b-9895-0164b761f880","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/company_assets/:id","host":["https://app.empress.eco"],"path":["items","company_assets",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"75cd2167-e1bf-42e7-ae3d-e4d91e30f20c"}],"id":"b1b407a9-68c8-47be-9173-4ee23bfce03f","_postman_id":"b1b407a9-68c8-47be-9173-4ee23bfce03f","description":""},{"name":"Create an Item","id":"74608c3c-6f5a-498d-9f4b-95b75459bdb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/company_assets?meta=<string>","description":"<p>Create a new company_assets item.</p>\n","urlObject":{"path":["items","company_assets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"55a779e8-870e-4f75-814e-4c94502114de","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets?meta=<string>","host":["https://app.empress.eco"],"path":["items","company_assets"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d928a6e4-e2cb-4910-84f4-e9cb1cd0f7ef","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets?meta=<string>","host":["https://app.empress.eco"],"path":["items","company_assets"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"74608c3c-6f5a-498d-9f4b-95b75459bdb6"},{"name":"List Items","id":"f22755c1-39d9-4f7b-990c-fd19e2ec8beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/company_assets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the company_assets items.</p>\n","urlObject":{"path":["items","company_assets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c7f561b6-781d-42d0-9b2b-c83bb6cb04fc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/company_assets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","company_assets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"asset_id\": \"<uuid>\",\n      \"asset_name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"purchase_date\": \"<date>\",\n      \"expiry_date\": \"<date>\",\n      \"assigned_to\": \"<string>\",\n      \"status\": \"<string>\",\n      \"maintenance_schedule\": \"<date>\",\n      \"asset_details\": {\n        \"nullable\": true\n      },\n      \"notes\": \"<string>\",\n      \"erp_sync_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"asset_id\": \"<uuid>\",\n      \"asset_name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"purchase_date\": \"<date>\",\n      \"expiry_date\": \"<date>\",\n      \"assigned_to\": \"<string>\",\n      \"status\": \"<string>\",\n      \"maintenance_schedule\": \"<date>\",\n      \"asset_details\": {\n        \"nullable\": true\n      },\n      \"notes\": \"<string>\",\n      \"erp_sync_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"91642806-69e8-428a-9b21-86748640b5df","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/company_assets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","company_assets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f22755c1-39d9-4f7b-990c-fd19e2ec8beb"},{"name":"Update Multiple Items","id":"a3e4d488-42ea-414f-8d30-2f2a92b406f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/company_assets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple company_assets items at the same time.</p>\n","urlObject":{"path":["items","company_assets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e39426dd-86ea-4649-b27a-8b6a57705bf1","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"asset_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"purchase_date\": \"<date>\",\n    \"expiry_date\": \"<date>\",\n    \"assigned_to\": \"<string>\",\n    \"status\": \"<string>\",\n    \"maintenance_schedule\": \"<date>\",\n    \"asset_details\": {\n      \"nullable\": true\n    },\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/company_assets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","company_assets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a3e4d488-42ea-414f-8d30-2f2a92b406f2"},{"name":"Delete Multiple Items","id":"cb52d590-c87b-4b3e-858c-077af8cc3e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/company_assets","description":"<p>Delete multiple existing company_assets items.</p>\n","urlObject":{"path":["items","company_assets"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"90560e84-f1c6-4664-b0b5-d6044b2d46d9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/company_assets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"70d2d8ea-2f75-4342-807b-b14bc7d7f959","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/company_assets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cb52d590-c87b-4b3e-858c-077af8cc3e57"}],"id":"ddad903c-93c7-479d-a534-a1d9c2a342e2","_postman_id":"ddad903c-93c7-479d-a534-a1d9c2a342e2","description":""},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7cd21a39-c9b5-4b1e-a57e-a8d87d659a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single contacts item by unique identifier.</p>\n","urlObject":{"path":["items","contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"506381f9-153a-4b89-9e06-4f42a56d90f6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"42c8c5b0-5a13-4d5c-8d90-416c428e8c7c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"e54f58f3-201f-4d6a-b5b6-840f6152e747","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"061218c8-08ef-4108-ab2b-110e6a990e64","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7cd21a39-c9b5-4b1e-a57e-a8d87d659a46"},{"name":"Update an Item","id":"5d48dc2b-1f56-4b2e-bc9f-8d170159f236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_notes\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"meta_links\": \"<string>\",\n  \"organizations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"deals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing contacts item.</p>\n","urlObject":{"path":["items","contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"b735b968-24e6-4182-85f9-939eb27d4355","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3dde234d-f12b-4d66-8604-f9883e929d79","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_notes\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"meta_links\": \"<string>\",\n  \"organizations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"deals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"7c2d1f89-d912-4aba-bd1c-a3abbe2eb181","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_notes\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"meta_links\": \"<string>\",\n  \"organizations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"deals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"875a55b1-a062-4cb6-87d8-67565ac70fb8","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_notes\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"meta_links\": \"<string>\",\n  \"organizations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"deals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5d48dc2b-1f56-4b2e-bc9f-8d170159f236"},{"name":"Delete an Item","id":"22c0da27-7170-41ea-8a2e-7f80348829f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contacts/:id","description":"<p>Delete an existing contacts item.</p>\n","urlObject":{"path":["items","contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"eca3c60a-db3c-4103-9537-a5754aea71cd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f3617629-ef63-4b4b-a2cd-7214682df686","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/contacts/:id","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"95950ac5-eeb9-4fe2-bd2e-7ccbe5d20623","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contacts/:id","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4cad8404-f29c-431e-b7c0-d243712c2265","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contacts/:id","host":["https://app.empress.eco"],"path":["items","contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"22c0da27-7170-41ea-8a2e-7f80348829f1"}],"id":"f66c0dc3-ec44-4862-a445-b610839fc3e4","_postman_id":"f66c0dc3-ec44-4862-a445-b610839fc3e4","description":""},{"name":"Create an Item","id":"bc1091ff-d034-460a-960d-bb2f50065775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contacts?meta=<string>","description":"<p>Create a new contacts item.</p>\n","urlObject":{"path":["items","contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"af900c22-f7cc-43ae-aa43-245a2347d8b4","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0fe1ef5d-4eac-449a-b0a9-309e64a9501e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bc1091ff-d034-460a-960d-bb2f50065775"},{"name":"List Items","id":"91ce044b-2e12-4d96-98f6-413dcb9964bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the contacts items.</p>\n","urlObject":{"path":["items","contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"deb1f8e5-f22d-4df9-bb74-958017120089","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contact_notes\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"job_title\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"meta_links\": \"<string>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"activities\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"deals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"contact_notes\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"job_title\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"meta_links\": \"<string>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"activities\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"deals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"42516216-a765-4975-894f-8520d8ca3bb5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"91ce044b-2e12-4d96-98f6-413dcb9964bf"},{"name":"Update Multiple Items","id":"05e32f67-9ebd-4c21-a719-c25b58624f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple contacts items at the same time.</p>\n","urlObject":{"path":["items","contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bfe1a36c-a762-4521-a744-1f7f8834a3ab","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"contact_notes\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"meta_links\": \"<string>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"deals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"05e32f67-9ebd-4c21-a719-c25b58624f09"},{"name":"Delete Multiple Items","id":"0f955005-12fa-46eb-aa8c-1a738e213ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contacts","description":"<p>Delete multiple existing contacts items.</p>\n","urlObject":{"path":["items","contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"5b78c0dc-d620-4bfd-82c4-a9a7d8d3f7d8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"529c76cf-411d-4330-b177-f9e534e4eaa0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0f955005-12fa-46eb-aa8c-1a738e213ba5"}],"id":"19b1c66b-2495-4e4b-8b24-a10c9048faad","_postman_id":"19b1c66b-2495-4e4b-8b24-a10c9048faad","description":""},{"name":"content","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"88c6042c-8a1b-4621-b3d4-a08c0f47d34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single content item by unique identifier.</p>\n","urlObject":{"path":["items","content",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"2553bd3c-e0aa-4f39-a0af-a70e404d249b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"de6c6d32-43da-4054-b9a7-b9560523ad2a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"adfaa66c-8c1e-4d94-91ff-b7b92f5b3b38","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a8d2d7aa-b24b-4245-9ef3-5e5458176fd4","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"88c6042c-8a1b-4621-b3d4-a08c0f47d34e"},{"name":"Update an Item","id":"1f1d3a40-bb58-4480-b522-55d1d39eb5cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content_id\": \"<uuid>\",\n  \"content_type\": \"<string>\",\n  \"title\": \"<string>\",\n  \"creation_date\": \"<date>\",\n  \"published_date\": \"<date>\",\n  \"platform\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"performance_metrics\": {\n    \"nullable\": true\n  },\n  \"responsible_team_member\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing content item.</p>\n","urlObject":{"path":["items","content",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c9ebe019-dbb0-4125-bb54-f0f4b3f07579","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e28061ed-8785-4671-8341-a3a469b75ba4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content_id\": \"<uuid>\",\n  \"content_type\": \"<string>\",\n  \"title\": \"<string>\",\n  \"creation_date\": \"<date>\",\n  \"published_date\": \"<date>\",\n  \"platform\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"performance_metrics\": {\n    \"nullable\": true\n  },\n  \"responsible_team_member\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"c7f9b079-3de6-4830-a3c9-3d8fd1ae607b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content_id\": \"<uuid>\",\n  \"content_type\": \"<string>\",\n  \"title\": \"<string>\",\n  \"creation_date\": \"<date>\",\n  \"published_date\": \"<date>\",\n  \"platform\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"performance_metrics\": {\n    \"nullable\": true\n  },\n  \"responsible_team_member\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"19ef0d86-e99b-4663-a6cb-ad7d08141f4f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content_id\": \"<uuid>\",\n  \"content_type\": \"<string>\",\n  \"title\": \"<string>\",\n  \"creation_date\": \"<date>\",\n  \"published_date\": \"<date>\",\n  \"platform\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"performance_metrics\": {\n    \"nullable\": true\n  },\n  \"responsible_team_member\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_sync_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","content",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1f1d3a40-bb58-4480-b522-55d1d39eb5cf"},{"name":"Delete an Item","id":"22b8b9e8-487f-4228-a795-533cd80dd8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/content/:id","description":"<p>Delete an existing content item.</p>\n","urlObject":{"path":["items","content",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"23f6bf8f-9baf-4971-9d25-ed7885130d6b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5d2a4b09-5fd1-46fa-91cd-b8a6eeb05c75","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/content/:id","host":["https://app.empress.eco"],"path":["items","content",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d373bd3c-6d2a-4153-a7c2-206f1ae260af","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/content/:id","host":["https://app.empress.eco"],"path":["items","content",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d70fb4d4-3fcc-4f31-bbce-211c423a2509","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/content/:id","host":["https://app.empress.eco"],"path":["items","content",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"22b8b9e8-487f-4228-a795-533cd80dd8fb"}],"id":"5255138b-4752-423c-8add-a6becef835ad","_postman_id":"5255138b-4752-423c-8add-a6becef835ad","description":""},{"name":"Create an Item","id":"61dac358-9248-4c39-b168-925a44801e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/content?meta=<string>","description":"<p>Create a new content item.</p>\n","urlObject":{"path":["items","content"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bfa45a2f-92dc-465b-aba1-d42130fe18f7","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content?meta=<string>","host":["https://app.empress.eco"],"path":["items","content"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1380fc77-8ccc-491a-8548-2b2587950768","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content?meta=<string>","host":["https://app.empress.eco"],"path":["items","content"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"61dac358-9248-4c39-b168-925a44801e63"},{"name":"List Items","id":"a22a9d98-eddb-43bf-9173-b2ec3571d762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/content?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the content items.</p>\n","urlObject":{"path":["items","content"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f8f1fd70-9718-4666-9369-deb64a1da14d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/content?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","content"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"content_id\": \"<uuid>\",\n      \"content_type\": \"<string>\",\n      \"title\": \"<string>\",\n      \"creation_date\": \"<date>\",\n      \"published_date\": \"<date>\",\n      \"platform\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"performance_metrics\": {\n        \"nullable\": true\n      },\n      \"responsible_team_member\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_sync_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"content_id\": \"<uuid>\",\n      \"content_type\": \"<string>\",\n      \"title\": \"<string>\",\n      \"creation_date\": \"<date>\",\n      \"published_date\": \"<date>\",\n      \"platform\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"performance_metrics\": {\n        \"nullable\": true\n      },\n      \"responsible_team_member\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_sync_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"fe8ff65a-7953-4c83-8ae2-a08b3ef80ccf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/content?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","content"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a22a9d98-eddb-43bf-9173-b2ec3571d762"},{"name":"Update Multiple Items","id":"de728543-f301-452a-9a12-d5ba87301689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/content?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple content items at the same time.</p>\n","urlObject":{"path":["items","content"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"afb8a2f3-78d1-4b53-ade7-d77c4d36d475","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"content_id\": \"<uuid>\",\n    \"content_type\": \"<string>\",\n    \"title\": \"<string>\",\n    \"creation_date\": \"<date>\",\n    \"published_date\": \"<date>\",\n    \"platform\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"performance_metrics\": {\n      \"nullable\": true\n    },\n    \"responsible_team_member\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_sync_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/content?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","content"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"de728543-f301-452a-9a12-d5ba87301689"},{"name":"Delete Multiple Items","id":"35a0bcf1-8496-4ad0-9eb2-c5552232243c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/content","description":"<p>Delete multiple existing content items.</p>\n","urlObject":{"path":["items","content"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1bbfff48-bb52-428a-8920-004eec9c67ae","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/content"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c3283def-858d-4e10-b688-f1803898e878","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"35a0bcf1-8496-4ad0-9eb2-c5552232243c"}],"id":"25dbc87e-96fe-4138-9de5-357fba210019","_postman_id":"25dbc87e-96fe-4138-9de5-357fba210019","description":""},{"name":"contracts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4b2a7577-58a7-47ea-a541-eeab3e678d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single contracts item by unique identifier.</p>\n","urlObject":{"path":["items","contracts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"0ab95b0d-ee8f-448e-a80b-b78d133218b1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f873f815-8867-4490-aed2-61a643505eb6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"8c89bc55-8c83-443b-aadb-a92c61f16f00","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fd8940f4-f503-4612-b5f9-27d0863e5b2e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4b2a7577-58a7-47ea-a541-eeab3e678d59"},{"name":"Update an Item","id":"8a5548a1-ea03-4a96-9c45-1d09aecfbd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contract_id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"contract_value\": \"<number>\",\n  \"parties_involved\": \"<string>\",\n  \"contract_type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"renewal_date\": \"<date>\",\n  \"payment_terms\": \"<string>\",\n  \"deliverables\": \"<string>\",\n  \"assigned_employee_id\": \"<string>\",\n  \"compliance_requirements\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing contracts item.</p>\n","urlObject":{"path":["items","contracts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"4d33c929-21e5-460d-8f40-248a60d3f757","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"873208ea-2b7f-4b91-a166-26a8dc889784","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contract_id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"contract_value\": \"<number>\",\n  \"parties_involved\": \"<string>\",\n  \"contract_type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"renewal_date\": \"<date>\",\n  \"payment_terms\": \"<string>\",\n  \"deliverables\": \"<string>\",\n  \"assigned_employee_id\": \"<string>\",\n  \"compliance_requirements\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"b98c10ed-f2d8-475c-8ae3-87fced6a26da","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contract_id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"contract_value\": \"<number>\",\n  \"parties_involved\": \"<string>\",\n  \"contract_type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"renewal_date\": \"<date>\",\n  \"payment_terms\": \"<string>\",\n  \"deliverables\": \"<string>\",\n  \"assigned_employee_id\": \"<string>\",\n  \"compliance_requirements\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6674457e-8b7c-4d91-9904-47be35789470","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contract_id\": \"<uuid>\",\n  \"title\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"contract_value\": \"<number>\",\n  \"parties_involved\": \"<string>\",\n  \"contract_type\": \"<string>\",\n  \"status\": \"<string>\",\n  \"renewal_date\": \"<date>\",\n  \"payment_terms\": \"<string>\",\n  \"deliverables\": \"<string>\",\n  \"assigned_employee_id\": \"<string>\",\n  \"compliance_requirements\": \"<string>\",\n  \"document_link\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8a5548a1-ea03-4a96-9c45-1d09aecfbd67"},{"name":"Delete an Item","id":"da880ae1-fe9b-4d01-bffe-19135e0433da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contracts/:id","description":"<p>Delete an existing contracts item.</p>\n","urlObject":{"path":["items","contracts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"d9387b7c-7ac8-4c4a-bfae-4d665af92df1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"52e8adf7-db6c-4ef3-a568-9f3b64bb2b67","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/contracts/:id","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0812d080-79fa-4b88-ace3-062c05da1cda","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contracts/:id","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1efdb6d2-c392-47ab-affc-534bd7e17ac0","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/contracts/:id","host":["https://app.empress.eco"],"path":["items","contracts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"da880ae1-fe9b-4d01-bffe-19135e0433da"}],"id":"5a00f356-c2cf-4664-bb4e-99b20c19941e","_postman_id":"5a00f356-c2cf-4664-bb4e-99b20c19941e","description":""},{"name":"Create an Item","id":"9c9ab69f-d5d3-4785-bf15-4c5aa7e02c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contracts?meta=<string>","description":"<p>Create a new contracts item.</p>\n","urlObject":{"path":["items","contracts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0531a255-4dcd-40d2-b394-f2c054bad0d4","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts?meta=<string>","host":["https://app.empress.eco"],"path":["items","contracts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c64ebc2c-ada0-4f01-afdb-cac297e1a79a","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts?meta=<string>","host":["https://app.empress.eco"],"path":["items","contracts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9c9ab69f-d5d3-4785-bf15-4c5aa7e02c76"},{"name":"List Items","id":"337379fd-3abd-4b8c-9304-a0b37ab764f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contracts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the contracts items.</p>\n","urlObject":{"path":["items","contracts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6ad861e0-b36a-44d2-bb82-6628a5523468","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/contracts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contracts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contract_id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"contract_value\": \"<number>\",\n      \"parties_involved\": \"<string>\",\n      \"contract_type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"renewal_date\": \"<date>\",\n      \"payment_terms\": \"<string>\",\n      \"deliverables\": \"<string>\",\n      \"assigned_employee_id\": \"<string>\",\n      \"compliance_requirements\": \"<string>\",\n      \"document_link\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_integration_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"contract_id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"contract_value\": \"<number>\",\n      \"parties_involved\": \"<string>\",\n      \"contract_type\": \"<string>\",\n      \"status\": \"<string>\",\n      \"renewal_date\": \"<date>\",\n      \"payment_terms\": \"<string>\",\n      \"deliverables\": \"<string>\",\n      \"assigned_employee_id\": \"<string>\",\n      \"compliance_requirements\": \"<string>\",\n      \"document_link\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_integration_data\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"254e6ad5-d60d-43de-98c0-992560edcadd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/contracts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contracts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"337379fd-3abd-4b8c-9304-a0b37ab764f3"},{"name":"Update Multiple Items","id":"6e9d5272-6eac-4807-8c10-e1495808e989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/contracts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple contracts items at the same time.</p>\n","urlObject":{"path":["items","contracts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3231ab20-700b-4fa5-8c9d-77ed8a94f9eb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"contract_id\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"contract_value\": \"<number>\",\n    \"parties_involved\": \"<string>\",\n    \"contract_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"renewal_date\": \"<date>\",\n    \"payment_terms\": \"<string>\",\n    \"deliverables\": \"<string>\",\n    \"assigned_employee_id\": \"<string>\",\n    \"compliance_requirements\": \"<string>\",\n    \"document_link\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/contracts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","contracts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6e9d5272-6eac-4807-8c10-e1495808e989"},{"name":"Delete Multiple Items","id":"dc07a23f-1f93-4f91-923f-97140cdb9708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contracts","description":"<p>Delete multiple existing contracts items.</p>\n","urlObject":{"path":["items","contracts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2a0c3324-0582-4dce-ac84-d5fd6ef5abb7","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/contracts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"392d7a7b-498c-41a7-948d-9e92d0009800","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/contracts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dc07a23f-1f93-4f91-923f-97140cdb9708"}],"id":"e71fb03b-d2c6-453d-b638-d1f707277200","_postman_id":"e71fb03b-d2c6-453d-b638-d1f707277200","description":""},{"name":"conversations","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"9d3f7cd8-dc5f-4dcb-8539-572bcd6d5937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single conversations item by unique identifier.</p>\n","urlObject":{"path":["items","conversations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c6d988aa-07a6-4225-808c-6ffda66e0deb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ca5545fa-6679-4330-ac32-e4fe7de960ad","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"59a26ffd-2433-4f7a-950a-bdbee6e93f55","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5e6e21c1-aba2-46b9-b7db-122ae4bb49ed","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9d3f7cd8-dc5f-4dcb-8539-572bcd6d5937"},{"name":"Update an Item","id":"13f7c33d-45a0-49de-ac21-dc027d683613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\",\n  \"messages\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing conversations item.</p>\n","urlObject":{"path":["items","conversations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"928fd00f-c487-4786-a30c-f5dc17de19b5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d46eeb7e-d472-402f-954f-9d57dbff396e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\",\n  \"messages\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"fda96808-f598-41ca-a704-b56edf626277","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\",\n  \"messages\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6c5f9e19-c3c4-4b33-9887-5a6cd59e6a4c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\",\n  \"messages\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"13f7c33d-45a0-49de-ac21-dc027d683613"},{"name":"Delete an Item","id":"0105b7f9-b6a8-4ee4-9625-c4a9f5096dca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/conversations/:id","description":"<p>Delete an existing conversations item.</p>\n","urlObject":{"path":["items","conversations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3f5f0d30-ea99-4e5b-a5bc-91d2da2b4177","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a6c4d2de-1cee-4dc6-a3fc-3f8779b3173f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/conversations/:id","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f9d1fbd1-7ceb-411b-9985-06fdbd8d152b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/conversations/:id","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"06a126d9-7278-4d49-abf1-a466354e0c7c","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/conversations/:id","host":["https://app.empress.eco"],"path":["items","conversations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0105b7f9-b6a8-4ee4-9625-c4a9f5096dca"}],"id":"00275bd7-8b37-41f7-b992-b9b5d912e8dc","_postman_id":"00275bd7-8b37-41f7-b992-b9b5d912e8dc","description":""},{"name":"Create an Item","id":"26447a7a-5908-4446-9038-e27365c19d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/conversations?meta=<string>","description":"<p>Create a new conversations item.</p>\n","urlObject":{"path":["items","conversations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a60462b2-638b-4bca-828d-bc9cc6458d2d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations?meta=<string>","host":["https://app.empress.eco"],"path":["items","conversations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"10aceee1-19ed-408d-9ffd-43d3ee027057","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations?meta=<string>","host":["https://app.empress.eco"],"path":["items","conversations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"26447a7a-5908-4446-9038-e27365c19d88"},{"name":"List Items","id":"5e21bd68-26cc-4ddf-aa4a-348123ef58ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/conversations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the conversations items.</p>\n","urlObject":{"path":["items","conversations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a8ebc824-8cb7-451c-8e83-0d71df7060ab","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/conversations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","conversations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"item\": \"<string>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\",\n      \"messages\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"item\": \"<string>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\",\n      \"messages\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"498a2424-02fc-4ed4-9dfc-f73cc5fe5b59","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/conversations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","conversations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5e21bd68-26cc-4ddf-aa4a-348123ef58ef"},{"name":"Update Multiple Items","id":"42a1bc8b-8e3c-43e2-9740-775ea47ccdc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/conversations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple conversations items at the same time.</p>\n","urlObject":{"path":["items","conversations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3d6b7cea-b4e4-4f71-9989-0282c90f3eff","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\",\n    \"messages\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/conversations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","conversations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"42a1bc8b-8e3c-43e2-9740-775ea47ccdc3"},{"name":"Delete Multiple Items","id":"6c63d3d8-b61e-43b3-b028-6649b3e432ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/conversations","description":"<p>Delete multiple existing conversations items.</p>\n","urlObject":{"path":["items","conversations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e566104a-3a77-4fee-9f98-38b04ce398cc","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/conversations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fcae4107-5d4f-47ca-9b19-f78170b6a90f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/conversations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6c63d3d8-b61e-43b3-b028-6649b3e432ba"}],"id":"997868dd-099c-40f3-a81d-4e52165752cc","_postman_id":"997868dd-099c-40f3-a81d-4e52165752cc","description":""},{"name":"crm","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"8ede4556-90d3-409c-8106-f54c6d600f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single crm item by unique identifier.</p>\n","urlObject":{"path":["items","crm",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ad783cd4-27c5-497d-8fa8-8d97d2e779a7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c919c708-2dd4-4dec-b5a1-f4c8b72f4b5b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"7810e613-a44a-48a6-ae00-61281b2b6697","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0e4e4c22-ed9d-4d20-8f2c-f562a9939a39","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8ede4556-90d3-409c-8106-f54c6d600f13"},{"name":"Update an Item","id":"22fe0b2f-3da1-4c10-bad2-0f0a37ca6938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_id\": \"<uuid>\",\n  \"company_name\": \"<string>\",\n  \"primary_contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"customer_type\": \"<string>\",\n  \"last_contact_date\": \"<date>\",\n  \"next_follow_up_date\": \"<date>\",\n  \"assigned_sales_rep_id\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"sales_order_id\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing crm item.</p>\n","urlObject":{"path":["items","crm",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3f0b652f-e58a-4376-8c39-03b066d458c6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b3175267-862c-42f9-a99f-108540789fa4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_id\": \"<uuid>\",\n  \"company_name\": \"<string>\",\n  \"primary_contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"customer_type\": \"<string>\",\n  \"last_contact_date\": \"<date>\",\n  \"next_follow_up_date\": \"<date>\",\n  \"assigned_sales_rep_id\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"sales_order_id\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"81bddec4-9e50-453c-9228-9dfaf305a08d","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_id\": \"<uuid>\",\n  \"company_name\": \"<string>\",\n  \"primary_contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"customer_type\": \"<string>\",\n  \"last_contact_date\": \"<date>\",\n  \"next_follow_up_date\": \"<date>\",\n  \"assigned_sales_rep_id\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"sales_order_id\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5af5872a-f259-41b5-bc84-c0dcfb058591","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer_id\": \"<uuid>\",\n  \"company_name\": \"<string>\",\n  \"primary_contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"customer_type\": \"<string>\",\n  \"last_contact_date\": \"<date>\",\n  \"next_follow_up_date\": \"<date>\",\n  \"assigned_sales_rep_id\": \"<string>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"erp_integration_data\": {\n    \"nullable\": true\n  },\n  \"sales_order_id\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","crm",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"22fe0b2f-3da1-4c10-bad2-0f0a37ca6938"},{"name":"Delete an Item","id":"7b1de90e-c23f-4b5c-90dc-f4d3842d208b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/crm/:id","description":"<p>Delete an existing crm item.</p>\n","urlObject":{"path":["items","crm",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4ee35389-1f66-457e-8539-5ac53eaf64fb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"748d9bde-134e-410b-a1a0-d5daab4cd8e9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/crm/:id","host":["https://app.empress.eco"],"path":["items","crm",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"876a91a7-c46d-48ce-950e-e995c6e805b3","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/crm/:id","host":["https://app.empress.eco"],"path":["items","crm",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b6508d54-aea7-4ba0-addb-cd64db90d404","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/crm/:id","host":["https://app.empress.eco"],"path":["items","crm",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7b1de90e-c23f-4b5c-90dc-f4d3842d208b"}],"id":"aaee217e-a6e3-4eb7-8861-8b004bb6e3c5","_postman_id":"aaee217e-a6e3-4eb7-8861-8b004bb6e3c5","description":""},{"name":"Create an Item","id":"1c0b6bba-5116-4892-8aa0-fcb47118a703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/crm?meta=<string>","description":"<p>Create a new crm item.</p>\n","urlObject":{"path":["items","crm"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"40630f17-44c8-47d6-924f-c9de55796b3f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm?meta=<string>","host":["https://app.empress.eco"],"path":["items","crm"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2840a9c-6266-4979-91cd-beeff50d0800","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm?meta=<string>","host":["https://app.empress.eco"],"path":["items","crm"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1c0b6bba-5116-4892-8aa0-fcb47118a703"},{"name":"List Items","id":"91e8d00c-b494-4536-9ed7-cf57d64f8ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/crm?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the crm items.</p>\n","urlObject":{"path":["items","crm"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"75883f96-6df6-41f6-b2d7-b41f2e5164f2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/crm?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","crm"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"customer_id\": \"<uuid>\",\n      \"company_name\": \"<string>\",\n      \"primary_contact_name\": \"<string>\",\n      \"contact_email\": \"<string>\",\n      \"contact_phone\": \"<string>\",\n      \"customer_type\": \"<string>\",\n      \"last_contact_date\": \"<date>\",\n      \"next_follow_up_date\": \"<date>\",\n      \"assigned_sales_rep_id\": \"<string>\",\n      \"current_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_integration_data\": {\n        \"nullable\": true\n      },\n      \"sales_order_id\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"customer_id\": \"<uuid>\",\n      \"company_name\": \"<string>\",\n      \"primary_contact_name\": \"<string>\",\n      \"contact_email\": \"<string>\",\n      \"contact_phone\": \"<string>\",\n      \"customer_type\": \"<string>\",\n      \"last_contact_date\": \"<date>\",\n      \"next_follow_up_date\": \"<date>\",\n      \"assigned_sales_rep_id\": \"<string>\",\n      \"current_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"erp_integration_data\": {\n        \"nullable\": true\n      },\n      \"sales_order_id\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a21eaaa8-d851-4b1d-93f8-fe8e41e4cb60","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/crm?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","crm"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"91e8d00c-b494-4536-9ed7-cf57d64f8ad9"},{"name":"Update Multiple Items","id":"fa841e72-e4e5-442d-8630-6b60e410c3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/crm?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple crm items at the same time.</p>\n","urlObject":{"path":["items","crm"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ff7a9d06-c020-451b-8261-89a8106afdf7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"customer_id\": \"<uuid>\",\n    \"company_name\": \"<string>\",\n    \"primary_contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"customer_type\": \"<string>\",\n    \"last_contact_date\": \"<date>\",\n    \"next_follow_up_date\": \"<date>\",\n    \"assigned_sales_rep_id\": \"<string>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"erp_integration_data\": {\n      \"nullable\": true\n    },\n    \"sales_order_id\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/crm?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","crm"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fa841e72-e4e5-442d-8630-6b60e410c3c7"},{"name":"Delete Multiple Items","id":"ba20d7cb-ca49-48fa-aff9-b98ab1222752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/crm","description":"<p>Delete multiple existing crm items.</p>\n","urlObject":{"path":["items","crm"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ab02ddd3-d78a-4b68-a86b-972a978e4685","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/crm"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"928ffe27-67b1-47bb-a97d-d94b9d2fd388","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/crm"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ba20d7cb-ca49-48fa-aff9-b98ab1222752"}],"id":"b819840a-32ce-451a-b17a-4c3a77eaae53","_postman_id":"b819840a-32ce-451a-b17a-4c3a77eaae53","description":""},{"name":"department","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"0c266859-0050-4611-a07a-4141ffa7bb20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single department item by unique identifier.</p>\n","urlObject":{"path":["items","department",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"bd3ea3f0-7db9-4951-b0d9-9214d8c442d4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"26daff73-e11b-497b-8517-aa6e4f254329","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"dd2084c9-0c1a-4482-a006-80b0da819b2d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0bd26675-38a2-47db-bb27-0c3651b81da1","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0c266859-0050-4611-a07a-4141ffa7bb20"},{"name":"Update an Item","id":"52ebde77-928a-46af-bff4-17f16126d6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"department_id\": \"<uuid>\",\n  \"department_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"function\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing department item.</p>\n","urlObject":{"path":["items","department",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"1fa574a7-ee22-4982-bd12-f3fb68f211c4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"278d4697-208e-42ca-b709-75561ccf9a62","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"department_id\": \"<uuid>\",\n  \"department_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"function\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"fc60f6d0-e8f2-44a5-b5ee-b0ff91cd95df","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"department_id\": \"<uuid>\",\n  \"department_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"function\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"33f37431-012d-42e9-881d-af82eb5744a7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"department_id\": \"<uuid>\",\n  \"department_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"function\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","department",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"52ebde77-928a-46af-bff4-17f16126d6d5"},{"name":"Delete an Item","id":"fc2307c6-a527-4a66-9adb-8a566ae655b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/department/:id","description":"<p>Delete an existing department item.</p>\n","urlObject":{"path":["items","department",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b79c4e4f-163d-4c75-ac6f-040f03663065","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fc8e2611-9666-4ec2-8a26-e5544cf69406","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/department/:id","host":["https://app.empress.eco"],"path":["items","department",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dee7c31a-113f-4dd5-8531-1fbb89d3f3a7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/department/:id","host":["https://app.empress.eco"],"path":["items","department",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"21385e56-5298-4528-986a-f2a1ebc40e45","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/department/:id","host":["https://app.empress.eco"],"path":["items","department",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fc2307c6-a527-4a66-9adb-8a566ae655b0"}],"id":"c9be42ec-92f1-4dfc-8269-140a50ffac4d","_postman_id":"c9be42ec-92f1-4dfc-8269-140a50ffac4d","description":""},{"name":"Create an Item","id":"654bbc31-f9d6-4642-aa68-12f253bbdab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/department?meta=<string>","description":"<p>Create a new department item.</p>\n","urlObject":{"path":["items","department"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0bf5b67e-dc54-41e1-8722-9ee315fe88c6","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department?meta=<string>","host":["https://app.empress.eco"],"path":["items","department"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d60dbab5-cd98-43d2-89d8-8b0b734452fc","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department?meta=<string>","host":["https://app.empress.eco"],"path":["items","department"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"654bbc31-f9d6-4642-aa68-12f253bbdab8"},{"name":"List Items","id":"0b9a9aac-f91f-4c92-8a2d-e7f5c51817f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/department?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the department items.</p>\n","urlObject":{"path":["items","department"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ba44afce-4bab-4ac3-9e42-a5a2bd2af141","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/department?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","department"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"department_id\": \"<uuid>\",\n      \"department_name\": \"<string>\",\n      \"location\": \"<string>\",\n      \"function\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"manager_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"department_id\": \"<uuid>\",\n      \"department_name\": \"<string>\",\n      \"location\": \"<string>\",\n      \"function\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"manager_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a6bb80d8-0334-4858-9c38-a60efecee78f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/department?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","department"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0b9a9aac-f91f-4c92-8a2d-e7f5c51817f8"},{"name":"Update Multiple Items","id":"1236a56e-2a0f-4d2a-8f5b-d114d8f60766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/department?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple department items at the same time.</p>\n","urlObject":{"path":["items","department"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f188d147-0b7a-4978-8215-83a68e68c3fb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"department_id\": \"<uuid>\",\n    \"department_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"function\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/department?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","department"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1236a56e-2a0f-4d2a-8f5b-d114d8f60766"},{"name":"Delete Multiple Items","id":"850e5d6d-7d00-40b0-abdc-e69cb72c28e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/department","description":"<p>Delete multiple existing department items.</p>\n","urlObject":{"path":["items","department"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"667c40a3-1a65-4bf7-942c-03ed5aadd8e5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/department"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c3f1d1a-22c5-426b-b862-35c102a1bd78","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/department"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"850e5d6d-7d00-40b0-abdc-e69cb72c28e1"}],"id":"b364d301-c86e-44c5-a30b-3fd277d58229","_postman_id":"b364d301-c86e-44c5-a30b-3fd277d58229","description":""},{"name":"distribution","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"9978e23e-12c9-4409-aa6a-839f29564106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single distribution item by unique identifier.</p>\n","urlObject":{"path":["items","distribution",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"3121dd35-87be-46b2-bd87-7fb7c069fc34","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"03ef9497-d5b9-434f-a0e6-976432205e01","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"ea767ef1-760f-43f3-8876-c29f1030140e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2c1ab907-a67a-4ab1-9257-fc8f00b627b6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9978e23e-12c9-4409-aa6a-839f29564106"},{"name":"Update an Item","id":"39dd305a-8f75-4ffc-9932-166347a395ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"distribution_id\": \"<uuid>\",\n  \"product_id\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"quantity_distributed\": \"<integer>\",\n  \"distribution_date\": \"<date>\",\n  \"distributor\": \"<string>\",\n  \"distribution_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"logistics_info\": {\n    \"nullable\": true\n  },\n  \"is_urgent\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing distribution item.</p>\n","urlObject":{"path":["items","distribution",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7cf2668c-732e-4180-873e-8cfc9b86b7fe","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e81904bc-573b-4b7b-b761-a96cc08294dc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"distribution_id\": \"<uuid>\",\n  \"product_id\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"quantity_distributed\": \"<integer>\",\n  \"distribution_date\": \"<date>\",\n  \"distributor\": \"<string>\",\n  \"distribution_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"logistics_info\": {\n    \"nullable\": true\n  },\n  \"is_urgent\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6166bdef-6255-4c9f-9c7c-b08cf4d1890c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"distribution_id\": \"<uuid>\",\n  \"product_id\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"quantity_distributed\": \"<integer>\",\n  \"distribution_date\": \"<date>\",\n  \"distributor\": \"<string>\",\n  \"distribution_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"logistics_info\": {\n    \"nullable\": true\n  },\n  \"is_urgent\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"78d49420-8398-455d-af28-bf726d20b1b8","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"distribution_id\": \"<uuid>\",\n  \"product_id\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"quantity_distributed\": \"<integer>\",\n  \"distribution_date\": \"<date>\",\n  \"distributor\": \"<string>\",\n  \"distribution_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"logistics_info\": {\n    \"nullable\": true\n  },\n  \"is_urgent\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"39dd305a-8f75-4ffc-9932-166347a395ac"},{"name":"Delete an Item","id":"e766a704-16f5-433b-bb4b-ef0fba92f54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/distribution/:id","description":"<p>Delete an existing distribution item.</p>\n","urlObject":{"path":["items","distribution",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"c6c572b2-35e7-4b4f-9f0e-ed079f878f1c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"642e1e8e-9fef-48fc-bea6-ed89bf081ef1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/distribution/:id","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6ecfe0fa-5420-4ea2-a3a7-c005adb5ed37","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/distribution/:id","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5c3e1951-8250-4b9d-b571-f69b8fe01e9f","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/distribution/:id","host":["https://app.empress.eco"],"path":["items","distribution",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e766a704-16f5-433b-bb4b-ef0fba92f54b"}],"id":"9e9f7e02-bf81-4aaa-84f3-f65e76b9b803","_postman_id":"9e9f7e02-bf81-4aaa-84f3-f65e76b9b803","description":""},{"name":"Create an Item","id":"e3083844-df40-468b-9756-0f7a407fc656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/distribution?meta=<string>","description":"<p>Create a new distribution item.</p>\n","urlObject":{"path":["items","distribution"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"8030d85f-4796-4a78-9718-a607ac3ffcb1","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution?meta=<string>","host":["https://app.empress.eco"],"path":["items","distribution"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"abc3d59d-707e-4678-bd14-46aeee779bf1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution?meta=<string>","host":["https://app.empress.eco"],"path":["items","distribution"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e3083844-df40-468b-9756-0f7a407fc656"},{"name":"List Items","id":"770a294d-5c42-4f6f-a3f3-d573db0a76a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/distribution?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the distribution items.</p>\n","urlObject":{"path":["items","distribution"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cee3b696-80fa-4f18-8c10-2905d4402359","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/distribution?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","distribution"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"distribution_id\": \"<uuid>\",\n      \"product_id\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"quantity_distributed\": \"<integer>\",\n      \"distribution_date\": \"<date>\",\n      \"distributor\": \"<string>\",\n      \"distribution_cost\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"logistics_info\": {\n        \"nullable\": true\n      },\n      \"is_urgent\": \"<boolean>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"distribution_id\": \"<uuid>\",\n      \"product_id\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"quantity_distributed\": \"<integer>\",\n      \"distribution_date\": \"<date>\",\n      \"distributor\": \"<string>\",\n      \"distribution_cost\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"logistics_info\": {\n        \"nullable\": true\n      },\n      \"is_urgent\": \"<boolean>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"97faa4ca-1aae-4b7b-9530-aa78055df93b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/distribution?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","distribution"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"770a294d-5c42-4f6f-a3f3-d573db0a76a4"},{"name":"Update Multiple Items","id":"6ab20328-5a16-4268-9a2f-dce5350eb13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/distribution?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple distribution items at the same time.</p>\n","urlObject":{"path":["items","distribution"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4121c666-646b-4b30-9195-f28a5fea029a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"distribution_id\": \"<uuid>\",\n    \"product_id\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"quantity_distributed\": \"<integer>\",\n    \"distribution_date\": \"<date>\",\n    \"distributor\": \"<string>\",\n    \"distribution_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"logistics_info\": {\n      \"nullable\": true\n    },\n    \"is_urgent\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/distribution?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","distribution"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6ab20328-5a16-4268-9a2f-dce5350eb13a"},{"name":"Delete Multiple Items","id":"3a54c1f2-be38-47e1-a91d-32e34b787da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/distribution","description":"<p>Delete multiple existing distribution items.</p>\n","urlObject":{"path":["items","distribution"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b8e754a8-3593-4d35-b3b2-900735aadae8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/distribution"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d40a72e6-6db7-4d26-8d96-96f1c68a3a2f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/distribution"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3a54c1f2-be38-47e1-a91d-32e34b787da0"}],"id":"20e84254-5372-43dc-b65a-29a8188eac21","_postman_id":"20e84254-5372-43dc-b65a-29a8188eac21","description":""},{"name":"email_campaigns","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"d6b8df13-1a24-452f-bcaa-931334226e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single email_campaigns item by unique identifier.</p>\n","urlObject":{"path":["items","email_campaigns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"8f50be90-1772-4c7d-83be-4ddfeb9cecfa","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fd8b64ca-09ea-4e03-9be4-9efe69d5942d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"8ac26249-6c61-41ee-917a-cb7f64d0aad6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"23c38d8c-b21f-4c09-afa3-6a1bb5f6d0b5","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d6b8df13-1a24-452f-bcaa-931334226e57"},{"name":"Update an Item","id":"cc19dbae-fe43-450a-a25a-fe3a81896634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"sent_emails_count\": \"<integer>\",\n  \"open_rate\": \"<float>\",\n  \"click_rate\": \"<float>\",\n  \"notes\": \"<string>\",\n  \"campaign_metrics\": {\n    \"nullable\": true\n  },\n  \"is_active\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing email_campaigns item.</p>\n","urlObject":{"path":["items","email_campaigns",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7c340146-892c-4893-9444-0c1b57bf817e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dfe889a8-31a2-400f-8833-097974f4f58a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"sent_emails_count\": \"<integer>\",\n  \"open_rate\": \"<float>\",\n  \"click_rate\": \"<float>\",\n  \"notes\": \"<string>\",\n  \"campaign_metrics\": {\n    \"nullable\": true\n  },\n  \"is_active\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"95690780-4273-4419-9076-349a0e739c9c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"sent_emails_count\": \"<integer>\",\n  \"open_rate\": \"<float>\",\n  \"click_rate\": \"<float>\",\n  \"notes\": \"<string>\",\n  \"campaign_metrics\": {\n    \"nullable\": true\n  },\n  \"is_active\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"252f8fe2-b5b3-4376-9f8c-03b5f78df5cd","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"campaign_id\": \"<uuid>\",\n  \"campaign_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_audience\": \"<string>\",\n  \"sent_emails_count\": \"<integer>\",\n  \"open_rate\": \"<float>\",\n  \"click_rate\": \"<float>\",\n  \"notes\": \"<string>\",\n  \"campaign_metrics\": {\n    \"nullable\": true\n  },\n  \"is_active\": \"<boolean>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cc19dbae-fe43-450a-a25a-fe3a81896634"},{"name":"Delete an Item","id":"0cb60ba8-e281-4879-95ac-31cb8b5e0c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/email_campaigns/:id","description":"<p>Delete an existing email_campaigns item.</p>\n","urlObject":{"path":["items","email_campaigns",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b148ab7b-11ee-4ee4-87b4-cc125a217f9c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"77bce364-a9e9-49a2-8b6d-3691902dd436","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b4d921c5-4077-4b12-b2a7-7f7a9033d911","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6fbc4377-fe63-4089-bcab-f6442dc1a3ac","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns/:id","host":["https://app.empress.eco"],"path":["items","email_campaigns",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0cb60ba8-e281-4879-95ac-31cb8b5e0c59"}],"id":"53eb050c-2522-4441-ba90-766f01b69cd0","_postman_id":"53eb050c-2522-4441-ba90-766f01b69cd0","description":""},{"name":"Create an Item","id":"5c5e36c7-2cef-46cf-9101-d497cca36804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/email_campaigns?meta=<string>","description":"<p>Create a new email_campaigns item.</p>\n","urlObject":{"path":["items","email_campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0d7ea278-1f7f-409b-8af3-62913e6cbfd3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns?meta=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7ff120ec-619d-4d93-b49a-3edf93eeb3b3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns?meta=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c5e36c7-2cef-46cf-9101-d497cca36804"},{"name":"List Items","id":"3f4e7eec-01a1-41bd-b211-cd8f6fb54487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/email_campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the email_campaigns items.</p>\n","urlObject":{"path":["items","email_campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ae4c79b5-9d2c-4e13-aa53-31e2caa388df","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"campaign_id\": \"<uuid>\",\n      \"campaign_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_audience\": \"<string>\",\n      \"sent_emails_count\": \"<integer>\",\n      \"open_rate\": \"<float>\",\n      \"click_rate\": \"<float>\",\n      \"notes\": \"<string>\",\n      \"campaign_metrics\": {\n        \"nullable\": true\n      },\n      \"is_active\": \"<boolean>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"campaign_id\": \"<uuid>\",\n      \"campaign_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_audience\": \"<string>\",\n      \"sent_emails_count\": \"<integer>\",\n      \"open_rate\": \"<float>\",\n      \"click_rate\": \"<float>\",\n      \"notes\": \"<string>\",\n      \"campaign_metrics\": {\n        \"nullable\": true\n      },\n      \"is_active\": \"<boolean>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0b1f342f-ce4a-44e6-afb8-6d148bb8f763","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/email_campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3f4e7eec-01a1-41bd-b211-cd8f6fb54487"},{"name":"Update Multiple Items","id":"80c4de9e-ac1a-49b1-bc60-5f3ff46a0e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/email_campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple email_campaigns items at the same time.</p>\n","urlObject":{"path":["items","email_campaigns"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a457c60d-b75c-4bf7-b168-069aa392a22d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"campaign_id\": \"<uuid>\",\n    \"campaign_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_audience\": \"<string>\",\n    \"sent_emails_count\": \"<integer>\",\n    \"open_rate\": \"<float>\",\n    \"click_rate\": \"<float>\",\n    \"notes\": \"<string>\",\n    \"campaign_metrics\": {\n      \"nullable\": true\n    },\n    \"is_active\": \"<boolean>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/email_campaigns?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","email_campaigns"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"80c4de9e-ac1a-49b1-bc60-5f3ff46a0e6b"},{"name":"Delete Multiple Items","id":"4d224c6a-90d8-4ea2-87e7-ccf8dc32652b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/email_campaigns","description":"<p>Delete multiple existing email_campaigns items.</p>\n","urlObject":{"path":["items","email_campaigns"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3edea86e-ef96-467c-a49c-97d60199bcd0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/email_campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ac066010-1717-4aea-8aa1-d28a182e6c9a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/email_campaigns"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4d224c6a-90d8-4ea2-87e7-ccf8dc32652b"}],"id":"b4f90ac8-28b3-4392-8971-79de45b50880","_postman_id":"b4f90ac8-28b3-4392-8971-79de45b50880","description":""},{"name":"employee_directory","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"248e9512-8e04-4701-aa23-cbd6af28d492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single employee_directory item by unique identifier.</p>\n","urlObject":{"path":["items","employee_directory",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"744910c7-3742-4228-952c-23a31cb80d19","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9fad330b-c738-452d-bda9-c473e8dc51fa","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"b1be7bff-0aa9-43d0-b600-4fb92ca6bd87","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8e94517f-cf5b-4b2a-8ef3-c1a7a7312e89","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"248e9512-8e04-4701-aa23-cbd6af28d492"},{"name":"Update an Item","id":"78f507ac-2975-404f-896f-5a89c29988f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"<uuid>\",\n  \"full_name\": \"<string>\",\n  \"department_id\": \"<string>\",\n  \"position\": \"<string>\",\n  \"contact_info\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"salary\": \"<number>\",\n  \"full_time\": \"<boolean>\",\n  \"last_performance_review\": \"<date>\",\n  \"employee_photo\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing employee_directory item.</p>\n","urlObject":{"path":["items","employee_directory",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e10f324a-192c-4af8-b6b0-f8073c17aba9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7f69b219-e0bb-45f7-bca1-dc1f19eab35a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"<uuid>\",\n  \"full_name\": \"<string>\",\n  \"department_id\": \"<string>\",\n  \"position\": \"<string>\",\n  \"contact_info\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"salary\": \"<number>\",\n  \"full_time\": \"<boolean>\",\n  \"last_performance_review\": \"<date>\",\n  \"employee_photo\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"454eff40-9931-43c7-a5ad-44c0f11847b3","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"<uuid>\",\n  \"full_name\": \"<string>\",\n  \"department_id\": \"<string>\",\n  \"position\": \"<string>\",\n  \"contact_info\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"salary\": \"<number>\",\n  \"full_time\": \"<boolean>\",\n  \"last_performance_review\": \"<date>\",\n  \"employee_photo\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6097701e-d0a4-48d7-b4cc-318dddaf6c0a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"<uuid>\",\n  \"full_name\": \"<string>\",\n  \"department_id\": \"<string>\",\n  \"position\": \"<string>\",\n  \"contact_info\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"salary\": \"<number>\",\n  \"full_time\": \"<boolean>\",\n  \"last_performance_review\": \"<date>\",\n  \"employee_photo\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"78f507ac-2975-404f-896f-5a89c29988f9"},{"name":"Delete an Item","id":"62587ef8-d6ff-497b-b8ac-0dd5c56737f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/employee_directory/:id","description":"<p>Delete an existing employee_directory item.</p>\n","urlObject":{"path":["items","employee_directory",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"782b4c30-1f4b-42cd-a250-3f9abde76d2d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"10d2a681-40f5-4de1-b2d8-3ce75a039104","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a1733ea7-e3fd-4b08-8935-87b2d157a508","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"53b76b2f-b735-412f-9102-8444d5919220","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/employee_directory/:id","host":["https://app.empress.eco"],"path":["items","employee_directory",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"62587ef8-d6ff-497b-b8ac-0dd5c56737f2"}],"id":"799108c5-acf9-4d33-92a6-09e1fbed6872","_postman_id":"799108c5-acf9-4d33-92a6-09e1fbed6872","description":""},{"name":"Create an Item","id":"5e9d33dc-14f8-414a-b9ef-2036fc364fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/employee_directory?meta=<string>","description":"<p>Create a new employee_directory item.</p>\n","urlObject":{"path":["items","employee_directory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b9fea946-1458-44e0-8146-26fa4bf3d2c9","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory?meta=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f59202b6-db79-460b-930e-c0590c32ab71","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory?meta=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5e9d33dc-14f8-414a-b9ef-2036fc364fbc"},{"name":"List Items","id":"a70e030c-1988-4e88-9dad-bd863ec57e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/employee_directory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the employee_directory items.</p>\n","urlObject":{"path":["items","employee_directory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"66ecfd13-641b-449b-bbb5-86a32a26b178","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/employee_directory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"employee_id\": \"<uuid>\",\n      \"full_name\": \"<string>\",\n      \"department_id\": \"<string>\",\n      \"position\": \"<string>\",\n      \"contact_info\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"salary\": \"<number>\",\n      \"full_time\": \"<boolean>\",\n      \"last_performance_review\": \"<date>\",\n      \"employee_photo\": \"<string>\",\n      \"reviewer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"employee_id\": \"<uuid>\",\n      \"full_name\": \"<string>\",\n      \"department_id\": \"<string>\",\n      \"position\": \"<string>\",\n      \"contact_info\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"salary\": \"<number>\",\n      \"full_time\": \"<boolean>\",\n      \"last_performance_review\": \"<date>\",\n      \"employee_photo\": \"<string>\",\n      \"reviewer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"150076f1-3e6e-406a-887d-1423b217ffd9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/employee_directory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a70e030c-1988-4e88-9dad-bd863ec57e27"},{"name":"Update Multiple Items","id":"fb7c5c59-17a9-4d46-8416-4cdccb949071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/employee_directory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple employee_directory items at the same time.</p>\n","urlObject":{"path":["items","employee_directory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b810b0eb-e8eb-49ae-937d-e6b534fd056f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"employee_id\": \"<uuid>\",\n    \"full_name\": \"<string>\",\n    \"department_id\": \"<string>\",\n    \"position\": \"<string>\",\n    \"contact_info\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"salary\": \"<number>\",\n    \"full_time\": \"<boolean>\",\n    \"last_performance_review\": \"<date>\",\n    \"employee_photo\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/employee_directory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","employee_directory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fb7c5c59-17a9-4d46-8416-4cdccb949071"},{"name":"Delete Multiple Items","id":"ffa287d5-52bc-41f6-bce6-9cc802fdd670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/employee_directory","description":"<p>Delete multiple existing employee_directory items.</p>\n","urlObject":{"path":["items","employee_directory"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"79ae0ea6-4ddf-4dbf-b909-7c413403494f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/employee_directory"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b5d28dd0-7f16-4f1b-8fd4-2803208943aa","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/employee_directory"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ffa287d5-52bc-41f6-bce6-9cc802fdd670"}],"id":"95f191f6-4e5a-4ba2-b5ae-5ab0bf4173d9","_postman_id":"95f191f6-4e5a-4ba2-b5ae-5ab0bf4173d9","description":""},{"name":"energy_efficiency","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"aa0898f5-7ec2-4275-9ea7-3ad769d753d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single energy_efficiency item by unique identifier.</p>\n","urlObject":{"path":["items","energy_efficiency",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"45dd1c1a-2e46-4928-8243-68452c76e03a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"81068fe3-ac2a-47fe-a4e9-19b9408a0e7b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"4ab33d26-32eb-4b2f-a667-853aa23e820b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ce06cc13-a4d1-4673-9659-c9e945734441","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aa0898f5-7ec2-4275-9ea7-3ad769d753d8"},{"name":"Update an Item","id":"68ad7308-2d5c-4950-a7ba-90fe194053e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"energy_record_id\": \"<uuid>\",\n  \"usage_type\": \"<string>\",\n  \"usage_amount\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"efficiency_rating\": \"<number>\",\n  \"cost_savings\": \"<number>\",\n  \"renewable_energy_source\": \"<string>\",\n  \"sustainability_impact_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"facility_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing energy_efficiency item.</p>\n","urlObject":{"path":["items","energy_efficiency",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e393ffce-c6ba-4fe7-a320-fcac1267f7be","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cbfd45ad-6413-4f98-af12-4074e78aa133","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"energy_record_id\": \"<uuid>\",\n  \"usage_type\": \"<string>\",\n  \"usage_amount\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"efficiency_rating\": \"<number>\",\n  \"cost_savings\": \"<number>\",\n  \"renewable_energy_source\": \"<string>\",\n  \"sustainability_impact_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"facility_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"1434a65d-d19e-414e-9128-066d88d77608","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"energy_record_id\": \"<uuid>\",\n  \"usage_type\": \"<string>\",\n  \"usage_amount\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"efficiency_rating\": \"<number>\",\n  \"cost_savings\": \"<number>\",\n  \"renewable_energy_source\": \"<string>\",\n  \"sustainability_impact_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"facility_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"88a49c31-af26-4175-bb0a-67b9987a3120","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"energy_record_id\": \"<uuid>\",\n  \"usage_type\": \"<string>\",\n  \"usage_amount\": \"<number>\",\n  \"measurement_date\": \"<date>\",\n  \"efficiency_rating\": \"<number>\",\n  \"cost_savings\": \"<number>\",\n  \"renewable_energy_source\": \"<string>\",\n  \"sustainability_impact_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"facility_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"68ad7308-2d5c-4950-a7ba-90fe194053e2"},{"name":"Delete an Item","id":"42f56ea7-3809-4c01-85ba-9425267091c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/energy_efficiency/:id","description":"<p>Delete an existing energy_efficiency item.</p>\n","urlObject":{"path":["items","energy_efficiency",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"6f81d067-c3d0-4681-b7bf-a459ae288210","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"37632708-c3fa-41de-b721-016d20a95c1c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1332e57c-1a00-4bc9-8689-7634b48b4a99","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bd46376d-b66b-46d5-addd-20b484f72d7e","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency/:id","host":["https://app.empress.eco"],"path":["items","energy_efficiency",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"42f56ea7-3809-4c01-85ba-9425267091c2"}],"id":"50f57d06-ae09-4309-ada9-27d944b022bc","_postman_id":"50f57d06-ae09-4309-ada9-27d944b022bc","description":""},{"name":"Create an Item","id":"baa5e199-910a-4f6a-93f1-b0231a262e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/energy_efficiency?meta=<string>","description":"<p>Create a new energy_efficiency item.</p>\n","urlObject":{"path":["items","energy_efficiency"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a3f87fe4-aa4a-4ec3-8b48-0bbb5dfe7a30","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency?meta=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8b0f8394-1913-4d57-ad6f-ab13acfede10","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency?meta=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"baa5e199-910a-4f6a-93f1-b0231a262e86"},{"name":"List Items","id":"03e3e2a3-5305-41f2-b7ea-7214c18d1f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/energy_efficiency?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the energy_efficiency items.</p>\n","urlObject":{"path":["items","energy_efficiency"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f75d12bf-cd39-4d5f-8759-281fbcb59873","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"energy_record_id\": \"<uuid>\",\n      \"usage_type\": \"<string>\",\n      \"usage_amount\": \"<number>\",\n      \"measurement_date\": \"<date>\",\n      \"efficiency_rating\": \"<number>\",\n      \"cost_savings\": \"<number>\",\n      \"renewable_energy_source\": \"<string>\",\n      \"sustainability_impact_score\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"facility_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"energy_record_id\": \"<uuid>\",\n      \"usage_type\": \"<string>\",\n      \"usage_amount\": \"<number>\",\n      \"measurement_date\": \"<date>\",\n      \"efficiency_rating\": \"<number>\",\n      \"cost_savings\": \"<number>\",\n      \"renewable_energy_source\": \"<string>\",\n      \"sustainability_impact_score\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"facility_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"3eeedd9f-b810-43ee-bb56-b6eb2646b9f2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/energy_efficiency?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"03e3e2a3-5305-41f2-b7ea-7214c18d1f06"},{"name":"Update Multiple Items","id":"8233f9eb-48fb-40ea-bd13-59024e7b744e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/energy_efficiency?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple energy_efficiency items at the same time.</p>\n","urlObject":{"path":["items","energy_efficiency"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9676f8f1-08ac-489d-ae74-bfd6772d41b7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"energy_record_id\": \"<uuid>\",\n    \"usage_type\": \"<string>\",\n    \"usage_amount\": \"<number>\",\n    \"measurement_date\": \"<date>\",\n    \"efficiency_rating\": \"<number>\",\n    \"cost_savings\": \"<number>\",\n    \"renewable_energy_source\": \"<string>\",\n    \"sustainability_impact_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"facility_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/energy_efficiency?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","energy_efficiency"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8233f9eb-48fb-40ea-bd13-59024e7b744e"},{"name":"Delete Multiple Items","id":"365f412a-3ac2-41ed-8626-197f939bb140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/energy_efficiency","description":"<p>Delete multiple existing energy_efficiency items.</p>\n","urlObject":{"path":["items","energy_efficiency"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"dde469c8-8176-4ad5-b0c4-56b73d09428a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/energy_efficiency"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"40d84b7d-f579-4f3c-bf53-892057247075","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/energy_efficiency"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"365f412a-3ac2-41ed-8626-197f939bb140"}],"id":"fa512bb4-c22d-4c5b-9b5a-a5ddbb2d18be","_postman_id":"fa512bb4-c22d-4c5b-9b5a-a5ddbb2d18be","description":""},{"name":"environmental_compliance","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"9a94cef9-28e4-44d6-a3a8-70cb50eeab52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single environmental_compliance item by unique identifier.</p>\n","urlObject":{"path":["items","environmental_compliance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"20d9b4e6-6359-4eae-b768-4f84911a051e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"225c7b7b-62ce-4cc4-8085-e05f3a7bf7a3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"3a08dab8-bbfc-49db-aec3-77c221b58b58","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e02c5891-235f-4c2f-923b-2accfefbff0f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9a94cef9-28e4-44d6-a3a8-70cb50eeab52"},{"name":"Update an Item","id":"8e03c5bb-e799-4d1e-a9d9-ef57899706f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compliance_id\": \"<uuid>\",\n  \"compliance_status\": \"<string>\",\n  \"review_date\": \"<date>\",\n  \"penalties\": \"<number>\",\n  \"compliance_history_log\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"responsible_employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing environmental_compliance item.</p>\n","urlObject":{"path":["items","environmental_compliance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"6ffd6bbb-57c8-4432-8754-28b3586910c8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f79d9236-8f51-4ca6-8ca3-02a901ba1eb3","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compliance_id\": \"<uuid>\",\n  \"compliance_status\": \"<string>\",\n  \"review_date\": \"<date>\",\n  \"penalties\": \"<number>\",\n  \"compliance_history_log\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"responsible_employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"68609663-5cd2-40c9-a3bf-367f2237de5e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compliance_id\": \"<uuid>\",\n  \"compliance_status\": \"<string>\",\n  \"review_date\": \"<date>\",\n  \"penalties\": \"<number>\",\n  \"compliance_history_log\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"responsible_employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1a00b5af-002d-48aa-bd36-f5382784836a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"compliance_id\": \"<uuid>\",\n  \"compliance_status\": \"<string>\",\n  \"review_date\": \"<date>\",\n  \"penalties\": \"<number>\",\n  \"compliance_history_log\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"responsible_employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8e03c5bb-e799-4d1e-a9d9-ef57899706f0"},{"name":"Delete an Item","id":"54c9001c-6258-4b95-b419-c01cb850bca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/environmental_compliance/:id","description":"<p>Delete an existing environmental_compliance item.</p>\n","urlObject":{"path":["items","environmental_compliance",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b0047ba3-e4bd-4660-8153-751ffe45ea9c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a00851a6-3390-4462-8302-e53004c323f3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f513e5d6-9837-48d5-975c-17be4f805ab5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4be0fbc1-dfb0-460d-8453-78fa468f14eb","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance/:id","host":["https://app.empress.eco"],"path":["items","environmental_compliance",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"54c9001c-6258-4b95-b419-c01cb850bca1"}],"id":"4e18864e-ccec-4d2b-a0ac-c534b7f60a4a","_postman_id":"4e18864e-ccec-4d2b-a0ac-c534b7f60a4a","description":""},{"name":"Create an Item","id":"d4e6fe5a-24c5-46c4-8cf5-1326c0b1e0a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/environmental_compliance?meta=<string>","description":"<p>Create a new environmental_compliance item.</p>\n","urlObject":{"path":["items","environmental_compliance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b6b3b64b-22bd-44ba-bdd9-75ef0554fbde","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance?meta=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"004ed8fd-f9e5-4abc-bc31-7f4bf24cb060","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance?meta=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d4e6fe5a-24c5-46c4-8cf5-1326c0b1e0a1"},{"name":"List Items","id":"39599947-2e03-435c-b378-28ca1f125c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/environmental_compliance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the environmental_compliance items.</p>\n","urlObject":{"path":["items","environmental_compliance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e8306834-48e0-4b94-ad50-4b651b1969ab","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"compliance_id\": \"<uuid>\",\n      \"compliance_status\": \"<string>\",\n      \"review_date\": \"<date>\",\n      \"penalties\": \"<number>\",\n      \"compliance_history_log\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"responsible_employee_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"compliance_id\": \"<uuid>\",\n      \"compliance_status\": \"<string>\",\n      \"review_date\": \"<date>\",\n      \"penalties\": \"<number>\",\n      \"compliance_history_log\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"responsible_employee_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"57cc18df-3dff-48b7-832c-e20957bc775c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/environmental_compliance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"39599947-2e03-435c-b378-28ca1f125c8e"},{"name":"Update Multiple Items","id":"98d4711a-c52a-42ed-b84c-b49f2e3bc95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/environmental_compliance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple environmental_compliance items at the same time.</p>\n","urlObject":{"path":["items","environmental_compliance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"25cd3e8c-5e2d-4f34-a740-430edfc9bd69","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"compliance_id\": \"<uuid>\",\n    \"compliance_status\": \"<string>\",\n    \"review_date\": \"<date>\",\n    \"penalties\": \"<number>\",\n    \"compliance_history_log\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"responsible_employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/environmental_compliance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","environmental_compliance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"98d4711a-c52a-42ed-b84c-b49f2e3bc95e"},{"name":"Delete Multiple Items","id":"d7ba8dfc-710f-478f-8207-3fc93fe05e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/environmental_compliance","description":"<p>Delete multiple existing environmental_compliance items.</p>\n","urlObject":{"path":["items","environmental_compliance"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"fb899f23-2deb-4053-af58-8babd8c38d10","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/environmental_compliance"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ab303924-7bad-4643-b868-8f357396c11f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/environmental_compliance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d7ba8dfc-710f-478f-8207-3fc93fe05e0b"}],"id":"7e5633da-9204-43e5-adcc-82cd55b1686f","_postman_id":"7e5633da-9204-43e5-adcc-82cd55b1686f","description":""},{"name":"events","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4d5fe1f3-9997-446f-8d47-5e84331b0852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single events item by unique identifier.</p>\n","urlObject":{"path":["items","events",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7da3dcc7-9970-4ce3-b4e5-17ae7ea9ea67","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8c425a02-d9e7-452e-915f-d4bd8fd43005","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"653fbb46-4ad2-40fb-ae5c-621289c60f6b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f4cd318e-ccd4-47ec-8a18-f15ee0615bf1","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4d5fe1f3-9997-446f-8d47-5e84331b0852"},{"name":"Update an Item","id":"055e4547-a151-4941-bb2a-0703cf8f8b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_id\": \"<uuid>\",\n  \"event_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"location\": \"<string>\",\n  \"organizer_id\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing events item.</p>\n","urlObject":{"path":["items","events",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"be70fa62-39bd-4c74-96e2-f05630354aae","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a9b76011-4a9a-498b-9688-aac986fa6879","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_id\": \"<uuid>\",\n  \"event_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"location\": \"<string>\",\n  \"organizer_id\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"11e9a529-38aa-4106-a694-23870441b75b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_id\": \"<uuid>\",\n  \"event_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"location\": \"<string>\",\n  \"organizer_id\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3d0fb6df-3421-4373-bc7b-b318591269d3","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_id\": \"<uuid>\",\n  \"event_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"location\": \"<string>\",\n  \"organizer_id\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"budget\": \"<number>\",\n  \"current_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","events",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"055e4547-a151-4941-bb2a-0703cf8f8b06"},{"name":"Delete an Item","id":"46bda4ca-d964-4266-ab5a-d03aa17873f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/events/:id","description":"<p>Delete an existing events item.</p>\n","urlObject":{"path":["items","events",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4db186ab-07cf-411c-ae69-e7a7be919a5e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0c81a4d0-91e2-4e68-97a1-5bd34c0cb47e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/events/:id","host":["https://app.empress.eco"],"path":["items","events",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"95eeae6c-2c97-4a41-ad33-e195d25039b8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/events/:id","host":["https://app.empress.eco"],"path":["items","events",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f8b56e20-1b5e-4258-95e6-7b987038019a","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/events/:id","host":["https://app.empress.eco"],"path":["items","events",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"46bda4ca-d964-4266-ab5a-d03aa17873f7"}],"id":"bf27e8fe-5bf1-4a05-ad78-be494da156a7","_postman_id":"bf27e8fe-5bf1-4a05-ad78-be494da156a7","description":""},{"name":"Create an Item","id":"fe89c57e-5919-4eca-9287-5006e410398f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/events?meta=<string>","description":"<p>Create a new events item.</p>\n","urlObject":{"path":["items","events"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"cedbc237-be9b-4b28-b007-ced124330b78","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events?meta=<string>","host":["https://app.empress.eco"],"path":["items","events"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63878dab-b55f-4633-a27f-a283856b66a0","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events?meta=<string>","host":["https://app.empress.eco"],"path":["items","events"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fe89c57e-5919-4eca-9287-5006e410398f"},{"name":"List Items","id":"66cd10b7-dc48-4a0e-85e3-404c5b03e0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/events?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the events items.</p>\n","urlObject":{"path":["items","events"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4c85d4fe-ab16-4ff7-88f4-08c005d0c441","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/events?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","events"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"event_id\": \"<uuid>\",\n      \"event_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"location\": \"<string>\",\n      \"organizer_id\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"budget\": \"<number>\",\n      \"current_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"event_id\": \"<uuid>\",\n      \"event_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"location\": \"<string>\",\n      \"organizer_id\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"budget\": \"<number>\",\n      \"current_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"b6b6adf6-248c-48b3-acc3-89a322cb0d24","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/events?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","events"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"66cd10b7-dc48-4a0e-85e3-404c5b03e0bc"},{"name":"Update Multiple Items","id":"fd703cf6-76ba-4f2d-8cf8-244cef2fccae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/events?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple events items at the same time.</p>\n","urlObject":{"path":["items","events"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f5f86c35-68dc-4995-b1dd-9869ac5f1b9b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"event_id\": \"<uuid>\",\n    \"event_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"location\": \"<string>\",\n    \"organizer_id\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"budget\": \"<number>\",\n    \"current_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/events?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","events"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fd703cf6-76ba-4f2d-8cf8-244cef2fccae"},{"name":"Delete Multiple Items","id":"b13b99a2-15da-4599-82d4-f3b481d208b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/events","description":"<p>Delete multiple existing events items.</p>\n","urlObject":{"path":["items","events"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"5b922212-9363-4aac-83ef-0c0a11ff0df5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/events"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"750bc64c-ad8c-4138-adbb-c0831c040bb1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/events"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b13b99a2-15da-4599-82d4-f3b481d208b1"}],"id":"b4add37b-efcc-4582-9ae8-5abe647ce1ef","_postman_id":"b4add37b-efcc-4582-9ae8-5abe647ce1ef","description":""},{"name":"expenses","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"def772f1-895b-4db9-b6ca-957d0c54ece0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single expenses item by unique identifier.</p>\n","urlObject":{"path":["items","expenses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"1786856b-4de8-4145-abdb-bf563b6d641a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"02a51d0c-d096-447f-8f2c-2eb5f2589949","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f269f06f-3e0e-41df-8c53-c54a34b5884b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"85f3836a-6723-4861-9477-265d81a68a6a","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"def772f1-895b-4db9-b6ca-957d0c54ece0"},{"name":"Update an Item","id":"ed07b5ae-03ad-422f-8807-a5f14aaaf7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expense_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"employee_department_id\": \"<string>\",\n  \"project_id\": \"<string>\",\n  \"receipt_reference\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"reimbursable_flag\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing expenses item.</p>\n","urlObject":{"path":["items","expenses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f601875a-640e-44dc-a18f-4537ec1e23ab","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"548b811e-468e-4ce8-bc09-25eb9162e2aa","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expense_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"employee_department_id\": \"<string>\",\n  \"project_id\": \"<string>\",\n  \"receipt_reference\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"reimbursable_flag\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"51d8d995-7b3d-4f37-94a7-f63dec76754a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expense_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"employee_department_id\": \"<string>\",\n  \"project_id\": \"<string>\",\n  \"receipt_reference\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"reimbursable_flag\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8a189984-55ec-47c4-ac00-34330218c4c3","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expense_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"employee_department_id\": \"<string>\",\n  \"project_id\": \"<string>\",\n  \"receipt_reference\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"reimbursable_flag\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ed07b5ae-03ad-422f-8807-a5f14aaaf7c8"},{"name":"Delete an Item","id":"0ae78df5-3b8d-46bf-927e-2e600ef372c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/expenses/:id","description":"<p>Delete an existing expenses item.</p>\n","urlObject":{"path":["items","expenses",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f610a92f-5ef6-4a29-b41c-42def62b341d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b09f72eb-25c6-4e00-97a1-8a08add70813","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/expenses/:id","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"809ad2c0-c550-4475-8007-7f41d2f9b11b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/expenses/:id","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8d76674c-1947-424c-9da6-c75f84fcd1f2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/expenses/:id","host":["https://app.empress.eco"],"path":["items","expenses",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0ae78df5-3b8d-46bf-927e-2e600ef372c6"}],"id":"fac38010-d2ee-41cb-a7d4-061eca6d1810","_postman_id":"fac38010-d2ee-41cb-a7d4-061eca6d1810","description":""},{"name":"Create an Item","id":"1f2aff71-0b7d-492c-9f75-902e904e3dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/expenses?meta=<string>","description":"<p>Create a new expenses item.</p>\n","urlObject":{"path":["items","expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"7428822a-354a-47bd-a431-547fe53daeff","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses?meta=<string>","host":["https://app.empress.eco"],"path":["items","expenses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"574d1b39-70e2-47ae-abb2-100f695805e5","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses?meta=<string>","host":["https://app.empress.eco"],"path":["items","expenses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1f2aff71-0b7d-492c-9f75-902e904e3dfe"},{"name":"List Items","id":"8920a64b-3601-416a-9efb-ba8e43f9e67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the expenses items.</p>\n","urlObject":{"path":["items","expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"45da7251-f646-4087-bac7-83e5e41af98e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"expense_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"payment_method\": \"<string>\",\n      \"employee_department_id\": \"<string>\",\n      \"project_id\": \"<string>\",\n      \"receipt_reference\": \"<string>\",\n      \"approval_status\": \"<string>\",\n      \"reimbursable_flag\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"expense_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"payment_method\": \"<string>\",\n      \"employee_department_id\": \"<string>\",\n      \"project_id\": \"<string>\",\n      \"receipt_reference\": \"<string>\",\n      \"approval_status\": \"<string>\",\n      \"reimbursable_flag\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"4763c23c-e670-46c3-9c9c-bf9c7829643b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8920a64b-3601-416a-9efb-ba8e43f9e67d"},{"name":"Update Multiple Items","id":"a2c5e13b-87a7-465d-a5ac-f6e0e1593e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple expenses items at the same time.</p>\n","urlObject":{"path":["items","expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bf470fc4-dfe5-4ae9-be98-e56fce90d6ea","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"expense_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"employee_department_id\": \"<string>\",\n    \"project_id\": \"<string>\",\n    \"receipt_reference\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"reimbursable_flag\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a2c5e13b-87a7-465d-a5ac-f6e0e1593e2e"},{"name":"Delete Multiple Items","id":"6976510f-cae2-4645-9e4a-d4d03ff15bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/expenses","description":"<p>Delete multiple existing expenses items.</p>\n","urlObject":{"path":["items","expenses"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"aa11c4b9-c2ad-43c7-8af5-cf3715a59759","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/expenses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"386c117d-a6aa-471c-9a71-36d69c95ef25","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/expenses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6976510f-cae2-4645-9e4a-d4d03ff15bd7"}],"id":"c9487609-dfc9-44ac-ac57-937b72668a7a","_postman_id":"c9487609-dfc9-44ac-ac57-937b72668a7a","description":""},{"name":"Experience","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f81239f3-885f-45a3-a836-a1032ae0e183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Experience item by unique identifier.</p>\n","urlObject":{"path":["items","Experience",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"371b368e-2bef-4a91-8506-64218e6b9f6b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"079eaa74-200e-4beb-bfc9-6f579aaefc80","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"027ed1be-0fa1-4193-a09d-82ae077111cd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8278ff90-bfd9-4c0f-973d-3ae910a203ef","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f81239f3-885f-45a3-a836-a1032ae0e183"},{"name":"Update an Item","id":"193068b1-be08-4c09-96ff-d0400d5344d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Experience item.</p>\n","urlObject":{"path":["items","Experience",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"cd27c3b0-f3f6-4c19-98f8-bdf9dbf25d69","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0cc6d71f-f971-4eb2-8262-f4dcace7446b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"c6d33988-2eb1-4327-9244-6b6426dec2d1","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7cbbc06a-930b-44b5-8d67-7a907be383cf","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"193068b1-be08-4c09-96ff-d0400d5344d1"},{"name":"Delete an Item","id":"d180a4d5-ee18-471d-9241-fb3fa8402b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Experience/:id","description":"<p>Delete an existing Experience item.</p>\n","urlObject":{"path":["items","Experience",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"29a85b8d-4236-47b2-8514-4ac56dfeb12e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"63fac466-4c51-43bc-9fe7-d42db8ad8c61","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Experience/:id","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fc7a55f6-41c9-45ce-8db8-9547b594880f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Experience/:id","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"823c1118-cbca-40f4-bf9b-1c7953751952","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Experience/:id","host":["https://app.empress.eco"],"path":["items","Experience",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d180a4d5-ee18-471d-9241-fb3fa8402b74"}],"id":"e330fae5-aa56-45f1-b539-b299882b194e","_postman_id":"e330fae5-aa56-45f1-b539-b299882b194e","description":""},{"name":"Create an Item","id":"3c15d07a-949f-4387-9c98-495d1b45e7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Experience?meta=<string>","description":"<p>Create a new Experience item.</p>\n","urlObject":{"path":["items","Experience"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"ccea81ed-7274-4d2c-af80-d93998883994","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience?meta=<string>","host":["https://app.empress.eco"],"path":["items","Experience"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ba0c06b6-2bad-4f17-86df-183da9c25ec5","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience?meta=<string>","host":["https://app.empress.eco"],"path":["items","Experience"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3c15d07a-949f-4387-9c98-495d1b45e7b4"},{"name":"List Items","id":"67a64f09-84ad-4a80-a44c-1262e77a558b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Experience?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Experience items.</p>\n","urlObject":{"path":["items","Experience"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9291c222-1220-474d-acd0-5ecdc0c98b31","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Experience?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Experience"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"af0dc7be-022d-4ba4-812b-7d0c5d469838","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Experience?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Experience"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"67a64f09-84ad-4a80-a44c-1262e77a558b"},{"name":"Update Multiple Items","id":"3676a133-c9ba-460b-b394-75e5cd53d434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Experience?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Experience items at the same time.</p>\n","urlObject":{"path":["items","Experience"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"62b557ab-0f5e-42f6-9da2-e3db42bcf60b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Experience?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Experience"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3676a133-c9ba-460b-b394-75e5cd53d434"},{"name":"Delete Multiple Items","id":"6dc5e8c9-31a0-4b48-aabd-bf7045f06eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Experience","description":"<p>Delete multiple existing Experience items.</p>\n","urlObject":{"path":["items","Experience"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b05029fb-3b2a-4351-9add-9890ce62c356","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Experience"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"59ac7444-ff87-47fa-ae91-09249b97fb30","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Experience"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6dc5e8c9-31a0-4b48-aabd-bf7045f06eeb"}],"id":"9059dedb-4c72-4aa5-ad80-4960eeab172c","_postman_id":"9059dedb-4c72-4aa5-ad80-4960eeab172c","description":""},{"name":"facilities","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4b5f5b34-b1c6-452d-bb0c-5e0645b4c369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single facilities item by unique identifier.</p>\n","urlObject":{"path":["items","facilities",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7d2f61fd-e1de-43c8-827f-c073f560cec5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0a99d90c-7c88-44c0-99f9-94867fa1aabb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"0162fbb6-a584-4483-b8ac-b6dc82984717","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fbfa0ece-58c2-46dc-8265-4924c50c8ea5","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4b5f5b34-b1c6-452d-bb0c-5e0645b4c369"},{"name":"Update an Item","id":"4207cb00-6391-4ec6-a5a7-8161b8febc43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility_id\": \"<uuid>\",\n  \"facility_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"maintenance_schedule\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"current_usage\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing facilities item.</p>\n","urlObject":{"path":["items","facilities",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"0011e560-2793-4a88-b100-fb75bd17d5b2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"25eb8208-ad0d-48d6-a92c-f32626d92338","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility_id\": \"<uuid>\",\n  \"facility_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"maintenance_schedule\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"current_usage\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"dc4c7b37-e819-41c1-a15a-8aa320827b61","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility_id\": \"<uuid>\",\n  \"facility_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"maintenance_schedule\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"current_usage\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1766d05f-7511-4f43-82d3-a493817c23c5","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"facility_id\": \"<uuid>\",\n  \"facility_name\": \"<string>\",\n  \"location\": \"<string>\",\n  \"maintenance_schedule\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"current_usage\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"manager\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4207cb00-6391-4ec6-a5a7-8161b8febc43"},{"name":"Delete an Item","id":"65189798-0771-4268-80d9-9a5748f23249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/facilities/:id","description":"<p>Delete an existing facilities item.</p>\n","urlObject":{"path":["items","facilities",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"bd3302d8-a131-40fc-af25-b662d260adf0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d890a124-5562-4ff8-a999-d43faabb5c1e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/facilities/:id","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5e274306-0843-4991-ac63-9deed8829b61","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/facilities/:id","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"159613f9-a761-4cc1-a572-d26a4548c41d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/facilities/:id","host":["https://app.empress.eco"],"path":["items","facilities",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"65189798-0771-4268-80d9-9a5748f23249"}],"id":"5eb07337-a473-49b3-bc52-35c02ee8e2d1","_postman_id":"5eb07337-a473-49b3-bc52-35c02ee8e2d1","description":""},{"name":"Create an Item","id":"5cec6a1d-aa84-4910-a4c8-4c73b671c94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/facilities?meta=<string>","description":"<p>Create a new facilities item.</p>\n","urlObject":{"path":["items","facilities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"746abb85-e1a3-4609-a21f-19bbc3bb66da","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities?meta=<string>","host":["https://app.empress.eco"],"path":["items","facilities"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8d59fc1d-32a3-408e-abbf-560f869c7b28","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities?meta=<string>","host":["https://app.empress.eco"],"path":["items","facilities"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5cec6a1d-aa84-4910-a4c8-4c73b671c94b"},{"name":"List Items","id":"a109211f-9579-4b24-9eff-d89a59cade7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/facilities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the facilities items.</p>\n","urlObject":{"path":["items","facilities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"47312463-1ca4-4628-afd0-df94e94049e9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/facilities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","facilities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"facility_id\": \"<uuid>\",\n      \"facility_name\": \"<string>\",\n      \"location\": \"<string>\",\n      \"maintenance_schedule\": \"<string>\",\n      \"last_maintenance_date\": \"<date>\",\n      \"next_maintenance_date\": \"<date>\",\n      \"maintenance_cost\": \"<number>\",\n      \"current_usage\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"manager\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"facility_id\": \"<uuid>\",\n      \"facility_name\": \"<string>\",\n      \"location\": \"<string>\",\n      \"maintenance_schedule\": \"<string>\",\n      \"last_maintenance_date\": \"<date>\",\n      \"next_maintenance_date\": \"<date>\",\n      \"maintenance_cost\": \"<number>\",\n      \"current_usage\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"manager\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"2851f1d7-1017-418f-8c76-f9f287badf5a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/facilities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","facilities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a109211f-9579-4b24-9eff-d89a59cade7a"},{"name":"Update Multiple Items","id":"4920d7a9-4142-4a51-818f-72a289293cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/facilities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple facilities items at the same time.</p>\n","urlObject":{"path":["items","facilities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0bddf674-12ce-496b-a6c9-c6962757df0e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"facility_id\": \"<uuid>\",\n    \"facility_name\": \"<string>\",\n    \"location\": \"<string>\",\n    \"maintenance_schedule\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"current_usage\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"manager\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/facilities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","facilities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4920d7a9-4142-4a51-818f-72a289293cd9"},{"name":"Delete Multiple Items","id":"183f128c-a674-4e62-b22b-e57ad5fce303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/facilities","description":"<p>Delete multiple existing facilities items.</p>\n","urlObject":{"path":["items","facilities"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b110199b-9189-456e-9cb6-cdb6181df622","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/facilities"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"31f359db-80a2-4c56-af1e-75018214e65c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/facilities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"183f128c-a674-4e62-b22b-e57ad5fce303"}],"id":"41d92ad4-4e40-4a4d-9719-e75438865815","_postman_id":"41d92ad4-4e40-4a4d-9719-e75438865815","description":""},{"name":"feedback","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"fde5b9d6-2840-4191-bffe-15bb725a4cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single feedback item by unique identifier.</p>\n","urlObject":{"path":["items","feedback",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"21090d6f-f6af-43f0-acb9-c736f9e10645","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1062b6b5-3e69-4f38-9950-bbaabd99f1e7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"fc7146f3-ec8a-4df2-b3ef-3558675d95c0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2f2e4eaa-8275-49d8-bc04-b3b9c4517d50","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fde5b9d6-2840-4191-bffe-15bb725a4cbd"},{"name":"Update an Item","id":"649fe65c-677b-4277-a5d5-67f0d28b49ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"feedback_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"feedback_type\": \"<string>\",\n  \"description\": \"<string>\",\n  \"rating\": \"<integer>\",\n  \"action_taken\": \"<string>\",\n  \"follow_up_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing feedback item.</p>\n","urlObject":{"path":["items","feedback",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"da40db52-e3ff-4d09-a7f8-5ba11ad3b991","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"06a9e939-44b0-4e19-b562-0e72b560d24e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"feedback_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"feedback_type\": \"<string>\",\n  \"description\": \"<string>\",\n  \"rating\": \"<integer>\",\n  \"action_taken\": \"<string>\",\n  \"follow_up_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"e05441b8-e464-421b-834e-eba60ffa53e5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"feedback_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"feedback_type\": \"<string>\",\n  \"description\": \"<string>\",\n  \"rating\": \"<integer>\",\n  \"action_taken\": \"<string>\",\n  \"follow_up_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1e157ada-45f7-4882-88f7-2277662568fd","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"feedback_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"feedback_type\": \"<string>\",\n  \"description\": \"<string>\",\n  \"rating\": \"<integer>\",\n  \"action_taken\": \"<string>\",\n  \"follow_up_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"649fe65c-677b-4277-a5d5-67f0d28b49ee"},{"name":"Delete an Item","id":"62298ea2-dfd7-4bc1-a70b-41e7f803a1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/feedback/:id","description":"<p>Delete an existing feedback item.</p>\n","urlObject":{"path":["items","feedback",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"8d3e1455-2c81-4bdf-bce3-eda5eb0da752","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"91521646-181a-4df3-8511-49c1c09e7765","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/feedback/:id","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"da701bfa-e21b-4b55-b50a-f632d439ca56","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/feedback/:id","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"64938e06-a7ed-4374-a792-9da6a776b394","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/feedback/:id","host":["https://app.empress.eco"],"path":["items","feedback",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"62298ea2-dfd7-4bc1-a70b-41e7f803a1f0"}],"id":"5fc822f2-8789-4bba-8e66-23c0dbf4a980","_postman_id":"5fc822f2-8789-4bba-8e66-23c0dbf4a980","description":""},{"name":"Create an Item","id":"8c9cb953-5ec2-47cb-a126-1f6da254d419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/feedback?meta=<string>","description":"<p>Create a new feedback item.</p>\n","urlObject":{"path":["items","feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"9617c3bd-593a-4304-911f-83c96df4fc0c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback?meta=<string>","host":["https://app.empress.eco"],"path":["items","feedback"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"83be42a0-3b2e-4857-a98b-ae2a75c4de01","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback?meta=<string>","host":["https://app.empress.eco"],"path":["items","feedback"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8c9cb953-5ec2-47cb-a126-1f6da254d419"},{"name":"List Items","id":"946d560a-b66c-4878-a288-a10d958c9819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the feedback items.</p>\n","urlObject":{"path":["items","feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4468e59f-aa5e-4560-9ddd-62313e56020e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"feedback_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"feedback_type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"rating\": \"<integer>\",\n      \"action_taken\": \"<string>\",\n      \"follow_up_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"feedback_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"feedback_type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"rating\": \"<integer>\",\n      \"action_taken\": \"<string>\",\n      \"follow_up_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"2eb1a03f-5d73-46b2-9ec9-43fda89b55ad","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"946d560a-b66c-4878-a288-a10d958c9819"},{"name":"Update Multiple Items","id":"777d8c88-49d3-4801-a397-42f538cbb8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple feedback items at the same time.</p>\n","urlObject":{"path":["items","feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"54160d1c-64c3-4912-958f-a0d5094893bc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"feedback_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"feedback_type\": \"<string>\",\n    \"description\": \"<string>\",\n    \"rating\": \"<integer>\",\n    \"action_taken\": \"<string>\",\n    \"follow_up_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"777d8c88-49d3-4801-a397-42f538cbb8a9"},{"name":"Delete Multiple Items","id":"5c709f9c-f853-40a3-9c83-4235250ddf9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/feedback","description":"<p>Delete multiple existing feedback items.</p>\n","urlObject":{"path":["items","feedback"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cfe5dad0-7789-4f34-8470-c82032906039","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/feedback"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d75d6dc5-6d06-4dee-b378-540206cfde46","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/feedback"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c709f9c-f853-40a3-9c83-4235250ddf9f"}],"id":"67f613ee-2d67-4d39-a44c-0819f6d31a8c","_postman_id":"67f613ee-2d67-4d39-a44c-0819f6d31a8c","description":""},{"name":"Finances","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"2ce2bc07-34ff-46b9-b4c9-8d98c19277c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Finances item by unique identifier.</p>\n","urlObject":{"path":["items","Finances",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f829e7ef-bc3d-40a4-a0d8-689e6c697e79","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5039804b-e220-402b-9581-758483268c44","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"f5698204-d185-4eac-9356-813798b4c155","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2a5706ff-f409-44c6-b3d8-3ae9cea594bd","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2ce2bc07-34ff-46b9-b4c9-8d98c19277c6"},{"name":"Update an Item","id":"a8c33264-ae76-471d-b83c-25d57ec45e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Finances item.</p>\n","urlObject":{"path":["items","Finances",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"afc9c2af-ecdc-4a7f-bdde-7a924db51be2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2e93c0b6-a2e5-41a2-b387-4c7cbf622851","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"ad03ed4e-b463-412c-b924-15d1725fc368","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5f015962-346a-40a5-893f-89f8e2e58b81","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a8c33264-ae76-471d-b83c-25d57ec45e58"},{"name":"Delete an Item","id":"300c31bc-61e9-4342-a2dc-5051dc96d322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Finances/:id","description":"<p>Delete an existing Finances item.</p>\n","urlObject":{"path":["items","Finances",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3387c5ef-040b-42a7-8b62-2495e32c09ea","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"13a90dd9-d3d9-4ed8-bb42-67fe9b1468a2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Finances/:id","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3893a4a4-10e7-45ba-aad2-0e6d31c4a47f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Finances/:id","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"059ee339-2e3e-4429-8b98-81b63dfab591","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Finances/:id","host":["https://app.empress.eco"],"path":["items","Finances",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"300c31bc-61e9-4342-a2dc-5051dc96d322"}],"id":"630bc48d-08c6-457f-ae49-6af1291d6afd","_postman_id":"630bc48d-08c6-457f-ae49-6af1291d6afd","description":""},{"name":"Create an Item","id":"6d45a394-0463-42aa-a1c5-8bed39c68bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Finances?meta=<string>","description":"<p>Create a new Finances item.</p>\n","urlObject":{"path":["items","Finances"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b2a70a4c-c2e3-4241-beee-ea6346c4e06c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances?meta=<string>","host":["https://app.empress.eco"],"path":["items","Finances"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"52c0b7a2-3882-4a76-9a2a-e8e79d2b3ca2","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances?meta=<string>","host":["https://app.empress.eco"],"path":["items","Finances"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d45a394-0463-42aa-a1c5-8bed39c68bde"},{"name":"List Items","id":"96bbd092-5b17-4c6a-b4d1-ae1b0bfa99de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Finances?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Finances items.</p>\n","urlObject":{"path":["items","Finances"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1fe62cd6-9567-44d5-86f1-8d24d2e96152","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Finances?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Finances"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5d9f2b29-4f7b-4f05-9f0d-a036a5e6dd60","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Finances?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Finances"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"96bbd092-5b17-4c6a-b4d1-ae1b0bfa99de"},{"name":"Update Multiple Items","id":"3d935857-710d-4133-a584-b9d176f82910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Finances?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Finances items at the same time.</p>\n","urlObject":{"path":["items","Finances"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e4ef93c9-3778-4352-a855-6a7ce6393b7d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Finances?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Finances"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3d935857-710d-4133-a584-b9d176f82910"},{"name":"Delete Multiple Items","id":"756da19f-ac0f-4fa6-be8b-c66d3477129a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Finances","description":"<p>Delete multiple existing Finances items.</p>\n","urlObject":{"path":["items","Finances"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7411c19d-6278-416c-bd60-adfde154b68a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Finances"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a37355d8-4412-4945-9b03-1ede263eca22","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Finances"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"756da19f-ac0f-4fa6-be8b-c66d3477129a"}],"id":"aa1a7226-879a-4891-bc1b-1a6ada214b72","_postman_id":"aa1a7226-879a-4891-bc1b-1a6ada214b72","description":""},{"name":"forms","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f610a561-8e96-4076-b465-2b35162986be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single forms item by unique identifier.</p>\n","urlObject":{"path":["items","forms",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"a4e1c8de-3c8b-4c7b-9249-79d06e932854","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b7d4dbdf-73f0-4220-8b74-6761006db7e3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"b7f5dac6-ccfe-4d8d-a960-d89f382d6632","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b721e8e0-9204-45fc-9429-ee1b5fc13fa0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f610a561-8e96-4076-b465-2b35162986be"},{"name":"Update an Item","id":"949b62fc-8204-486c-8295-57f4b6232470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"key\": \"<string>\",\n  \"on_success\": \"<string>\",\n  \"redirect_url\": \"<string>\",\n  \"schema\": {\n    \"nullable\": true,\n    \"description\": \"The fields for the form.\"\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"submit_label\": \"<string>\",\n  \"success_message\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing forms item.</p>\n","urlObject":{"path":["items","forms",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"aa3c0b87-4126-4a04-b33b-1be3207944d8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"198f3fab-5d4d-44ef-808c-b34343f6f40b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"key\": \"<string>\",\n  \"on_success\": \"<string>\",\n  \"redirect_url\": \"<string>\",\n  \"schema\": {\n    \"nullable\": true,\n    \"description\": \"The fields for the form.\"\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"submit_label\": \"<string>\",\n  \"success_message\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"75843835-66e7-409e-8f07-23eb0d25ab6d","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"key\": \"<string>\",\n  \"on_success\": \"<string>\",\n  \"redirect_url\": \"<string>\",\n  \"schema\": {\n    \"nullable\": true,\n    \"description\": \"The fields for the form.\"\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"submit_label\": \"<string>\",\n  \"success_message\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e6f6c4da-ffa7-463d-938f-bce4e9915b5a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"key\": \"<string>\",\n  \"on_success\": \"<string>\",\n  \"redirect_url\": \"<string>\",\n  \"schema\": {\n    \"nullable\": true,\n    \"description\": \"The fields for the form.\"\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"submit_label\": \"<string>\",\n  \"success_message\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"949b62fc-8204-486c-8295-57f4b6232470"},{"name":"Delete an Item","id":"0ea5fade-f66b-45e1-b45a-49e85e787501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forms/:id","description":"<p>Delete an existing forms item.</p>\n","urlObject":{"path":["items","forms",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3c7f9300-0210-4464-bf35-35483ce44e51","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3c3f89e9-0ed2-4517-96f9-bb101e6ba9b0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/forms/:id","host":["https://app.empress.eco"],"path":["items","forms",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f7450b65-bc3e-4735-a26f-b239ffb96803","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forms/:id","host":["https://app.empress.eco"],"path":["items","forms",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c9ac3904-77a3-43a6-8ea5-07e91a0639c9","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forms/:id","host":["https://app.empress.eco"],"path":["items","forms",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0ea5fade-f66b-45e1-b45a-49e85e787501"}],"id":"caf8e7b8-1404-4222-9761-dcf2aad527ed","_postman_id":"caf8e7b8-1404-4222-9761-dcf2aad527ed","description":""},{"name":"Create an Item","id":"dbb634ef-f142-4690-875d-3b703a09c596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forms?meta=<string>","description":"<p>Create a new forms item.</p>\n","urlObject":{"path":["items","forms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"290fbac5-d217-4671-b844-a4257770f5af","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms?meta=<string>","host":["https://app.empress.eco"],"path":["items","forms"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"356bcf68-fee5-4780-b030-2e79c7bbf6ab","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms?meta=<string>","host":["https://app.empress.eco"],"path":["items","forms"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dbb634ef-f142-4690-875d-3b703a09c596"},{"name":"List Items","id":"f716560e-033a-4651-bc26-0b311047293c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the forms items.</p>\n","urlObject":{"path":["items","forms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"5a09c352-a1a0-426a-83f6-128602c7cad3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/forms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"key\": \"<string>\",\n      \"on_success\": \"<string>\",\n      \"redirect_url\": \"<string>\",\n      \"schema\": {\n        \"nullable\": true,\n        \"description\": \"The fields for the form.\"\n      },\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"submit_label\": \"<string>\",\n      \"success_message\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"key\": \"<string>\",\n      \"on_success\": \"<string>\",\n      \"redirect_url\": \"<string>\",\n      \"schema\": {\n        \"nullable\": true,\n        \"description\": \"The fields for the form.\"\n      },\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"submit_label\": \"<string>\",\n      \"success_message\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"09923134-7f16-4857-9171-95326764e5d2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/forms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f716560e-033a-4651-bc26-0b311047293c"},{"name":"Update Multiple Items","id":"1bc4c770-68aa-416b-a5aa-2829c39fc054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple forms items at the same time.</p>\n","urlObject":{"path":["items","forms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2e4ec5f1-a328-4b9d-becd-55676ab0a3bf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"key\": \"<string>\",\n    \"on_success\": \"<string>\",\n    \"redirect_url\": \"<string>\",\n    \"schema\": {\n      \"nullable\": true,\n      \"description\": \"The fields for the form.\"\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"submit_label\": \"<string>\",\n    \"success_message\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1bc4c770-68aa-416b-a5aa-2829c39fc054"},{"name":"Delete Multiple Items","id":"1918d19f-d754-4516-8f5e-c20d456a0259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forms","description":"<p>Delete multiple existing forms items.</p>\n","urlObject":{"path":["items","forms"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"0086a3f7-373c-471e-bbff-dd17217e42f2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/forms"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8d61c2b3-ae97-4781-9041-f3adc54d9983","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forms"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1918d19f-d754-4516-8f5e-c20d456a0259"}],"id":"24dff143-67d9-4e75-9dbb-1a4ea97b7cfb","_postman_id":"24dff143-67d9-4e75-9dbb-1a4ea97b7cfb","description":""},{"name":"forum","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4f7ac297-36a6-4f51-b61a-f75cdd31f8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single forum item by unique identifier.</p>\n","urlObject":{"path":["items","forum",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"3f6d9b60-e0b4-4bc9-a5be-e6c28c506082","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"45a489b6-5edc-42f9-9e5a-dd8169aed9c4","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"db442c93-c200-4dfc-afdc-193aa1ac8743","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"484ba60d-9ea5-4d9e-b788-061fcdaf271d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4f7ac297-36a6-4f51-b61a-f75cdd31f8d2"},{"name":"Update an Item","id":"f20cd44b-2fcd-4f47-8de0-81315647bdf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"topic\": \"<string>\",\n  \"content\": \"<string>\",\n  \"replies_count\": \"<integer>\",\n  \"upvotes\": \"<integer>\",\n  \"reported_issues\": \"<string>\",\n  \"moderator_notes\": \"<string>\",\n  \"author_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing forum item.</p>\n","urlObject":{"path":["items","forum",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"0c6da9f3-2f72-4799-9589-ab2b0e1e75ef","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"38b592ff-1ad0-4cec-a7ec-02d1c7e2e3bc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"topic\": \"<string>\",\n  \"content\": \"<string>\",\n  \"replies_count\": \"<integer>\",\n  \"upvotes\": \"<integer>\",\n  \"reported_issues\": \"<string>\",\n  \"moderator_notes\": \"<string>\",\n  \"author_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"d7e7d125-e0f4-4779-be43-42558f1d3ab3","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"topic\": \"<string>\",\n  \"content\": \"<string>\",\n  \"replies_count\": \"<integer>\",\n  \"upvotes\": \"<integer>\",\n  \"reported_issues\": \"<string>\",\n  \"moderator_notes\": \"<string>\",\n  \"author_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9c917391-f5ba-41f1-ae3c-6d9bdd528dd2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"topic\": \"<string>\",\n  \"content\": \"<string>\",\n  \"replies_count\": \"<integer>\",\n  \"upvotes\": \"<integer>\",\n  \"reported_issues\": \"<string>\",\n  \"moderator_notes\": \"<string>\",\n  \"author_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","forum",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f20cd44b-2fcd-4f47-8de0-81315647bdf2"},{"name":"Delete an Item","id":"523ff221-d90e-41f9-a4e9-3269df3b6ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forum/:id","description":"<p>Delete an existing forum item.</p>\n","urlObject":{"path":["items","forum",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"43223fc6-7933-4b89-9ee5-741ca31bfd40","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7760ef55-6d7f-4856-b203-40786f32e73d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/forum/:id","host":["https://app.empress.eco"],"path":["items","forum",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"110e4d1d-df2b-4a9b-ab35-fb0a2c355638","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forum/:id","host":["https://app.empress.eco"],"path":["items","forum",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1100acc3-1796-43e0-9db3-a02a8849429d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/forum/:id","host":["https://app.empress.eco"],"path":["items","forum",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"523ff221-d90e-41f9-a4e9-3269df3b6ad0"}],"id":"ce6c1a1a-9667-430d-ba80-9500d464030c","_postman_id":"ce6c1a1a-9667-430d-ba80-9500d464030c","description":""},{"name":"Create an Item","id":"01724372-e678-4710-bf0b-9127ba248572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forum?meta=<string>","description":"<p>Create a new forum item.</p>\n","urlObject":{"path":["items","forum"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bf2c5647-881f-469f-ab96-4142eec56fa3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum?meta=<string>","host":["https://app.empress.eco"],"path":["items","forum"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"91e9298b-51fd-421f-9f1f-360a6f268581","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum?meta=<string>","host":["https://app.empress.eco"],"path":["items","forum"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"01724372-e678-4710-bf0b-9127ba248572"},{"name":"List Items","id":"fb0ed80d-8639-47a5-a0dd-e06ba7337760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forum?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the forum items.</p>\n","urlObject":{"path":["items","forum"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4ddb79ee-e5ec-4f61-bd48-3a41b565c09c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/forum?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forum"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"post_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"topic\": \"<string>\",\n      \"content\": \"<string>\",\n      \"replies_count\": \"<integer>\",\n      \"upvotes\": \"<integer>\",\n      \"reported_issues\": \"<string>\",\n      \"moderator_notes\": \"<string>\",\n      \"author_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"post_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"topic\": \"<string>\",\n      \"content\": \"<string>\",\n      \"replies_count\": \"<integer>\",\n      \"upvotes\": \"<integer>\",\n      \"reported_issues\": \"<string>\",\n      \"moderator_notes\": \"<string>\",\n      \"author_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c4ea5a9a-8a75-4d02-a604-25bcd88669cb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/forum?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forum"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fb0ed80d-8639-47a5-a0dd-e06ba7337760"},{"name":"Update Multiple Items","id":"c3c3fa40-90b0-4916-91d9-cd2fc89c7cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/forum?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple forum items at the same time.</p>\n","urlObject":{"path":["items","forum"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"60782a27-df89-471c-99c2-d45413291f86","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"topic\": \"<string>\",\n    \"content\": \"<string>\",\n    \"replies_count\": \"<integer>\",\n    \"upvotes\": \"<integer>\",\n    \"reported_issues\": \"<string>\",\n    \"moderator_notes\": \"<string>\",\n    \"author_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/forum?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","forum"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c3c3fa40-90b0-4916-91d9-cd2fc89c7cb7"},{"name":"Delete Multiple Items","id":"50ca6d19-6114-4569-b783-5bc97ebca467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forum","description":"<p>Delete multiple existing forum items.</p>\n","urlObject":{"path":["items","forum"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9ab39895-5b6d-4eb8-954d-20f2e962cf6e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/forum"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"502fd9c9-a4f6-423b-90ed-379793aff8e7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/forum"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"50ca6d19-6114-4569-b783-5bc97ebca467"}],"id":"98ad287a-f109-4ae4-910e-1190f2efae0c","_postman_id":"98ad287a-f109-4ae4-910e-1190f2efae0c","description":""},{"name":"fulfillment","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"2e6074ae-b67e-4dea-8228-26f90dc1d59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single fulfillment item by unique identifier.</p>\n","urlObject":{"path":["items","fulfillment",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f6a36fdb-c5c5-42db-84bc-f4b56ed07743","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b8289aef-cdaa-456c-9bc8-6ec6986dc240","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"2a574078-42bc-42e9-ba21-80a348af12b8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c77725fd-d923-4da4-9105-ea47d3df1944","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2e6074ae-b67e-4dea-8228-26f90dc1d59a"},{"name":"Update an Item","id":"814dd9b6-a42f-417a-b1f6-3c0f3226ed33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": true\n  },\n  \"total_quantity\": \"<integer>\",\n  \"shipping_address\": \"<string>\",\n  \"fulfillment_status\": \"<string>\",\n  \"tracking_number\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing fulfillment item.</p>\n","urlObject":{"path":["items","fulfillment",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c6d5ead6-56c0-4663-8ac2-a24eddfd7081","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a5a6f548-a72f-428d-b019-1b788ab81abb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": true\n  },\n  \"total_quantity\": \"<integer>\",\n  \"shipping_address\": \"<string>\",\n  \"fulfillment_status\": \"<string>\",\n  \"tracking_number\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"9cdfa91d-6732-4550-86e5-966ed4507b80","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": true\n  },\n  \"total_quantity\": \"<integer>\",\n  \"shipping_address\": \"<string>\",\n  \"fulfillment_status\": \"<string>\",\n  \"tracking_number\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e0aabc93-5ed6-4862-8adc-3c8efb71fc20","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": true\n  },\n  \"total_quantity\": \"<integer>\",\n  \"shipping_address\": \"<string>\",\n  \"fulfillment_status\": \"<string>\",\n  \"tracking_number\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"814dd9b6-a42f-417a-b1f6-3c0f3226ed33"},{"name":"Delete an Item","id":"ede5f612-a2b1-40e1-8528-fa2ecd4fb9de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/fulfillment/:id","description":"<p>Delete an existing fulfillment item.</p>\n","urlObject":{"path":["items","fulfillment",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1f3b06e8-1ca0-4430-8289-2aab35e09cb2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"efffda51-ca43-49ec-9679-735b388c9059","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2d5fee3e-c2a0-48b0-b339-2aa1f7a5ec27","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e1118c83-4800-440b-9a01-fb5f5a6d2ddc","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/fulfillment/:id","host":["https://app.empress.eco"],"path":["items","fulfillment",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ede5f612-a2b1-40e1-8528-fa2ecd4fb9de"}],"id":"5274deae-926a-4eec-abe3-345ed8aaaeb8","_postman_id":"5274deae-926a-4eec-abe3-345ed8aaaeb8","description":""},{"name":"Create an Item","id":"5674ab41-0339-47cf-b639-96b45ce28497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/fulfillment?meta=<string>","description":"<p>Create a new fulfillment item.</p>\n","urlObject":{"path":["items","fulfillment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"55ac8a13-7564-4e22-af27-9efa32578ffa","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment?meta=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"903d016b-d980-4809-93d2-081b83146bc5","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment?meta=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5674ab41-0339-47cf-b639-96b45ce28497"},{"name":"List Items","id":"05416480-f62d-4d25-a646-d8b514793ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/fulfillment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the fulfillment items.</p>\n","urlObject":{"path":["items","fulfillment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"dd333ed2-1c8f-4566-afb7-4e3789407dbe","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/fulfillment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"products_ordered\": {\n        \"nullable\": true\n      },\n      \"total_quantity\": \"<integer>\",\n      \"shipping_address\": \"<string>\",\n      \"fulfillment_status\": \"<string>\",\n      \"tracking_number\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"products_ordered\": {\n        \"nullable\": true\n      },\n      \"total_quantity\": \"<integer>\",\n      \"shipping_address\": \"<string>\",\n      \"fulfillment_status\": \"<string>\",\n      \"tracking_number\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"01c25c8a-6b88-44b3-aa62-8eb4cd2c9c3f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/fulfillment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"05416480-f62d-4d25-a646-d8b514793ecd"},{"name":"Update Multiple Items","id":"874dc3d9-f95d-48a8-8155-7e5e1d491fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/fulfillment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple fulfillment items at the same time.</p>\n","urlObject":{"path":["items","fulfillment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a14f6a84-3583-4e73-b246-67840385600f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": true\n    },\n    \"total_quantity\": \"<integer>\",\n    \"shipping_address\": \"<string>\",\n    \"fulfillment_status\": \"<string>\",\n    \"tracking_number\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/fulfillment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","fulfillment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"874dc3d9-f95d-48a8-8155-7e5e1d491fc3"},{"name":"Delete Multiple Items","id":"07ec7c23-1337-46b8-9eab-fca66e421626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/fulfillment","description":"<p>Delete multiple existing fulfillment items.</p>\n","urlObject":{"path":["items","fulfillment"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c0e745b1-c312-499e-81e1-c437c487de0a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/fulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a26b704a-e4e5-48f0-bf63-a7e116f2d697","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/fulfillment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"07ec7c23-1337-46b8-9eab-fca66e421626"}],"id":"af90aaed-7dae-47be-9e16-bd5b4e08ed0c","_postman_id":"af90aaed-7dae-47be-9e16-bd5b4e08ed0c","description":""},{"name":"globals","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"a366e2f7-b5ea-431b-93ff-e6c44a37c802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single globals item by unique identifier.</p>\n","urlObject":{"path":["items","globals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"35361c51-4ca4-4e11-97b0-7d8cb5f15729","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7b46ae68-d39f-4216-8d65-fc617c022fd9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n}"},{"id":"d1146f8a-707c-47d3-b6e1-7ae66096b78d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c4f90c43-d86a-49bc-ba8d-5488bc45c339","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a366e2f7-b5ea-431b-93ff-e6c44a37c802"},{"name":"Update an Item","id":"dc2a19e2-56fe-4570-9df1-cb46dab2eeed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"build_hook_url\": \"<string>\",\n  \"description\": \"<string>\",\n  \"email\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"logo_on_dark_bg\": \"<uuid>\",\n  \"logo_on_light_bg\": \"<uuid>\",\n  \"og_image\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"postal_code\": \"<string>\",\n  \"social_links\": {\n    \"nullable\": true\n  },\n  \"street_address\": \"<string>\",\n  \"tagline\": \"<string>\",\n  \"theme\": {\n    \"nullable\": true\n  },\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"deployment\": \"<string>\",\n  \"seo\": \"<string>\",\n  \"social\": \"<string>\",\n  \"theming\": \"<string>\",\n  \"notice_deployment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing globals item.</p>\n","urlObject":{"path":["items","globals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3d7eeb2a-679c-4d83-92cb-789e2a80dc9d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6386b743-83bb-410b-baf3-f5fdfc59abae","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"build_hook_url\": \"<string>\",\n  \"description\": \"<string>\",\n  \"email\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"logo_on_dark_bg\": \"<uuid>\",\n  \"logo_on_light_bg\": \"<uuid>\",\n  \"og_image\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"postal_code\": \"<string>\",\n  \"social_links\": {\n    \"nullable\": true\n  },\n  \"street_address\": \"<string>\",\n  \"tagline\": \"<string>\",\n  \"theme\": {\n    \"nullable\": true\n  },\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"deployment\": \"<string>\",\n  \"seo\": \"<string>\",\n  \"social\": \"<string>\",\n  \"theming\": \"<string>\",\n  \"notice_deployment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n}"},{"id":"26de83ff-ad0e-47d0-8f51-be7da0c95173","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"build_hook_url\": \"<string>\",\n  \"description\": \"<string>\",\n  \"email\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"logo_on_dark_bg\": \"<uuid>\",\n  \"logo_on_light_bg\": \"<uuid>\",\n  \"og_image\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"postal_code\": \"<string>\",\n  \"social_links\": {\n    \"nullable\": true\n  },\n  \"street_address\": \"<string>\",\n  \"tagline\": \"<string>\",\n  \"theme\": {\n    \"nullable\": true\n  },\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"deployment\": \"<string>\",\n  \"seo\": \"<string>\",\n  \"social\": \"<string>\",\n  \"theming\": \"<string>\",\n  \"notice_deployment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fe9539f2-d36d-4fb8-973f-0b793bd31255","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"build_hook_url\": \"<string>\",\n  \"description\": \"<string>\",\n  \"email\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"logo_on_dark_bg\": \"<uuid>\",\n  \"logo_on_light_bg\": \"<uuid>\",\n  \"og_image\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"postal_code\": \"<string>\",\n  \"social_links\": {\n    \"nullable\": true\n  },\n  \"street_address\": \"<string>\",\n  \"tagline\": \"<string>\",\n  \"theme\": {\n    \"nullable\": true\n  },\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"deployment\": \"<string>\",\n  \"seo\": \"<string>\",\n  \"social\": \"<string>\",\n  \"theming\": \"<string>\",\n  \"notice_deployment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","globals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dc2a19e2-56fe-4570-9df1-cb46dab2eeed"},{"name":"Delete an Item","id":"f65b564f-d021-4901-aa1f-966c9386c08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/globals/:id","description":"<p>Delete an existing globals item.</p>\n","urlObject":{"path":["items","globals",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"08de4ea6-5a81-4dfd-8c7a-3bdd33358cf9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e70653d9-d6ae-48cd-882a-757cccb21840","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/globals/:id","host":["https://app.empress.eco"],"path":["items","globals",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"77c5f4ef-5088-4971-9189-7b5d7bf5d591","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/globals/:id","host":["https://app.empress.eco"],"path":["items","globals",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e3c1ba4c-c3f1-49fc-a97c-1cc4332d9308","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/globals/:id","host":["https://app.empress.eco"],"path":["items","globals",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f65b564f-d021-4901-aa1f-966c9386c08e"}],"id":"6da40861-a0f9-43de-a502-7afa339a3459","_postman_id":"6da40861-a0f9-43de-a502-7afa339a3459","description":""},{"name":"Create an Item","id":"0e9e7961-3940-4693-a9c5-95bdbfa51c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/globals?meta=<string>","description":"<p>Create a new globals item.</p>\n","urlObject":{"path":["items","globals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b9bd14a0-1c37-4f50-a79e-2d7207c455f0","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals?meta=<string>","host":["https://app.empress.eco"],"path":["items","globals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f1466ee2-8c76-4bab-9e0b-642c769b743e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals?meta=<string>","host":["https://app.empress.eco"],"path":["items","globals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0e9e7961-3940-4693-a9c5-95bdbfa51c55"},{"name":"List Items","id":"3cf8b879-a1d0-4fcb-961f-79641019c922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/globals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the globals items.</p>\n","urlObject":{"path":["items","globals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d2653908-daec-457c-9394-a38d8bf750b7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/globals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","globals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"address_country\": \"<string>\",\n      \"address_locality\": \"<string>\",\n      \"address_region\": \"<string>\",\n      \"build_hook_url\": \"<string>\",\n      \"description\": \"<string>\",\n      \"email\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"logo_on_dark_bg\": \"<uuid>\",\n      \"logo_on_light_bg\": \"<uuid>\",\n      \"og_image\": \"<uuid>\",\n      \"phone\": \"<string>\",\n      \"postal_code\": \"<string>\",\n      \"social_links\": {\n        \"nullable\": true\n      },\n      \"street_address\": \"<string>\",\n      \"tagline\": \"<string>\",\n      \"theme\": {\n        \"nullable\": true\n      },\n      \"title\": \"<string>\",\n      \"url\": \"<string>\",\n      \"contact\": \"<string>\",\n      \"deployment\": \"<string>\",\n      \"seo\": \"<string>\",\n      \"social\": \"<string>\",\n      \"theming\": \"<string>\",\n      \"notice_deployment\": \"<string>\"\n    },\n    {\n      \"address_country\": \"<string>\",\n      \"address_locality\": \"<string>\",\n      \"address_region\": \"<string>\",\n      \"build_hook_url\": \"<string>\",\n      \"description\": \"<string>\",\n      \"email\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"logo_on_dark_bg\": \"<uuid>\",\n      \"logo_on_light_bg\": \"<uuid>\",\n      \"og_image\": \"<uuid>\",\n      \"phone\": \"<string>\",\n      \"postal_code\": \"<string>\",\n      \"social_links\": {\n        \"nullable\": true\n      },\n      \"street_address\": \"<string>\",\n      \"tagline\": \"<string>\",\n      \"theme\": {\n        \"nullable\": true\n      },\n      \"title\": \"<string>\",\n      \"url\": \"<string>\",\n      \"contact\": \"<string>\",\n      \"deployment\": \"<string>\",\n      \"seo\": \"<string>\",\n      \"social\": \"<string>\",\n      \"theming\": \"<string>\",\n      \"notice_deployment\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"bcf16b8f-b9a8-4938-95fd-795b8ba21f86","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/globals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","globals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3cf8b879-a1d0-4fcb-961f-79641019c922"},{"name":"Update Multiple Items","id":"9fe83dfb-34f8-4b07-bd74-b269f5323312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/globals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple globals items at the same time.</p>\n","urlObject":{"path":["items","globals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"5ee0a35e-4977-4816-9337-f62913bbfe4a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"build_hook_url\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"logo_on_dark_bg\": \"<uuid>\",\n    \"logo_on_light_bg\": \"<uuid>\",\n    \"og_image\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"social_links\": {\n      \"nullable\": true\n    },\n    \"street_address\": \"<string>\",\n    \"tagline\": \"<string>\",\n    \"theme\": {\n      \"nullable\": true\n    },\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"contact\": \"<string>\",\n    \"deployment\": \"<string>\",\n    \"seo\": \"<string>\",\n    \"social\": \"<string>\",\n    \"theming\": \"<string>\",\n    \"notice_deployment\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/globals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","globals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9fe83dfb-34f8-4b07-bd74-b269f5323312"},{"name":"Delete Multiple Items","id":"fc11d909-14d0-4399-9b6b-cab118d0dbac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/globals","description":"<p>Delete multiple existing globals items.</p>\n","urlObject":{"path":["items","globals"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"92627eee-7a84-4b01-b949-8a938f6aca32","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/globals"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f630ede7-ae83-499f-80e8-7da100cbc4a5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/globals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fc11d909-14d0-4399-9b6b-cab118d0dbac"}],"id":"e75c764a-474f-4f74-afae-6e208a8c2463","_postman_id":"e75c764a-474f-4f74-afae-6e208a8c2463","description":""},{"name":"governance_and_ethics","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"aaca3783-5609-49e5-9c71-598f69b2f78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single governance_and_ethics item by unique identifier.</p>\n","urlObject":{"path":["items","governance_and_ethics",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"912ee5ce-f87a-4a77-9463-14ebee0c7d45","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c8326d08-c032-4528-9794-1007db0aa04c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"3a0eecb9-a5f0-4c80-abae-b63d2e229288","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"abc9c81c-db06-420b-9249-20f9c79aa60e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aaca3783-5609-49e5-9c71-598f69b2f78e"},{"name":"Update an Item","id":"4d5cab9b-03bf-494c-a9f7-9256feffffe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report_id\": \"<uuid>\",\n  \"issue_type\": \"<string>\",\n  \"report_date\": \"<date>\",\n  \"resolution_status\": \"<string>\",\n  \"impact_assessment\": \"<string>\",\n  \"investigation_details\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"policy_id\": \"<uuid>\",\n  \"responsible_department_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing governance_and_ethics item.</p>\n","urlObject":{"path":["items","governance_and_ethics",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"13b8c138-64e3-4134-a696-bea578e3e3f2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"72f915be-f4db-4d53-a9cd-8ca6ba250401","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report_id\": \"<uuid>\",\n  \"issue_type\": \"<string>\",\n  \"report_date\": \"<date>\",\n  \"resolution_status\": \"<string>\",\n  \"impact_assessment\": \"<string>\",\n  \"investigation_details\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"policy_id\": \"<uuid>\",\n  \"responsible_department_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f909be13-c214-4800-91c4-30f0a6305ea0","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report_id\": \"<uuid>\",\n  \"issue_type\": \"<string>\",\n  \"report_date\": \"<date>\",\n  \"resolution_status\": \"<string>\",\n  \"impact_assessment\": \"<string>\",\n  \"investigation_details\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"policy_id\": \"<uuid>\",\n  \"responsible_department_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bc96a6e8-a3f1-43b9-ba7e-b76d431ae522","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"report_id\": \"<uuid>\",\n  \"issue_type\": \"<string>\",\n  \"report_date\": \"<date>\",\n  \"resolution_status\": \"<string>\",\n  \"impact_assessment\": \"<string>\",\n  \"investigation_details\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"policy_id\": \"<uuid>\",\n  \"responsible_department_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4d5cab9b-03bf-494c-a9f7-9256feffffe4"},{"name":"Delete an Item","id":"6362052b-3b91-4683-83ca-d0dfc6c4a141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/governance_and_ethics/:id","description":"<p>Delete an existing governance_and_ethics item.</p>\n","urlObject":{"path":["items","governance_and_ethics",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1d89b8b9-b2ff-4940-8279-c9cbcaca4203","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0d60bbf3-1ddc-4fe3-9d2a-0216b717e040","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e2b28ab-77c3-485a-a40c-70a5df7b3872","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"09c86572-219d-4881-b52c-59c599442ca8","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics/:id","host":["https://app.empress.eco"],"path":["items","governance_and_ethics",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6362052b-3b91-4683-83ca-d0dfc6c4a141"}],"id":"d732c7e9-aab6-45fa-aa1f-2ffd92d7da28","_postman_id":"d732c7e9-aab6-45fa-aa1f-2ffd92d7da28","description":""},{"name":"Create an Item","id":"e381bd3a-6d76-4f0d-987d-e1e84b81257b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/governance_and_ethics?meta=<string>","description":"<p>Create a new governance_and_ethics item.</p>\n","urlObject":{"path":["items","governance_and_ethics"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"abf554e8-5a08-4bde-8759-e98155ffd5a1","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics?meta=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b0dc3573-6db8-4098-aed5-6b7cba9a3794","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics?meta=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e381bd3a-6d76-4f0d-987d-e1e84b81257b"},{"name":"List Items","id":"b2e9db81-9819-4155-b298-84f67bc0b8d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/governance_and_ethics?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the governance_and_ethics items.</p>\n","urlObject":{"path":["items","governance_and_ethics"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"fcfb9ffe-61f0-4bd8-94bc-3502fc829231","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"report_id\": \"<uuid>\",\n      \"issue_type\": \"<string>\",\n      \"report_date\": \"<date>\",\n      \"resolution_status\": \"<string>\",\n      \"impact_assessment\": \"<string>\",\n      \"investigation_details\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"policy_id\": \"<uuid>\",\n      \"responsible_department_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"report_id\": \"<uuid>\",\n      \"issue_type\": \"<string>\",\n      \"report_date\": \"<date>\",\n      \"resolution_status\": \"<string>\",\n      \"impact_assessment\": \"<string>\",\n      \"investigation_details\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"policy_id\": \"<uuid>\",\n      \"responsible_department_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"4d5022da-7968-4afb-93c4-b48d4c136ed2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/governance_and_ethics?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b2e9db81-9819-4155-b298-84f67bc0b8d3"},{"name":"Update Multiple Items","id":"e5db7a04-1260-443d-a166-680c4e563f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/governance_and_ethics?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple governance_and_ethics items at the same time.</p>\n","urlObject":{"path":["items","governance_and_ethics"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d8a6e111-2373-400f-a369-293ffdbd489b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"report_id\": \"<uuid>\",\n    \"issue_type\": \"<string>\",\n    \"report_date\": \"<date>\",\n    \"resolution_status\": \"<string>\",\n    \"impact_assessment\": \"<string>\",\n    \"investigation_details\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"policy_id\": \"<uuid>\",\n    \"responsible_department_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/governance_and_ethics?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","governance_and_ethics"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e5db7a04-1260-443d-a166-680c4e563f58"},{"name":"Delete Multiple Items","id":"5d882081-0705-4109-878c-b7bf0d77b930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/governance_and_ethics","description":"<p>Delete multiple existing governance_and_ethics items.</p>\n","urlObject":{"path":["items","governance_and_ethics"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7e39fbb9-51a4-4f2c-8789-0cc69e1fecaf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/governance_and_ethics"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bebf2baf-87bd-4676-8543-63a312489d08","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/governance_and_ethics"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5d882081-0705-4109-878c-b7bf0d77b930"}],"id":"53799d1e-d341-4661-87fe-df3939d5b97e","_postman_id":"53799d1e-d341-4661-87fe-df3939d5b97e","description":""},{"name":"help","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"18342caf-d3d3-4744-a1f6-d59a56b4a9c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single help item by unique identifier.</p>\n","urlObject":{"path":["items","help",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c1fe63b0-dd3c-495b-ba82-be636a682145","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5a96a647-551e-46cb-931f-55d4b00aa67e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"5f11b273-4933-4ad3-b724-ec0b85e358ca","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e2688283-5080-49b3-b591-2233339b1dc5","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"18342caf-d3d3-4744-a1f6-d59a56b4a9c9"},{"name":"Update an Item","id":"4d504db1-ae00-45a6-9198-1564eedf54d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing help item.</p>\n","urlObject":{"path":["items","help",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"85bb3843-1efc-4070-90f0-b60510436b53","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"897a0933-ca99-4750-ab83-c088b9c9cc55","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"dcd8cf8e-dd91-42cb-841d-9de3a86283ca","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"45a602ca-714d-4fd6-8de6-e74f4960e2a2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4d504db1-ae00-45a6-9198-1564eedf54d9"},{"name":"Delete an Item","id":"3456ace6-f874-4beb-a24e-2dd87f1c1497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help/:id","description":"<p>Delete an existing help item.</p>\n","urlObject":{"path":["items","help",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"6bd03f4e-0083-471c-81ed-2f45dc0a80d4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dd16b144-4a16-4440-bea6-b528fe1a40e5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/help/:id","host":["https://app.empress.eco"],"path":["items","help",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aff49b4d-2379-4f20-9d4a-4fe08027d039","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help/:id","host":["https://app.empress.eco"],"path":["items","help",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9a828a08-2d85-4707-925d-ac4f58bec9bf","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help/:id","host":["https://app.empress.eco"],"path":["items","help",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3456ace6-f874-4beb-a24e-2dd87f1c1497"}],"id":"94ac7d96-1f16-48a2-a534-12429767be6f","_postman_id":"94ac7d96-1f16-48a2-a534-12429767be6f","description":""},{"name":"Create an Item","id":"9d16ee57-b57e-420a-9900-1359740f7639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help?meta=<string>","description":"<p>Create a new help item.</p>\n","urlObject":{"path":["items","help"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"540465e6-05e6-4798-b3d5-f210411b039e","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help?meta=<string>","host":["https://app.empress.eco"],"path":["items","help"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e80e80bd-99ad-494a-9d32-a2be63062123","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help?meta=<string>","host":["https://app.empress.eco"],"path":["items","help"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9d16ee57-b57e-420a-9900-1359740f7639"},{"name":"List Items","id":"c13813cf-31ac-4ddf-991c-43d2fbf4573f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the help items.</p>\n","urlObject":{"path":["items","help"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a59a4aa2-8dee-41fd-b3a4-448c0897ca43","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6c87073f-c91b-4f1c-9e23-871e48e9810b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c13813cf-31ac-4ddf-991c-43d2fbf4573f"},{"name":"Update Multiple Items","id":"5ba0541e-a5df-4cea-974a-691010b7e06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple help items at the same time.</p>\n","urlObject":{"path":["items","help"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"eec83b85-f4bd-40e1-9cb7-70f65ac583aa","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5ba0541e-a5df-4cea-974a-691010b7e06c"},{"name":"Delete Multiple Items","id":"0386679d-6b3f-4e65-81aa-3053b807446c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help","description":"<p>Delete multiple existing help items.</p>\n","urlObject":{"path":["items","help"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"55d2dba7-fe44-438d-a813-ac553a59681b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/help"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bcbd1cdd-d545-4bbc-b597-1e45b9dfdc95","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0386679d-6b3f-4e65-81aa-3053b807446c"}],"id":"eb6f3be9-230d-4ba7-af3d-05dc0628e5ed","_postman_id":"eb6f3be9-230d-4ba7-af3d-05dc0628e5ed","description":""},{"name":"help_articles","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"b18ba23e-6880-4076-8214-a305301376c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single help_articles item by unique identifier.</p>\n","urlObject":{"path":["items","help_articles",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c4df7350-c376-4a18-b36e-a1ad7700153b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8b7ef909-90a4-42cf-b04d-647d3db73560","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"7617300e-6e58-4d31-a306-391cb8599dab","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"205eeac5-6f99-4afa-90d7-101cc765e5e2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b18ba23e-6880-4076-8214-a305301376c4"},{"name":"Update an Item","id":"b17b8364-4a5c-41fb-b320-f873f0552dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"help_collection\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing help_articles item.</p>\n","urlObject":{"path":["items","help_articles",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"81b4ae3c-3625-4a4f-a7a4-6d6af7bf6e36","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"215f2ccc-0cf0-4393-8234-1c0395937555","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"help_collection\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"e63c3469-7139-486b-8021-9d9aa4ed8dc5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"help_collection\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c287c2b7-b248-47bf-a93a-3f606bbd0d68","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"help_collection\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b17b8364-4a5c-41fb-b320-f873f0552dee"},{"name":"Delete an Item","id":"7c1e88ae-9184-482e-ac21-49bbe8fb393d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_articles/:id","description":"<p>Delete an existing help_articles item.</p>\n","urlObject":{"path":["items","help_articles",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b3890c5d-ed42-40b7-b4e4-938fd25d3029","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"897ad2bc-4aa0-465c-91e4-99cfff9f311d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/help_articles/:id","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9cb77b93-da1e-4297-bedb-226a58bd0c0f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_articles/:id","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2d58d292-daa6-41cd-bb0f-911df616346e","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_articles/:id","host":["https://app.empress.eco"],"path":["items","help_articles",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7c1e88ae-9184-482e-ac21-49bbe8fb393d"}],"id":"f7abe9a3-b774-4f78-8246-47d13848fb6f","_postman_id":"f7abe9a3-b774-4f78-8246-47d13848fb6f","description":""},{"name":"Create an Item","id":"0b401f0b-5acc-4650-a66a-f4c47ead11a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_articles?meta=<string>","description":"<p>Create a new help_articles item.</p>\n","urlObject":{"path":["items","help_articles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"00dbbe65-9273-41cc-8360-5c76203e76fe","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_articles"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"08a2624c-bb8a-4481-b35f-352763fd315e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_articles"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0b401f0b-5acc-4650-a66a-f4c47ead11a3"},{"name":"List Items","id":"261b1be9-4b64-4dde-a1a1-ed8c1dd8009f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_articles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the help_articles items.</p>\n","urlObject":{"path":["items","help_articles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7f9388d4-7c2b-49fb-9932-5bf305df2e92","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_articles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_articles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"help_collection\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"help_collection\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0f648f0b-1fbb-4682-934f-02d28dd34ca0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_articles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_articles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"261b1be9-4b64-4dde-a1a1-ed8c1dd8009f"},{"name":"Update Multiple Items","id":"9eeb41fe-9919-4bc7-86c7-3e1a7950a493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_articles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple help_articles items at the same time.</p>\n","urlObject":{"path":["items","help_articles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"21f9c4b5-4be5-486b-bacc-f76f4bd00b7b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"help_collection\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_articles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_articles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9eeb41fe-9919-4bc7-86c7-3e1a7950a493"},{"name":"Delete Multiple Items","id":"770e7a0f-48d3-4007-a38f-eb636673f680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_articles","description":"<p>Delete multiple existing help_articles items.</p>\n","urlObject":{"path":["items","help_articles"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"6022e3f7-90a7-4237-bcb5-0ada009ee308","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/help_articles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4d156f77-1464-441d-803f-e9cee3497dc7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_articles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"770e7a0f-48d3-4007-a38f-eb636673f680"}],"id":"cb451248-fb39-47d4-9d39-956c773b6a44","_postman_id":"cb451248-fb39-47d4-9d39-956c773b6a44","description":""},{"name":"help_collections","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"05114960-3e0b-47b2-8f68-02753cf232dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single help_collections item by unique identifier.</p>\n","urlObject":{"path":["items","help_collections",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c1d6e395-d248-4825-9ed4-64605d708b59","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5c2ae6d2-3ee6-4256-adb0-2550ce57f58d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"b854d037-adf8-41c8-96f0-41ca4713beda","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"96eebdc8-5f61-4637-a817-c64a7f23e2e3","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"05114960-3e0b-47b2-8f68-02753cf232dc"},{"name":"Update an Item","id":"0896e297-773a-48e2-8869-2d8c52ce9c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"articles\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing help_collections item.</p>\n","urlObject":{"path":["items","help_collections",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"dd3ba2ca-2604-4342-8a3c-bd8b987b4a08","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b03a4990-0257-4fb3-8640-a9991f850e15","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"articles\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"6740a6ff-c84f-418b-87fa-ded34ee01c96","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"articles\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bf3b344e-7008-4afc-ad37-6055d63afa02","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"articles\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0896e297-773a-48e2-8869-2d8c52ce9c18"},{"name":"Delete an Item","id":"b0d782d6-a0cc-4198-bb81-4d4fbd5420a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_collections/:id","description":"<p>Delete an existing help_collections item.</p>\n","urlObject":{"path":["items","help_collections",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"c5e5e4e5-fbc4-4b73-a0d7-92bbde71784f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"28280f1a-c4fd-462d-a555-dad9a70ccd1a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/help_collections/:id","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b408811a-6bf0-453b-9088-04e49150163e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_collections/:id","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c09e683f-1c2e-4556-a108-e7195d7c592b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_collections/:id","host":["https://app.empress.eco"],"path":["items","help_collections",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b0d782d6-a0cc-4198-bb81-4d4fbd5420a1"}],"id":"383347a5-0054-44c4-951e-6deeb99a04e1","_postman_id":"383347a5-0054-44c4-951e-6deeb99a04e1","description":""},{"name":"Create an Item","id":"910526e9-97eb-40c1-a22e-26d52c285b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_collections?meta=<string>","description":"<p>Create a new help_collections item.</p>\n","urlObject":{"path":["items","help_collections"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"99f0d1b5-6982-45b2-a8f8-113228637dc3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_collections"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6d6172a1-0f8f-4467-b834-a3f243b38e14","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_collections"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"910526e9-97eb-40c1-a22e-26d52c285b16"},{"name":"List Items","id":"6eef0178-8363-40d7-b84a-34f0b824d7a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_collections?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the help_collections items.</p>\n","urlObject":{"path":["items","help_collections"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"858abc12-4c42-4384-998b-09a8f0d50eb3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_collections?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_collections"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"description\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"articles\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"description\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"articles\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0410ae43-45c8-4a2b-967a-30855eabfd8b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_collections?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_collections"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6eef0178-8363-40d7-b84a-34f0b824d7a0"},{"name":"Update Multiple Items","id":"3d08d84a-5b9a-4803-814e-f96f8d1756f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_collections?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple help_collections items at the same time.</p>\n","urlObject":{"path":["items","help_collections"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"83a99133-2d98-4d9c-838f-7f266ccaa40a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"articles\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_collections?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_collections"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3d08d84a-5b9a-4803-814e-f96f8d1756f8"},{"name":"Delete Multiple Items","id":"f33f1aca-4874-4e7b-9ebe-7252b5e8719f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_collections","description":"<p>Delete multiple existing help_collections items.</p>\n","urlObject":{"path":["items","help_collections"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f7dd4c2f-ee36-4d97-94bd-b35fb31659ae","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/help_collections"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0de53fca-f7a6-476b-a52e-bd00860f448d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_collections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f33f1aca-4874-4e7b-9ebe-7252b5e8719f"}],"id":"ecafea9f-4596-4202-bd04-98cc2c91ffc2","_postman_id":"ecafea9f-4596-4202-bd04-98cc2c91ffc2","description":""},{"name":"helpdesk","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"ada9b4eb-392d-4d8a-9429-37a1e1bffe4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single helpdesk item by unique identifier.</p>\n","urlObject":{"path":["items","helpdesk",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"3827287c-bea7-410a-b20e-f05b5ec5c045","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e88f9028-974c-44cc-83f4-830d443b77ed","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6c3a4a8e-c78d-4326-ad25-782cedd22fa4","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"18617254-6b91-4f5a-adc2-ba4c2248c45b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ada9b4eb-392d-4d8a-9429-37a1e1bffe4e"},{"name":"Update an Item","id":"327b3109-ff98-4ee9-a698-5d8f9e922ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ticket_id\": \"<uuid>\",\n  \"issue_description\": \"<string>\",\n  \"date_received\": \"<date>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"resolution_date\": \"<date>\",\n  \"feedback_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing helpdesk item.</p>\n","urlObject":{"path":["items","helpdesk",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"2711a717-bb6a-4578-bb10-9582d8bbc7d0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1d7b399b-d067-4a61-b185-7ebf404e71ad","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ticket_id\": \"<uuid>\",\n  \"issue_description\": \"<string>\",\n  \"date_received\": \"<date>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"resolution_date\": \"<date>\",\n  \"feedback_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"55e1379b-129c-49ca-8a51-505756778ae2","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ticket_id\": \"<uuid>\",\n  \"issue_description\": \"<string>\",\n  \"date_received\": \"<date>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"resolution_date\": \"<date>\",\n  \"feedback_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6cd0361c-ec31-49d8-996d-c6648ee439e6","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ticket_id\": \"<uuid>\",\n  \"issue_description\": \"<string>\",\n  \"date_received\": \"<date>\",\n  \"priority\": \"<string>\",\n  \"status\": \"<string>\",\n  \"resolution_date\": \"<date>\",\n  \"feedback_score\": \"<number>\",\n  \"notes\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"327b3109-ff98-4ee9-a698-5d8f9e922ed3"},{"name":"Delete an Item","id":"4c9bcc09-6095-4eb7-b6d1-9b208c5a7f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/helpdesk/:id","description":"<p>Delete an existing helpdesk item.</p>\n","urlObject":{"path":["items","helpdesk",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"fd3adf5a-f573-48ab-a6a6-4ae8c9355b36","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ebac0618-05fe-4452-b336-ec1cb2d628e5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0813f7d0-0d94-4b20-bf72-017020e948c8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6df68740-8899-439d-ab22-fd11aec33fe8","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/helpdesk/:id","host":["https://app.empress.eco"],"path":["items","helpdesk",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4c9bcc09-6095-4eb7-b6d1-9b208c5a7f79"}],"id":"79e2c17d-a272-4530-b2f5-7158a9f39302","_postman_id":"79e2c17d-a272-4530-b2f5-7158a9f39302","description":""},{"name":"Create an Item","id":"9c086e2d-e60f-4a06-ac36-b94deea2474b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/helpdesk?meta=<string>","description":"<p>Create a new helpdesk item.</p>\n","urlObject":{"path":["items","helpdesk"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b3bedd06-ded0-4b96-bd17-091ccc74963b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk?meta=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c241a898-7f2f-48d0-8d45-2a0c4a29eaf4","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk?meta=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9c086e2d-e60f-4a06-ac36-b94deea2474b"},{"name":"List Items","id":"c78d2148-c38c-4d76-8829-a0d3bb943a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/helpdesk?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the helpdesk items.</p>\n","urlObject":{"path":["items","helpdesk"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a8e1ad4f-f58d-4e2b-b0ec-a4609290e23f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/helpdesk?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"ticket_id\": \"<uuid>\",\n      \"issue_description\": \"<string>\",\n      \"date_received\": \"<date>\",\n      \"priority\": \"<string>\",\n      \"status\": \"<string>\",\n      \"resolution_date\": \"<date>\",\n      \"feedback_score\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"assigned_to\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"ticket_id\": \"<uuid>\",\n      \"issue_description\": \"<string>\",\n      \"date_received\": \"<date>\",\n      \"priority\": \"<string>\",\n      \"status\": \"<string>\",\n      \"resolution_date\": \"<date>\",\n      \"feedback_score\": \"<number>\",\n      \"notes\": \"<string>\",\n      \"assigned_to\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"8eed2848-ad13-4dee-a577-b204538b5695","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/helpdesk?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c78d2148-c38c-4d76-8829-a0d3bb943a4d"},{"name":"Update Multiple Items","id":"eb57d5c0-cc13-4742-8de8-6e990d7b35ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/helpdesk?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple helpdesk items at the same time.</p>\n","urlObject":{"path":["items","helpdesk"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"28f308cf-8c20-49ec-bcb0-c2d74afbb141","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"ticket_id\": \"<uuid>\",\n    \"issue_description\": \"<string>\",\n    \"date_received\": \"<date>\",\n    \"priority\": \"<string>\",\n    \"status\": \"<string>\",\n    \"resolution_date\": \"<date>\",\n    \"feedback_score\": \"<number>\",\n    \"notes\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/helpdesk?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","helpdesk"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"eb57d5c0-cc13-4742-8de8-6e990d7b35ea"},{"name":"Delete Multiple Items","id":"99020f52-6572-47c1-a57a-45a399268894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/helpdesk","description":"<p>Delete multiple existing helpdesk items.</p>\n","urlObject":{"path":["items","helpdesk"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b0117c1b-6978-48ba-a6ee-fb0cc861ee88","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/helpdesk"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b2a1dfea-15ba-45a9-a950-dcfe312b39ee","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/helpdesk"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"99020f52-6572-47c1-a57a-45a399268894"}],"id":"7819ad66-52b4-4b83-a42d-c84f298b329a","_postman_id":"7819ad66-52b4-4b83-a42d-c84f298b329a","description":""},{"name":"help_feedback","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"987350c6-3070-4339-9a3a-7e5779629723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single help_feedback item by unique identifier.</p>\n","urlObject":{"path":["items","help_feedback",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"9728a3f9-cbec-43e9-9318-b581312082fb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"21525ff1-69f0-4ecc-9f43-a2918f95cd97","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n}"},{"id":"2630d047-59f5-440d-af30-8aa37fe6c4d6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2b27091c-12da-4698-9723-f0d492ee7f47","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"987350c6-3070-4339-9a3a-7e5779629723"},{"name":"Update an Item","id":"3591533a-5fb8-40d8-a2ff-1cd5876534fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comments\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"rating\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing help_feedback item.</p>\n","urlObject":{"path":["items","help_feedback",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d301a21a-4560-4d32-8583-e8746220c58f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ece48be5-b2cf-4ffa-a16a-60b6ea29f76b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comments\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"rating\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n}"},{"id":"0dedaad8-37b6-400a-8311-c3dcb2806fe7","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comments\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"rating\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a905d386-3bd5-4f05-a12b-386c0558e266","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comments\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"rating\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"url\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3591533a-5fb8-40d8-a2ff-1cd5876534fc"},{"name":"Delete an Item","id":"aecec8c7-2314-4405-aebc-a26ecb6e75d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_feedback/:id","description":"<p>Delete an existing help_feedback item.</p>\n","urlObject":{"path":["items","help_feedback",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"2977ae2f-9f4f-451c-bb51-820e2e5bc2c2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ebedbcf4-5c61-449f-95c2-860d416cb4e8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f4ccb071-17a5-4178-816f-9692e4f00cef","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f2ed2793-8f07-47b7-a8f3-17423a8a19cf","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/help_feedback/:id","host":["https://app.empress.eco"],"path":["items","help_feedback",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aecec8c7-2314-4405-aebc-a26ecb6e75d0"}],"id":"3ad5a463-174e-4074-ba41-53e5a0c88b2a","_postman_id":"3ad5a463-174e-4074-ba41-53e5a0c88b2a","description":""},{"name":"Create an Item","id":"7f807df2-ee12-4f15-a715-19bbf09217a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_feedback?meta=<string>","description":"<p>Create a new help_feedback item.</p>\n","urlObject":{"path":["items","help_feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d16c254a-49d3-4ba8-a7a1-9f7033482919","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"735f2938-cc15-40a5-8cf0-66c33c58e3c8","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback?meta=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7f807df2-ee12-4f15-a715-19bbf09217a3"},{"name":"List Items","id":"bcd6ee7d-9eef-4f92-b878-0fbe3d89e4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the help_feedback items.</p>\n","urlObject":{"path":["items","help_feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"125b3b8c-2b35-4ef1-9fce-f1779752c85b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"comments\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"rating\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"url\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\"\n    },\n    {\n      \"comments\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"rating\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"url\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"fce0f410-7053-4af1-a4b9-e5490c1a2cbe","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/help_feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bcd6ee7d-9eef-4f92-b878-0fbe3d89e4b6"},{"name":"Update Multiple Items","id":"0985c77b-514b-417b-9eac-44d3e696b648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/help_feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple help_feedback items at the same time.</p>\n","urlObject":{"path":["items","help_feedback"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"aa9d5468-7e36-4ad2-be8c-96f80308525d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"comments\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"rating\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/help_feedback?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","help_feedback"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0985c77b-514b-417b-9eac-44d3e696b648"},{"name":"Delete Multiple Items","id":"290e3d69-5dd2-4408-8b85-c081a68491ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_feedback","description":"<p>Delete multiple existing help_feedback items.</p>\n","urlObject":{"path":["items","help_feedback"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9ba3dded-cae9-4894-8c72-d6d763d3c572","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/help_feedback"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a96b6168-52a0-41f6-82bc-c75cb08a1416","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/help_feedback"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"290e3d69-5dd2-4408-8b85-c081a68491ba"}],"id":"54c9e0f6-a522-4d90-adea-100d730654b5","_postman_id":"54c9e0f6-a522-4d90-adea-100d730654b5","description":""},{"name":"inbox","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"59ed7301-c0ba-4c8f-9b46-082731b0c17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single inbox item by unique identifier.</p>\n","urlObject":{"path":["items","inbox",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"76b4d06d-130b-4d27-a32b-721db165a207","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3a53875b-fbbd-47e8-8e6c-81d8fd328aed","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"bbb088fe-8795-4756-a23b-1d25c72d543c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ce1f9b42-3324-4cd0-a27c-f4e3277f91b9","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"59ed7301-c0ba-4c8f-9b46-082731b0c17d"},{"name":"Update an Item","id":"1018262a-657a-45ef-ab7e-c2e7e6b0bd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"nullable\": true\n  },\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"task\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing inbox item.</p>\n","urlObject":{"path":["items","inbox",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f815471d-8e03-4a35-800e-ec3241538a04","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ea8a42bc-6dfc-49d9-8fe8-a119b969bf08","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"nullable\": true\n  },\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"task\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"09153ea7-16c2-4895-be82-708cffc7c465","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"nullable\": true\n  },\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"task\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4b4fff6e-36f9-4151-9c07-8f2daa56e146","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"nullable\": true\n  },\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"task\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1018262a-657a-45ef-ab7e-c2e7e6b0bd90"},{"name":"Delete an Item","id":"d47d3545-e31e-4926-bdb1-ff54e4b3f028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inbox/:id","description":"<p>Delete an existing inbox item.</p>\n","urlObject":{"path":["items","inbox",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"ee94ee1e-9eb7-4533-9af9-1525ae51dee4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c593be37-591f-48bc-9008-888796948950","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/inbox/:id","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3f7ae019-6baa-4a75-91a3-ceee526289e5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inbox/:id","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"daa418c5-6881-4ff8-b2a3-6629b8509f11","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inbox/:id","host":["https://app.empress.eco"],"path":["items","inbox",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d47d3545-e31e-4926-bdb1-ff54e4b3f028"}],"id":"6f3909f4-faa7-414a-8018-ba28e6a36cda","_postman_id":"6f3909f4-faa7-414a-8018-ba28e6a36cda","description":""},{"name":"Create an Item","id":"797b4b21-e557-49d8-95a9-6f2e2db79022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inbox?meta=<string>","description":"<p>Create a new inbox item.</p>\n","urlObject":{"path":["items","inbox"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"95b98174-35b9-4f78-85e4-dfe3ff5f47aa","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox?meta=<string>","host":["https://app.empress.eco"],"path":["items","inbox"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6d24ebfe-ca91-4f25-b062-f9816d8698c3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox?meta=<string>","host":["https://app.empress.eco"],"path":["items","inbox"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"797b4b21-e557-49d8-95a9-6f2e2db79022"},{"name":"List Items","id":"58b0605b-d1bc-49b9-b1d2-b4e08583c62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inbox?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the inbox items.</p>\n","urlObject":{"path":["items","inbox"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"36e951b7-29ff-4baf-81d6-b378fa6a8fe5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/inbox?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inbox"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"data\": {\n        \"nullable\": true\n      },\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"form\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"project\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"task\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"data\": {\n        \"nullable\": true\n      },\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"form\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"project\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"task\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"ca2cf8c4-71e0-4d8b-bed5-95da43327dcc","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/inbox?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inbox"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"58b0605b-d1bc-49b9-b1d2-b4e08583c62a"},{"name":"Update Multiple Items","id":"9e0ff2e6-3ee8-44f9-9ab3-b510369b2ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inbox?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple inbox items at the same time.</p>\n","urlObject":{"path":["items","inbox"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"fd44c855-defb-4490-aa0f-dd927d86813e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"data\": {\n      \"nullable\": true\n    },\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"task\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inbox?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inbox"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9e0ff2e6-3ee8-44f9-9ab3-b510369b2ae0"},{"name":"Delete Multiple Items","id":"6778577c-96aa-4686-b79a-476ce2a5d57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inbox","description":"<p>Delete multiple existing inbox items.</p>\n","urlObject":{"path":["items","inbox"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"6bb6c13d-4068-4661-acd9-6abdac578a91","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/inbox"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"72da51a0-84f0-49fd-b448-5ad233731dfc","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inbox"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6778577c-96aa-4686-b79a-476ce2a5d57c"}],"id":"89ac4edb-832a-4f95-91f8-73f06de68397","_postman_id":"89ac4edb-832a-4f95-91f8-73f06de68397","description":""},{"name":"inventory","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f7c55678-c57e-44a1-8799-9ca12fb91570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single inventory item by unique identifier.</p>\n","urlObject":{"path":["items","inventory",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"0373c77d-fc1a-4098-b1b4-763d9e8af654","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0777538c-2ad8-4afc-b618-316c9a0f5099","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"c61bb0a0-0512-48a5-869f-2ef65c1cdf96","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7443094e-9b75-44c7-86e6-6f5316953ed9","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f7c55678-c57e-44a1-8799-9ca12fb91570"},{"name":"Update an Item","id":"c72060ed-0446-4234-bbc0-ea229da8f808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"category\": \"<string>\",\n  \"quantity_in_stock\": \"<integer>\",\n  \"reorder_level\": \"<integer>\",\n  \"last_ordered_date\": \"<date>\",\n  \"expected_restock_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing inventory item.</p>\n","urlObject":{"path":["items","inventory",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"b6d183fb-4226-4777-b5cf-10874b1c4645","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fdd06480-afc3-496d-bc79-cd669ca0b877","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"category\": \"<string>\",\n  \"quantity_in_stock\": \"<integer>\",\n  \"reorder_level\": \"<integer>\",\n  \"last_ordered_date\": \"<date>\",\n  \"expected_restock_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"67400411-7d18-446c-8dd7-92468c927a65","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"category\": \"<string>\",\n  \"quantity_in_stock\": \"<integer>\",\n  \"reorder_level\": \"<integer>\",\n  \"last_ordered_date\": \"<date>\",\n  \"expected_restock_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5f9abc84-7d7a-4b40-8386-fb92ac110d14","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"item_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"category\": \"<string>\",\n  \"quantity_in_stock\": \"<integer>\",\n  \"reorder_level\": \"<integer>\",\n  \"last_ordered_date\": \"<date>\",\n  \"expected_restock_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c72060ed-0446-4234-bbc0-ea229da8f808"},{"name":"Delete an Item","id":"85ada317-781f-4acc-bd4a-b3a0a65fcf41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inventory/:id","description":"<p>Delete an existing inventory item.</p>\n","urlObject":{"path":["items","inventory",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"65f721b9-e721-41da-a403-056b57c17af7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4933d299-132e-4386-bc0d-522f1b19bca9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/inventory/:id","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f4048925-9762-494d-85b0-05bbd8049262","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inventory/:id","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e9981865-8196-4ac5-bae1-16deb4e8a46f","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/inventory/:id","host":["https://app.empress.eco"],"path":["items","inventory",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"85ada317-781f-4acc-bd4a-b3a0a65fcf41"}],"id":"36d22537-d6c7-4398-8e35-72ef5123f380","_postman_id":"36d22537-d6c7-4398-8e35-72ef5123f380","description":""},{"name":"Create an Item","id":"5b67178a-662c-42cc-a5fd-915bdf442445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inventory?meta=<string>","description":"<p>Create a new inventory item.</p>\n","urlObject":{"path":["items","inventory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a81c1f43-8db9-4ce4-a5de-c5fef31bf175","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory?meta=<string>","host":["https://app.empress.eco"],"path":["items","inventory"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"86997bc8-ae8e-4ff0-b073-256ec00e00cb","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory?meta=<string>","host":["https://app.empress.eco"],"path":["items","inventory"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5b67178a-662c-42cc-a5fd-915bdf442445"},{"name":"List Items","id":"5203c097-c4c5-416e-959d-163a66218f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inventory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the inventory items.</p>\n","urlObject":{"path":["items","inventory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"30b70c59-87b7-4a01-a8a3-c2632e4ba045","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/inventory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inventory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"product_name\": \"<string>\",\n      \"category\": \"<string>\",\n      \"quantity_in_stock\": \"<integer>\",\n      \"reorder_level\": \"<integer>\",\n      \"last_ordered_date\": \"<date>\",\n      \"expected_restock_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"product_name\": \"<string>\",\n      \"category\": \"<string>\",\n      \"quantity_in_stock\": \"<integer>\",\n      \"reorder_level\": \"<integer>\",\n      \"last_ordered_date\": \"<date>\",\n      \"expected_restock_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"4637347f-e852-4da1-9492-846d61c9f0e9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/inventory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inventory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5203c097-c4c5-416e-959d-163a66218f16"},{"name":"Update Multiple Items","id":"68193840-7278-4870-8ff6-bf7fb5c55f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/inventory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple inventory items at the same time.</p>\n","urlObject":{"path":["items","inventory"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"163fa474-327c-4b61-8634-83392233c898","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"category\": \"<string>\",\n    \"quantity_in_stock\": \"<integer>\",\n    \"reorder_level\": \"<integer>\",\n    \"last_ordered_date\": \"<date>\",\n    \"expected_restock_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/inventory?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","inventory"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"68193840-7278-4870-8ff6-bf7fb5c55f2e"},{"name":"Delete Multiple Items","id":"4c435399-54e8-4727-92c9-8a7392127d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inventory","description":"<p>Delete multiple existing inventory items.</p>\n","urlObject":{"path":["items","inventory"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3d097001-2883-41b9-bcbb-6a1889235199","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/inventory"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"847a65d7-ceee-449f-9591-5bfc3222c6c5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/inventory"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4c435399-54e8-4727-92c9-8a7392127d18"}],"id":"9c4da3da-1aef-42c5-8560-e979abc312fe","_postman_id":"9c4da3da-1aef-42c5-8560-e979abc312fe","description":""},{"name":"invoices","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"fd62207d-1ac7-4de4-ad58-9373ed423993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single invoices item by unique identifier.</p>\n","urlObject":{"path":["items","invoices",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"cf3ed9f4-8902-4c42-a18c-dec37bf9a121","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"18d95581-7ebd-41bf-b584-a7ead8b4639d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"b9b900b1-6e40-4006-9ca6-606cd47b7f7b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c6f0c114-c585-4300-bf3b-feedb8974e28","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fd62207d-1ac7-4de4-ad58-9373ed423993"},{"name":"Update an Item","id":"fb6b960c-0f3c-4d25-9ed6-5f81f5ed5cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"project_id\": \"<integer>\",\n  \"payment_terms\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing invoices item.</p>\n","urlObject":{"path":["items","invoices",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"03471dd5-5706-4055-af5c-c48908dd3d06","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"af93e306-73b5-4e7e-b485-6e3f8ac4f192","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"project_id\": \"<integer>\",\n  \"payment_terms\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"70740e5b-384f-4861-b2fb-68f1109b1578","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"project_id\": \"<integer>\",\n  \"payment_terms\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"92294651-4896-4e74-bee1-586055600ce1","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"project_id\": \"<integer>\",\n  \"payment_terms\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fb6b960c-0f3c-4d25-9ed6-5f81f5ed5cef"},{"name":"Delete an Item","id":"1ce48fe4-5e4f-4809-9579-f768a79cd0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoices/:id","description":"<p>Delete an existing invoices item.</p>\n","urlObject":{"path":["items","invoices",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"311b0b84-d3e4-49d1-84d4-94fa4f0cf7c5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"40e3c6a2-9053-4245-b14f-f4653ce488e4","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/invoices/:id","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e963183-9b88-49a8-9db5-485cddaccb9c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoices/:id","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c6ae4710-5a53-4667-85cd-ba1981929b77","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoices/:id","host":["https://app.empress.eco"],"path":["items","invoices",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1ce48fe4-5e4f-4809-9579-f768a79cd0d4"}],"id":"5bfd5e6c-fc95-44cd-841b-a1a0a0aca6d5","_postman_id":"5bfd5e6c-fc95-44cd-841b-a1a0a0aca6d5","description":""},{"name":"Create an Item","id":"0c6ac22b-3c35-491b-a777-4b2f52b639d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoices?meta=<string>","description":"<p>Create a new invoices item.</p>\n","urlObject":{"path":["items","invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"717478ed-4089-4193-a771-a1711e27b7d9","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices?meta=<string>","host":["https://app.empress.eco"],"path":["items","invoices"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"96bf79ec-9914-4e5e-918b-b24acc5df7ab","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices?meta=<string>","host":["https://app.empress.eco"],"path":["items","invoices"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0c6ac22b-3c35-491b-a777-4b2f52b639d3"},{"name":"List Items","id":"86845008-0dae-49de-a34d-0e594b970f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the invoices items.</p>\n","urlObject":{"path":["items","invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a15985ef-995a-4283-9ea1-04565aa4f20e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"invoice_id\": \"<uuid>\",\n      \"date_issued\": \"<date>\",\n      \"project_id\": \"<integer>\",\n      \"payment_terms\": \"<string>\",\n      \"due_date\": \"<date>\",\n      \"total_amount\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"invoice_id\": \"<uuid>\",\n      \"date_issued\": \"<date>\",\n      \"project_id\": \"<integer>\",\n      \"payment_terms\": \"<string>\",\n      \"due_date\": \"<date>\",\n      \"total_amount\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"65def98f-9cd1-4098-b4cf-36224221340b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"86845008-0dae-49de-a34d-0e594b970f4f"},{"name":"Update Multiple Items","id":"ce1fcf4f-adb3-4786-874f-840b1e9b6118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple invoices items at the same time.</p>\n","urlObject":{"path":["items","invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7f7a5f14-3a64-417d-b053-b0159931dcbc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"project_id\": \"<integer>\",\n    \"payment_terms\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ce1fcf4f-adb3-4786-874f-840b1e9b6118"},{"name":"Delete Multiple Items","id":"9f068574-9121-4f84-af9f-15e4ec71fee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoices","description":"<p>Delete multiple existing invoices items.</p>\n","urlObject":{"path":["items","invoices"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"0d5b7597-e483-4cd2-9893-d817513ae2c8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/invoices"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3339fe47-f7f4-491d-bca8-82a16f294437","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9f068574-9121-4f84-af9f-15e4ec71fee7"}],"id":"f1123ff6-9a8a-4f9c-95ca-8a66a3a2550f","_postman_id":"f1123ff6-9a8a-4f9c-95ca-8a66a3a2550f","description":""},{"name":"invoicing","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"598a565b-3cec-4b62-8d04-f26013f3980f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single invoicing item by unique identifier.</p>\n","urlObject":{"path":["items","invoicing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"9ced1f3c-e90c-4d9c-96e5-cfd37657a54e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"17aeb1e3-e01e-45d9-9dad-e348523d1d34","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"886eb880-b522-439e-8ede-c0c8b1ccc538","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ab4940f0-eec6-4254-ad3e-e5793efbb227","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"598a565b-3cec-4b62-8d04-f26013f3980f"},{"name":"Update an Item","id":"2503f726-4205-4a81-aee7-acacab5f4ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"due_date\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing invoicing item.</p>\n","urlObject":{"path":["items","invoicing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3c514ccd-cbcc-4226-88d0-ae910b0165c1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"df90bb7c-b81d-46af-a09e-8b8febd0fb11","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"due_date\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6cffa3cc-2e50-41a6-abaa-af7809db7671","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"due_date\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"57480cec-3089-4742-95b7-7288c87a7c37","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"invoice_id\": \"<uuid>\",\n  \"date_issued\": \"<date>\",\n  \"due_date\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"status\": \"<string>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2503f726-4205-4a81-aee7-acacab5f4ca9"},{"name":"Delete an Item","id":"7aad8d1f-0804-4ca0-bc83-4957aa90133b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoicing/:id","description":"<p>Delete an existing invoicing item.</p>\n","urlObject":{"path":["items","invoicing",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"8e0d151f-195a-49ff-b7e3-63a10f19953a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"bad2cc96-5307-4316-811a-3d3f1d443eef","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/invoicing/:id","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bc10ceff-4ae6-4d3b-99cb-f1f80967d009","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoicing/:id","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"834fce23-04e0-4308-8885-c85decf6b7db","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/invoicing/:id","host":["https://app.empress.eco"],"path":["items","invoicing",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7aad8d1f-0804-4ca0-bc83-4957aa90133b"}],"id":"b50d1bd4-5d41-4f4d-8028-c07d43b26250","_postman_id":"b50d1bd4-5d41-4f4d-8028-c07d43b26250","description":""},{"name":"Create an Item","id":"6d4d4f7d-c630-4d4d-9bbc-d8e4408ebe3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoicing?meta=<string>","description":"<p>Create a new invoicing item.</p>\n","urlObject":{"path":["items","invoicing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"695a5a55-f550-438d-85ca-9757bbae7c04","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing?meta=<string>","host":["https://app.empress.eco"],"path":["items","invoicing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ace36769-b53b-4e4d-b8cd-6831d4e7d62e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing?meta=<string>","host":["https://app.empress.eco"],"path":["items","invoicing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d4d4f7d-c630-4d4d-9bbc-d8e4408ebe3b"},{"name":"List Items","id":"7125189a-799b-4bd0-9d88-67c8ba4e3701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoicing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the invoicing items.</p>\n","urlObject":{"path":["items","invoicing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"da77e76e-efa7-43d4-ad00-e845811837ca","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/invoicing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoicing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"invoice_id\": \"<uuid>\",\n      \"date_issued\": \"<date>\",\n      \"due_date\": \"<date>\",\n      \"products_services_desc\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"tax\": \"<number>\",\n      \"total_amount\": \"<number>\",\n      \"status\": \"<string>\",\n      \"payment_method\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"invoice_id\": \"<uuid>\",\n      \"date_issued\": \"<date>\",\n      \"due_date\": \"<date>\",\n      \"products_services_desc\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"tax\": \"<number>\",\n      \"total_amount\": \"<number>\",\n      \"status\": \"<string>\",\n      \"payment_method\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"46e63034-5d0d-4567-8e94-8d66fadad1ed","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/invoicing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoicing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7125189a-799b-4bd0-9d88-67c8ba4e3701"},{"name":"Update Multiple Items","id":"ccfb3925-3316-43ff-bd44-9a81dbfa0705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/invoicing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple invoicing items at the same time.</p>\n","urlObject":{"path":["items","invoicing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"629762f5-2b29-4095-8bad-78a23a8a567a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"invoice_id\": \"<uuid>\",\n    \"date_issued\": \"<date>\",\n    \"due_date\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"status\": \"<string>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/invoicing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","invoicing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ccfb3925-3316-43ff-bd44-9a81dbfa0705"},{"name":"Delete Multiple Items","id":"b4654416-6f96-4722-8ad4-1789a5c159f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoicing","description":"<p>Delete multiple existing invoicing items.</p>\n","urlObject":{"path":["items","invoicing"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"fab2bfb4-1c2c-4c79-9151-d070baea249e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/invoicing"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7442424c-8f84-42be-bb4b-fa1ce58f0b41","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/invoicing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b4654416-6f96-4722-8ad4-1789a5c159f3"}],"id":"39c5b0e0-b3a9-407f-8efe-8d76db586a78","_postman_id":"39c5b0e0-b3a9-407f-8efe-8d76db586a78","description":""},{"name":"lifecycle","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"1c85e012-dfed-4884-9c6f-0af2adde6908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single lifecycle item by unique identifier.</p>\n","urlObject":{"path":["items","lifecycle",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"72f4d074-3dc2-4bca-8c67-4f270f1d22c4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6e99031a-1fff-430f-a238-965527c2d638","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"00ec97d8-1682-4c7d-a98c-0dd0fcf3c917","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6817b655-2df0-47a4-801c-dee759270372","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1c85e012-dfed-4884-9c6f-0af2adde6908"},{"name":"Update an Item","id":"c31f748a-9fc1-4fa9-bd3e-d5ebbe355bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"current_lifecycle_phase\": \"<string>\",\n  \"discontinuation_date\": \"<date>\",\n  \"last_updated\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"inventory_product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing lifecycle item.</p>\n","urlObject":{"path":["items","lifecycle",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"194cfd10-6320-4457-b7ee-082d0571debc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"76b8400c-d9fc-48a5-ac6a-77cc5c31a728","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"current_lifecycle_phase\": \"<string>\",\n  \"discontinuation_date\": \"<date>\",\n  \"last_updated\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"inventory_product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"a54adebd-8692-450d-a4b9-d6da9f3b14de","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"current_lifecycle_phase\": \"<string>\",\n  \"discontinuation_date\": \"<date>\",\n  \"last_updated\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"inventory_product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6f94fe40-a690-4d94-8880-2cd67c42a5a6","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\": \"<uuid>\",\n  \"product_name\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"current_lifecycle_phase\": \"<string>\",\n  \"discontinuation_date\": \"<date>\",\n  \"last_updated\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"inventory_product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c31f748a-9fc1-4fa9-bd3e-d5ebbe355bc8"},{"name":"Delete an Item","id":"a019d84f-a40f-42a4-b37a-a4ae9a94f8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/lifecycle/:id","description":"<p>Delete an existing lifecycle item.</p>\n","urlObject":{"path":["items","lifecycle",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4b8a6d7b-db8f-4c3e-a570-a8fb01714c02","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a3a23b0b-2eb0-4191-8c77-bfa2a0c23ff6","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3806e0be-4efa-4779-a7ae-7fbf72101e33","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"79051830-3da1-45d7-9a33-420690900059","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/lifecycle/:id","host":["https://app.empress.eco"],"path":["items","lifecycle",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a019d84f-a40f-42a4-b37a-a4ae9a94f8a8"}],"id":"afb4a843-26b5-45b9-a9f1-95c405198065","_postman_id":"afb4a843-26b5-45b9-a9f1-95c405198065","description":""},{"name":"Create an Item","id":"e9e5933b-9907-4777-9026-ab2477f080ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/lifecycle?meta=<string>","description":"<p>Create a new lifecycle item.</p>\n","urlObject":{"path":["items","lifecycle"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0ab7388a-dac0-4a08-a305-fde07d684b89","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle?meta=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dd8cdcef-3c29-4f38-8ac7-79319944b352","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle?meta=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e9e5933b-9907-4777-9026-ab2477f080ae"},{"name":"List Items","id":"4953f865-32f8-4f46-bfe1-136df0df6fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/lifecycle?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the lifecycle items.</p>\n","urlObject":{"path":["items","lifecycle"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1179f730-33a1-4c93-b7c4-170807b46d15","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/lifecycle?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"product_id\": \"<uuid>\",\n      \"product_name\": \"<string>\",\n      \"launch_date\": \"<date>\",\n      \"current_lifecycle_phase\": \"<string>\",\n      \"discontinuation_date\": \"<date>\",\n      \"last_updated\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"inventory_product_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"product_id\": \"<uuid>\",\n      \"product_name\": \"<string>\",\n      \"launch_date\": \"<date>\",\n      \"current_lifecycle_phase\": \"<string>\",\n      \"discontinuation_date\": \"<date>\",\n      \"last_updated\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"inventory_product_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"b1bc8f54-e938-404d-a425-cc2f2ea52500","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/lifecycle?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4953f865-32f8-4f46-bfe1-136df0df6fa2"},{"name":"Update Multiple Items","id":"1c6420c3-65ed-49c9-81c6-7c3900efae3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/lifecycle?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple lifecycle items at the same time.</p>\n","urlObject":{"path":["items","lifecycle"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"97d65363-25e9-4ea6-8dae-6a2f92afa1d9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"product_id\": \"<uuid>\",\n    \"product_name\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"current_lifecycle_phase\": \"<string>\",\n    \"discontinuation_date\": \"<date>\",\n    \"last_updated\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"inventory_product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/lifecycle?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","lifecycle"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1c6420c3-65ed-49c9-81c6-7c3900efae3d"},{"name":"Delete Multiple Items","id":"cde5fb22-db11-4e15-8374-a6b4fed4cbc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/lifecycle","description":"<p>Delete multiple existing lifecycle items.</p>\n","urlObject":{"path":["items","lifecycle"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"be78aed1-5fef-4c29-b447-91f5fa00369f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f575fdb5-e271-46ed-85ba-7e079c17e9ba","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/lifecycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cde5fb22-db11-4e15-8374-a6b4fed4cbc0"}],"id":"5c6b5949-8c08-4be9-abfa-f1cfe0193fcf","_postman_id":"5c6b5949-8c08-4be9-abfa-f1cfe0193fcf","description":""},{"name":"live_chat","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"90c3507d-006e-47df-ba21-b011bdb65275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single live_chat item by unique identifier.</p>\n","urlObject":{"path":["items","live_chat",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"95cb0bff-736d-473e-a584-65eedfa6abe3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3300cbdc-093b-4549-b58e-09e4113df570","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"0306496d-bb9a-48de-b248-e149bca486b4","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0326c06e-676f-4097-8b28-00da570f51b2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"90c3507d-006e-47df-ba21-b011bdb65275"},{"name":"Update an Item","id":"8b8eaa0d-2638-4741-a4ad-862e9902b173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chat_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"transcript_link\": \"<string>\",\n  \"resolution_status\": \"<string>\",\n  \"follow_up_required\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"agent_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing live_chat item.</p>\n","urlObject":{"path":["items","live_chat",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"ca381d04-afae-4508-a407-73a2281a4451","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7682d778-8304-43f4-9cc2-06123189cff0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chat_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"transcript_link\": \"<string>\",\n  \"resolution_status\": \"<string>\",\n  \"follow_up_required\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"agent_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"bff4bafb-ec71-430b-8af8-17755e812e90","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chat_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"transcript_link\": \"<string>\",\n  \"resolution_status\": \"<string>\",\n  \"follow_up_required\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"agent_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a89b2303-58dc-4ca6-abcd-05570f26bfd1","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chat_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"transcript_link\": \"<string>\",\n  \"resolution_status\": \"<string>\",\n  \"follow_up_required\": \"<boolean>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"agent_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8b8eaa0d-2638-4741-a4ad-862e9902b173"},{"name":"Delete an Item","id":"a11f7ce4-ec86-4639-95fb-a94e56fbba06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/live_chat/:id","description":"<p>Delete an existing live_chat item.</p>\n","urlObject":{"path":["items","live_chat",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"cf36bd0d-7c0d-4dc3-ada6-be1aeb749c45","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ff4dc3d5-5e09-4853-be98-bdcbfcf77ddf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/live_chat/:id","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d16adc16-c122-4b59-8dc3-894bafae4bc4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/live_chat/:id","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4c52f342-d0e9-4590-b915-f92ac5bafd24","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/live_chat/:id","host":["https://app.empress.eco"],"path":["items","live_chat",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a11f7ce4-ec86-4639-95fb-a94e56fbba06"}],"id":"e9d52ce5-e2f2-4bf2-8266-0265b53feb1d","_postman_id":"e9d52ce5-e2f2-4bf2-8266-0265b53feb1d","description":""},{"name":"Create an Item","id":"84636183-6b82-4bbf-aaa2-aefb37582954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/live_chat?meta=<string>","description":"<p>Create a new live_chat item.</p>\n","urlObject":{"path":["items","live_chat"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e2fd28c5-491e-4cbe-9093-89dc31553a41","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat?meta=<string>","host":["https://app.empress.eco"],"path":["items","live_chat"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"43852f01-e253-4abc-b770-ccdfd78ce18e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat?meta=<string>","host":["https://app.empress.eco"],"path":["items","live_chat"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"84636183-6b82-4bbf-aaa2-aefb37582954"},{"name":"List Items","id":"f6363e17-072f-4f6e-9696-5fef487519ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/live_chat?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the live_chat items.</p>\n","urlObject":{"path":["items","live_chat"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"508c6f01-a35a-47e9-8486-0919d40900e7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/live_chat?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","live_chat"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"chat_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"transcript_link\": \"<string>\",\n      \"resolution_status\": \"<string>\",\n      \"follow_up_required\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"agent_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"chat_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"transcript_link\": \"<string>\",\n      \"resolution_status\": \"<string>\",\n      \"follow_up_required\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"agent_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"45ab2751-fcdf-47ff-82ec-41dec750df60","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/live_chat?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","live_chat"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f6363e17-072f-4f6e-9696-5fef487519ce"},{"name":"Update Multiple Items","id":"b27e7228-d3fc-4743-b472-f9922c1d4491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/live_chat?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple live_chat items at the same time.</p>\n","urlObject":{"path":["items","live_chat"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b3cef20a-39cc-41dc-b64d-b70224211836","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"chat_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"transcript_link\": \"<string>\",\n    \"resolution_status\": \"<string>\",\n    \"follow_up_required\": \"<boolean>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"agent_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/live_chat?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","live_chat"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b27e7228-d3fc-4743-b472-f9922c1d4491"},{"name":"Delete Multiple Items","id":"168b6d13-0b5b-4bc0-a67a-3bfc92205e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/live_chat","description":"<p>Delete multiple existing live_chat items.</p>\n","urlObject":{"path":["items","live_chat"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"bb6d1188-1c3c-4ebf-bb9c-7cfc2ab743c2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/live_chat"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7a30e378-ef20-4e36-81c9-6de0b6a17252","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/live_chat"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"168b6d13-0b5b-4bc0-a67a-3bfc92205e79"}],"id":"45bd689b-e553-4cf3-807a-de5fd0a97f74","_postman_id":"45bd689b-e553-4cf3-807a-de5fd0a97f74","description":""},{"name":"loyalty","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"5a54c29f-4433-45b5-ac7f-48d23cdfce8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single loyalty item by unique identifier.</p>\n","urlObject":{"path":["items","loyalty",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"05941636-456d-431e-99f6-0f57f6ccd95f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"75ef16fe-55cf-4d4a-9451-7ca3e7754a55","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"daf84dd2-6651-470d-86f3-8fac673b56e8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3385b739-f9fd-4943-8635-99951dbad34c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5a54c29f-4433-45b5-ac7f-48d23cdfce8f"},{"name":"Update an Item","id":"309c5bf4-88da-47b3-a2ae-aa7656faf5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loyalty_id\": \"<uuid>\",\n  \"loyalty_points\": \"<integer>\",\n  \"last_interaction_date\": \"<date>\",\n  \"rewards_redeemed\": \"<string>\",\n  \"redemption_date\": \"<date>\",\n  \"tier_level\": \"<string>\",\n  \"next_tier_progress\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing loyalty item.</p>\n","urlObject":{"path":["items","loyalty",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"eaed3caa-c717-4cff-a623-3cf30dddd844","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"edd0642a-96ce-44bb-b138-3f0b821c6b6f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loyalty_id\": \"<uuid>\",\n  \"loyalty_points\": \"<integer>\",\n  \"last_interaction_date\": \"<date>\",\n  \"rewards_redeemed\": \"<string>\",\n  \"redemption_date\": \"<date>\",\n  \"tier_level\": \"<string>\",\n  \"next_tier_progress\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"d4c7f708-e5cd-496c-82ee-5f2d9d255c35","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loyalty_id\": \"<uuid>\",\n  \"loyalty_points\": \"<integer>\",\n  \"last_interaction_date\": \"<date>\",\n  \"rewards_redeemed\": \"<string>\",\n  \"redemption_date\": \"<date>\",\n  \"tier_level\": \"<string>\",\n  \"next_tier_progress\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f4f0decc-c6a4-46f9-a571-aec133d9e25d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"loyalty_id\": \"<uuid>\",\n  \"loyalty_points\": \"<integer>\",\n  \"last_interaction_date\": \"<date>\",\n  \"rewards_redeemed\": \"<string>\",\n  \"redemption_date\": \"<date>\",\n  \"tier_level\": \"<string>\",\n  \"next_tier_progress\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"309c5bf4-88da-47b3-a2ae-aa7656faf5f3"},{"name":"Delete an Item","id":"415a6891-1957-47c0-8172-306c4bb8ffff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/loyalty/:id","description":"<p>Delete an existing loyalty item.</p>\n","urlObject":{"path":["items","loyalty",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"32e5189c-bf94-4967-b797-11ff3e935d86","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3fb2ca4b-396a-47da-a622-e6c604072593","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/loyalty/:id","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"935a2ed4-cf00-451c-ba30-7cdbe3f108da","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/loyalty/:id","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ed14f5b9-e3e8-4d0c-8ddd-74631b9f3668","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/loyalty/:id","host":["https://app.empress.eco"],"path":["items","loyalty",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"415a6891-1957-47c0-8172-306c4bb8ffff"}],"id":"ffc46f56-7ed7-4fd8-b756-fe18d10ebd11","_postman_id":"ffc46f56-7ed7-4fd8-b756-fe18d10ebd11","description":""},{"name":"Create an Item","id":"a4df3c35-7a7a-44b7-a559-e1511b8963ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/loyalty?meta=<string>","description":"<p>Create a new loyalty item.</p>\n","urlObject":{"path":["items","loyalty"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"41a297f0-6911-4e43-898a-b9f7dd5a7173","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty?meta=<string>","host":["https://app.empress.eco"],"path":["items","loyalty"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e0b728ea-199d-4cc7-ae30-a8e9e3753cc4","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty?meta=<string>","host":["https://app.empress.eco"],"path":["items","loyalty"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a4df3c35-7a7a-44b7-a559-e1511b8963ab"},{"name":"List Items","id":"37ac536a-fcca-46b5-9eef-99d9944bd613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/loyalty?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the loyalty items.</p>\n","urlObject":{"path":["items","loyalty"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"96739cc1-48be-46cc-8f9f-58b2e2c3d977","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/loyalty?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","loyalty"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"loyalty_id\": \"<uuid>\",\n      \"loyalty_points\": \"<integer>\",\n      \"last_interaction_date\": \"<date>\",\n      \"rewards_redeemed\": \"<string>\",\n      \"redemption_date\": \"<date>\",\n      \"tier_level\": \"<string>\",\n      \"next_tier_progress\": \"<integer>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"loyalty_id\": \"<uuid>\",\n      \"loyalty_points\": \"<integer>\",\n      \"last_interaction_date\": \"<date>\",\n      \"rewards_redeemed\": \"<string>\",\n      \"redemption_date\": \"<date>\",\n      \"tier_level\": \"<string>\",\n      \"next_tier_progress\": \"<integer>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"ccb65733-62f3-42f9-9c8a-f50d62f6916e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/loyalty?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","loyalty"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"37ac536a-fcca-46b5-9eef-99d9944bd613"},{"name":"Update Multiple Items","id":"ae939e77-8614-43b7-beca-20055347a103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/loyalty?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple loyalty items at the same time.</p>\n","urlObject":{"path":["items","loyalty"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"98c77c05-48d0-4536-8a18-0765acea5228","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"loyalty_id\": \"<uuid>\",\n    \"loyalty_points\": \"<integer>\",\n    \"last_interaction_date\": \"<date>\",\n    \"rewards_redeemed\": \"<string>\",\n    \"redemption_date\": \"<date>\",\n    \"tier_level\": \"<string>\",\n    \"next_tier_progress\": \"<integer>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/loyalty?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","loyalty"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ae939e77-8614-43b7-beca-20055347a103"},{"name":"Delete Multiple Items","id":"da58b4ff-303c-48bd-9457-4099bb47515c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/loyalty","description":"<p>Delete multiple existing loyalty items.</p>\n","urlObject":{"path":["items","loyalty"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"4b7fe882-91bc-46e0-84b3-53fc36fa711f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/loyalty"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7f5899ea-2910-406e-bcd7-b1372057ed7e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/loyalty"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"da58b4ff-303c-48bd-9457-4099bb47515c"}],"id":"75091199-a600-4d36-bfca-02dff927047c","_postman_id":"75091199-a600-4d36-bfca-02dff927047c","description":""},{"name":"maintenance","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"42f8fcfe-346a-45da-ad02-073c7a342a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single maintenance item by unique identifier.</p>\n","urlObject":{"path":["items","maintenance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f6076e20-cd98-4755-9353-96feeecceb4e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ddbd8d0a-f6de-4ef1-b9db-69ad777a6bce","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"7aa5e503-050b-4402-be96-7bb096fbf717","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d4b922b1-dd3b-49e1-a830-1f60dd1900a7","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"42f8fcfe-346a-45da-ad02-073c7a342a6a"},{"name":"Update an Item","id":"423c5252-c161-4370-aa1a-3e63d72c08a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maintenance_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"responsible_technician\": \"<integer>\",\n  \"maintenance_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing maintenance item.</p>\n","urlObject":{"path":["items","maintenance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"74eeffeb-6b0b-45d9-917e-4f68f08f0202","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f49db51d-053a-488b-85fc-3bf482b3148d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maintenance_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"responsible_technician\": \"<integer>\",\n  \"maintenance_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"74773f21-a8d7-4c73-8e1c-7d1684ba404a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maintenance_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"responsible_technician\": \"<integer>\",\n  \"maintenance_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d4c5346c-ba76-45f1-b077-e9df92e14532","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maintenance_id\": \"<uuid>\",\n  \"asset_name\": \"<string>\",\n  \"last_maintenance_date\": \"<date>\",\n  \"next_maintenance_date\": \"<date>\",\n  \"maintenance_cost\": \"<number>\",\n  \"responsible_technician\": \"<integer>\",\n  \"maintenance_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"423c5252-c161-4370-aa1a-3e63d72c08a9"},{"name":"Delete an Item","id":"2bed68c1-3f67-41a1-b8fb-73ce82b97ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/maintenance/:id","description":"<p>Delete an existing maintenance item.</p>\n","urlObject":{"path":["items","maintenance",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"d32eb2cc-9b4a-45f7-bcb5-a80ae466b3e6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8fd14005-f411-401c-9a90-a9bc46e961f8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/maintenance/:id","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"38289016-6e65-42e2-b33b-3b8931918096","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/maintenance/:id","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"612c937c-a32d-4a93-a730-8d630f788d7d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/maintenance/:id","host":["https://app.empress.eco"],"path":["items","maintenance",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2bed68c1-3f67-41a1-b8fb-73ce82b97ec8"}],"id":"f97091a1-f0d2-4353-bf87-2c2552dbc7c0","_postman_id":"f97091a1-f0d2-4353-bf87-2c2552dbc7c0","description":""},{"name":"Create an Item","id":"0a8c7d5d-39a3-483e-98ad-e94648444276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/maintenance?meta=<string>","description":"<p>Create a new maintenance item.</p>\n","urlObject":{"path":["items","maintenance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"dc51c1ee-2b0f-458c-aeb2-c5dbb7b84819","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance?meta=<string>","host":["https://app.empress.eco"],"path":["items","maintenance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"14e9169b-b1bd-47cd-b8ab-73eb81648c0b","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance?meta=<string>","host":["https://app.empress.eco"],"path":["items","maintenance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0a8c7d5d-39a3-483e-98ad-e94648444276"},{"name":"List Items","id":"2115a37d-3c76-481e-93fa-1a57e065d7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/maintenance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the maintenance items.</p>\n","urlObject":{"path":["items","maintenance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cff2c33c-a1c6-4798-994b-180b7c75f47e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/maintenance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","maintenance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"maintenance_id\": \"<uuid>\",\n      \"asset_name\": \"<string>\",\n      \"last_maintenance_date\": \"<date>\",\n      \"next_maintenance_date\": \"<date>\",\n      \"maintenance_cost\": \"<number>\",\n      \"responsible_technician\": \"<integer>\",\n      \"maintenance_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"maintenance_id\": \"<uuid>\",\n      \"asset_name\": \"<string>\",\n      \"last_maintenance_date\": \"<date>\",\n      \"next_maintenance_date\": \"<date>\",\n      \"maintenance_cost\": \"<number>\",\n      \"responsible_technician\": \"<integer>\",\n      \"maintenance_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"4950d1fb-d551-4298-abab-d9153c4f6e84","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/maintenance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","maintenance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2115a37d-3c76-481e-93fa-1a57e065d7b8"},{"name":"Update Multiple Items","id":"94d3c2fe-cfd6-4147-b700-7cef5c388da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/maintenance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple maintenance items at the same time.</p>\n","urlObject":{"path":["items","maintenance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"49f30709-a86b-4290-b83e-2b74befbdab0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"maintenance_id\": \"<uuid>\",\n    \"asset_name\": \"<string>\",\n    \"last_maintenance_date\": \"<date>\",\n    \"next_maintenance_date\": \"<date>\",\n    \"maintenance_cost\": \"<number>\",\n    \"responsible_technician\": \"<integer>\",\n    \"maintenance_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/maintenance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","maintenance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"94d3c2fe-cfd6-4147-b700-7cef5c388da2"},{"name":"Delete Multiple Items","id":"73b940a3-293f-4b37-859c-76e9f501d450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/maintenance","description":"<p>Delete multiple existing maintenance items.</p>\n","urlObject":{"path":["items","maintenance"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3784b524-a5a9-4476-bc19-f54442670d94","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/maintenance"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6ebe78ca-a0cd-433b-b43c-1ad9e15395aa","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/maintenance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"73b940a3-293f-4b37-859c-76e9f501d450"}],"id":"30de2cae-c887-4a3d-a370-eb3bc25f86f8","_postman_id":"30de2cae-c887-4a3d-a370-eb3bc25f86f8","description":""},{"name":"Marketing","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"86009fef-ac6d-47ac-b8fc-789e960279bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Marketing item by unique identifier.</p>\n","urlObject":{"path":["items","Marketing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"c48346e4-d7b7-4b56-8584-a24be8745a80","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0e9df096-8357-4d54-a1d2-a37099475e76","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"032c2735-1853-4a14-8ba4-14ec0fa20900","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"62357c91-cc3b-4ce8-be7a-c834ebd66e66","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"86009fef-ac6d-47ac-b8fc-789e960279bb"},{"name":"Update an Item","id":"554ac69d-e2ad-489e-86ee-bbf6af961566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Marketing item.</p>\n","urlObject":{"path":["items","Marketing",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9d0142fd-7f8b-4720-beb0-bd77b80d58fd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"486ace35-a190-4a20-8530-316fcdce6ad6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"fe50e9c5-1b43-476e-84d5-5cbc84a79583","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7c829767-b951-40e8-8574-dc466680dd4d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"554ac69d-e2ad-489e-86ee-bbf6af961566"},{"name":"Delete an Item","id":"2b281c36-c396-4874-aa09-d50798c83680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Marketing/:id","description":"<p>Delete an existing Marketing item.</p>\n","urlObject":{"path":["items","Marketing",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"fb4f7d9f-0ea7-478a-841b-ddbfe73a3d03","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a8c5c6ad-69bc-4c94-bcd9-1093b5eac62e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Marketing/:id","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e42e4766-556f-426c-8db5-55056bb04047","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Marketing/:id","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"980a3458-4465-4960-96c4-258201c0c296","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Marketing/:id","host":["https://app.empress.eco"],"path":["items","Marketing",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2b281c36-c396-4874-aa09-d50798c83680"}],"id":"f4e91186-c6ac-4118-bc8f-9cf2e9b407ad","_postman_id":"f4e91186-c6ac-4118-bc8f-9cf2e9b407ad","description":""},{"name":"Create an Item","id":"25148704-b522-4800-811b-0e1d38c6ed08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Marketing?meta=<string>","description":"<p>Create a new Marketing item.</p>\n","urlObject":{"path":["items","Marketing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"402621b8-c5db-414d-a3fa-d3ca770f4d4a","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing?meta=<string>","host":["https://app.empress.eco"],"path":["items","Marketing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"541f734d-687b-4d27-8d13-581711341dbd","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing?meta=<string>","host":["https://app.empress.eco"],"path":["items","Marketing"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"25148704-b522-4800-811b-0e1d38c6ed08"},{"name":"List Items","id":"9c33d7de-da15-4bee-8379-b963910c156e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Marketing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Marketing items.</p>\n","urlObject":{"path":["items","Marketing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"905103f1-2560-4866-9fc4-89dc770cf072","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Marketing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Marketing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d6fd9b29-98a3-4f49-99f1-28980bb9a963","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Marketing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Marketing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9c33d7de-da15-4bee-8379-b963910c156e"},{"name":"Update Multiple Items","id":"1f432bad-57b2-47b4-85a9-62677f200610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Marketing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Marketing items at the same time.</p>\n","urlObject":{"path":["items","Marketing"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"29aa33d9-fe41-4148-a099-dd32f1b0bb68","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Marketing?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Marketing"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1f432bad-57b2-47b4-85a9-62677f200610"},{"name":"Delete Multiple Items","id":"9ea9b76a-d378-4cb0-86f8-0abbdf16a990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Marketing","description":"<p>Delete multiple existing Marketing items.</p>\n","urlObject":{"path":["items","Marketing"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"07aea99c-d42b-42d9-bb49-c0d0d56f1dde","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Marketing"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f3e46f02-5a8f-4554-be96-b32b03602977","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Marketing"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ea9b76a-d378-4cb0-86f8-0abbdf16a990"}],"id":"f084c077-bdb6-4670-ab98-b238deaeea07","_postman_id":"f084c077-bdb6-4670-ab98-b238deaeea07","description":""},{"name":"messages","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"65ff4f2b-2954-48f5-8992-a7bba662cf83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single messages item by unique identifier.</p>\n","urlObject":{"path":["items","messages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"db339bea-6a6a-445c-8e4c-7ad29a1a97ca","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3cb58d15-1b8b-45e6-a1d9-0413364b4a7c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n}"},{"id":"3f294686-d811-46b4-b443-57f786725bbe","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b3288b10-82d7-45c6-a7ee-7d756824a813","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"65ff4f2b-2954-48f5-8992-a7bba662cf83"},{"name":"Update an Item","id":"63988875-1717-4884-be0b-3489341c1e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"<string>\",\n  \"conversation\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing messages item.</p>\n","urlObject":{"path":["items","messages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"bfe28409-12b6-44a0-9343-059e2471e1e5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"77d5901e-bc3d-4e88-b47b-3a3e44dc07df","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"<string>\",\n  \"conversation\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n}"},{"id":"5e7bab10-8bec-47ce-9328-7e459982012f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"<string>\",\n  \"conversation\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1c63c7d4-d782-4134-a8af-81a3c614fa29","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"<string>\",\n  \"conversation\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"visitor_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","messages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"63988875-1717-4884-be0b-3489341c1e0d"},{"name":"Delete an Item","id":"1c8cc94c-58ac-4554-a86b-0653798654bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/messages/:id","description":"<p>Delete an existing messages item.</p>\n","urlObject":{"path":["items","messages",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"67b6f47a-3c16-46d5-803c-4268de72528a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"34be7425-5fbf-4dd1-b556-66e20c8df69a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/messages/:id","host":["https://app.empress.eco"],"path":["items","messages",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"18bcdb52-ea1f-4a0c-9d0d-9f830867dfb5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/messages/:id","host":["https://app.empress.eco"],"path":["items","messages",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f0812302-798c-48df-9fa7-7aa71c4fbc18","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/messages/:id","host":["https://app.empress.eco"],"path":["items","messages",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1c8cc94c-58ac-4554-a86b-0653798654bb"}],"id":"fa3a96fa-c52d-4bfc-9a81-5b386ace567d","_postman_id":"fa3a96fa-c52d-4bfc-9a81-5b386ace567d","description":""},{"name":"Create an Item","id":"23e5c1a1-b342-4776-8abd-fa175c816428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/messages?meta=<string>","description":"<p>Create a new messages item.</p>\n","urlObject":{"path":["items","messages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f2a8b164-aae9-4144-a72d-c1ea1355713d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages?meta=<string>","host":["https://app.empress.eco"],"path":["items","messages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"266f9f79-fe03-480f-9558-31c910f73ac7","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages?meta=<string>","host":["https://app.empress.eco"],"path":["items","messages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"23e5c1a1-b342-4776-8abd-fa175c816428"},{"name":"List Items","id":"288f9ea1-e251-4301-af5d-4bd8994fbc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/messages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the messages items.</p>\n","urlObject":{"path":["items","messages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1cdf89be-c661-4d45-a483-ab0bd55710b9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/messages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","messages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contact_id\": \"<string>\",\n      \"conversation\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"text\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\"\n    },\n    {\n      \"contact_id\": \"<string>\",\n      \"conversation\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"text\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"visitor_id\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"475839a6-dae9-4114-8dab-ab02fd6eed02","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/messages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","messages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"288f9ea1-e251-4301-af5d-4bd8994fbc8e"},{"name":"Update Multiple Items","id":"06425ba3-b3e3-49ac-aa8d-dd608271dccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/messages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple messages items at the same time.</p>\n","urlObject":{"path":["items","messages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"78353c35-da80-45d6-847b-da071d0eda5e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  },\n  {\n    \"contact_id\": \"<string>\",\n    \"conversation\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"text\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"visitor_id\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/messages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","messages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"06425ba3-b3e3-49ac-aa8d-dd608271dccc"},{"name":"Delete Multiple Items","id":"d3113118-0740-43bd-8b49-195a711442a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/messages","description":"<p>Delete multiple existing messages items.</p>\n","urlObject":{"path":["items","messages"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"6eada8a2-2029-43e4-9d98-efca16e4442d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/messages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a82fa2b5-07e5-45e2-a866-f38bcfe69176","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d3113118-0740-43bd-8b49-195a711442a0"}],"id":"844ceb09-79ce-4e19-95ab-a205f93f31f7","_postman_id":"844ceb09-79ce-4e19-95ab-a205f93f31f7","description":""},{"name":"navigation","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"728724cf-42c4-4c5b-a497-c71ce3fc010d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single navigation item by unique identifier.</p>\n","urlObject":{"path":["items","navigation",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"d30bf672-5e71-43f0-ad23-98684c65318c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7e1006af-ecbf-4aa4-b0ed-821c4ab809f6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"67b34e20-f15f-4aea-a33d-64353e4938d2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9f24bd7b-a092-48b2-a4ce-c2aa2e845c0d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"728724cf-42c4-4c5b-a497-c71ce3fc010d"},{"name":"Update an Item","id":"09248cfb-ef36-4c82-818e-f50ea7287f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing navigation item.</p>\n","urlObject":{"path":["items","navigation",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"a69d401d-4eb5-4164-a42a-5570efeeda92","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"45c2bf4a-a34b-435d-92a2-fc8c0ff47c4b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"bb19912f-e312-4451-9b9a-b2d365044ea2","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9c4d3ee2-1b0a-451c-bf22-940e9cd85879","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"09248cfb-ef36-4c82-818e-f50ea7287f10"},{"name":"Delete an Item","id":"2ec749d6-aa5a-42f4-b3c3-3e13cc5d480b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation/:id","description":"<p>Delete an existing navigation item.</p>\n","urlObject":{"path":["items","navigation",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"83367f03-cbb5-452f-91c8-e6eca57086ba","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2eec3e58-7740-4284-9110-73befd31277b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/navigation/:id","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9279ad8f-e4ec-4bba-b7fd-780734b7d0a8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation/:id","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"21d4c8f9-c917-4843-9558-e0b6d5d2c9b5","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation/:id","host":["https://app.empress.eco"],"path":["items","navigation",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2ec749d6-aa5a-42f4-b3c3-3e13cc5d480b"}],"id":"bc9f9edf-5f02-4d13-85cc-efe1ce087c29","_postman_id":"bc9f9edf-5f02-4d13-85cc-efe1ce087c29","description":""},{"name":"Create an Item","id":"5b5967b7-eb5f-48ac-b9b7-66f676955df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation?meta=<string>","description":"<p>Create a new navigation item.</p>\n","urlObject":{"path":["items","navigation"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"693d3d02-4c19-47f6-89a3-56f5ae067964","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation?meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7a06cd0a-595d-4857-82fb-2b4c63a946b2","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation?meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5b5967b7-eb5f-48ac-b9b7-66f676955df7"},{"name":"List Items","id":"f9f4b2bf-cf09-43cf-954d-8dace9e6bb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the navigation items.</p>\n","urlObject":{"path":["items","navigation"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c488c1ec-2d1c-4bab-a664-17f2b30acea2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/navigation?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<string>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<string>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"59814f9f-9f41-4e0a-a43c-175c8ec798d0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/navigation?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f9f4b2bf-cf09-43cf-954d-8dace9e6bb10"},{"name":"Update Multiple Items","id":"20eadd61-b13e-4a7a-b3ca-31d608e53222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple navigation items at the same time.</p>\n","urlObject":{"path":["items","navigation"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"8d1c3f2e-a79c-43c7-8d31-7c0db839ce8d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<string>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"20eadd61-b13e-4a7a-b3ca-31d608e53222"},{"name":"Delete Multiple Items","id":"bc1d7195-2e8c-4d9f-9198-167037c00b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation","description":"<p>Delete multiple existing navigation items.</p>\n","urlObject":{"path":["items","navigation"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c57079f4-7b1e-4d02-84d5-acb5cc4fbf8c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/navigation"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1e5f654a-4edc-4426-bb53-8b7b3f86b893","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bc1d7195-2e8c-4d9f-9198-167037c00b0a"}],"id":"f78e83fb-d0d4-432d-ac3d-da3946489c42","_postman_id":"f78e83fb-d0d4-432d-ac3d-da3946489c42","description":""},{"name":"navigation_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"04ddcaed-d545-4447-a2e8-103a26e3d0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single navigation_items item by unique identifier.</p>\n","urlObject":{"path":["items","navigation_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"60a4cf48-393c-4596-ae36-512000d6cde9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9bc557fa-a129-4357-96a9-1f5b93a0bbf5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n}"},{"id":"0d8479ce-4bcf-467d-89ca-f126b903a635","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"50bbd8ee-1581-4346-9070-1704bc1d4ab6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"04ddcaed-d545-4447-a2e8-103a26e3d0d3"},{"name":"Update an Item","id":"3d65b704-b962-4660-8399-d00548f88b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"has_children\": \"<boolean>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"navigation\": \"<string>\",\n  \"open_in_new_tab\": \"<boolean>\",\n  \"page\": \"<uuid>\",\n  \"parent\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"url\": \"<string>\",\n  \"children\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"display_details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing navigation_items item.</p>\n","urlObject":{"path":["items","navigation_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"8d04b5c4-e35b-4b0a-8880-1717e63b1328","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d23b1ec5-9b11-4693-b953-a1c8be45c5c4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"has_children\": \"<boolean>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"navigation\": \"<string>\",\n  \"open_in_new_tab\": \"<boolean>\",\n  \"page\": \"<uuid>\",\n  \"parent\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"url\": \"<string>\",\n  \"children\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"display_details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n}"},{"id":"cd1904f3-5f9a-45b0-9036-a89ec9f8eea4","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"has_children\": \"<boolean>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"navigation\": \"<string>\",\n  \"open_in_new_tab\": \"<boolean>\",\n  \"page\": \"<uuid>\",\n  \"parent\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"url\": \"<string>\",\n  \"children\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"display_details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"eef6bded-ee86-4780-9a70-943529721036","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"has_children\": \"<boolean>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"label\": \"<string>\",\n  \"navigation\": \"<string>\",\n  \"open_in_new_tab\": \"<boolean>\",\n  \"page\": \"<uuid>\",\n  \"parent\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"url\": \"<string>\",\n  \"children\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"display_details\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3d65b704-b962-4660-8399-d00548f88b2d"},{"name":"Delete an Item","id":"3a755f2b-95e6-45d6-bc8c-16e2aa5921c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation_items/:id","description":"<p>Delete an existing navigation_items item.</p>\n","urlObject":{"path":["items","navigation_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"edd6773a-eee4-47ee-889a-88ee8d5f83a5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3986b9f7-aa1d-4b1c-a8c4-48641a647fae","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aef04b73-fe38-49b8-861d-f1a50f7ef095","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"83e6a3a6-8b98-4a4e-9d35-f2cf47af2c97","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/navigation_items/:id","host":["https://app.empress.eco"],"path":["items","navigation_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3a755f2b-95e6-45d6-bc8c-16e2aa5921c4"}],"id":"f6ac7ad1-d45e-4597-8cdb-6443721ab9a9","_postman_id":"f6ac7ad1-d45e-4597-8cdb-6443721ab9a9","description":""},{"name":"Create an Item","id":"17988632-67e4-45d4-b76a-0d32e8d8431c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  },\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation_items?meta=<string>","description":"<p>Create a new navigation_items item.</p>\n","urlObject":{"path":["items","navigation_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"322af693-e067-4aa2-974f-fd677c5cd0ab","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  },\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7a0cf157-9691-4f85-8a02-04d095b9b55c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  },\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"17988632-67e4-45d4-b76a-0d32e8d8431c"},{"name":"List Items","id":"beaf0078-1e49-4d26-b233-7169bb3a8c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the navigation_items items.</p>\n","urlObject":{"path":["items","navigation_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"fe4493e3-cfe2-478c-bda2-7273a2e00cca","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/navigation_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"has_children\": \"<boolean>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"label\": \"<string>\",\n      \"navigation\": \"<string>\",\n      \"open_in_new_tab\": \"<boolean>\",\n      \"page\": \"<uuid>\",\n      \"parent\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"children\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"display_details\": \"<string>\"\n    },\n    {\n      \"has_children\": \"<boolean>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"label\": \"<string>\",\n      \"navigation\": \"<string>\",\n      \"open_in_new_tab\": \"<boolean>\",\n      \"page\": \"<uuid>\",\n      \"parent\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"url\": \"<string>\",\n      \"children\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"display_details\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7ce9bb1e-f096-45d9-acc9-dc04a12542c6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/navigation_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"beaf0078-1e49-4d26-b233-7169bb3a8c2c"},{"name":"Update Multiple Items","id":"a813dbac-52f2-4971-9edd-929274f88fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  },\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/navigation_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple navigation_items items at the same time.</p>\n","urlObject":{"path":["items","navigation_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3742faf6-6181-4081-962c-fac6dcd9d91b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  },\n  {\n    \"has_children\": \"<boolean>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"navigation\": \"<string>\",\n    \"open_in_new_tab\": \"<boolean>\",\n    \"page\": \"<uuid>\",\n    \"parent\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"url\": \"<string>\",\n    \"children\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"display_details\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/navigation_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","navigation_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a813dbac-52f2-4971-9edd-929274f88fa2"},{"name":"Delete Multiple Items","id":"4c5ef1ed-fa06-4457-82f2-37438259d269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation_items","description":"<p>Delete multiple existing navigation_items items.</p>\n","urlObject":{"path":["items","navigation_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"4e5efa42-abd5-45b4-ad2c-f4323f3ae1d8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/navigation_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"61558f93-dd88-43d7-aa3c-1fb0f62a3c1d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/navigation_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4c5ef1ed-fa06-4457-82f2-37438259d269"}],"id":"b0544086-ee6c-4f1c-a5c1-1536ff35dd0d","_postman_id":"b0544086-ee6c-4f1c-a5c1-1536ff35dd0d","description":""},{"name":"Operations","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"44cff8e6-db79-4188-837c-f6d2b94ecbab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Operations item by unique identifier.</p>\n","urlObject":{"path":["items","Operations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"4c02b07c-23dc-476c-acc7-0fccd64a2602","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"06acde29-44d9-425f-a4f3-cb0d635a0db1","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"211f6c0e-daad-4530-929f-50d235fc1e3b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f523ac20-e09a-443a-b05c-10a2e37114d2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"44cff8e6-db79-4188-837c-f6d2b94ecbab"},{"name":"Update an Item","id":"4125bb8a-69f3-449d-a67a-efd474457e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Operations item.</p>\n","urlObject":{"path":["items","Operations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"2e0ac48f-cf59-49ac-bad5-e3a85a06b1cf","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"851d2c4c-b9b1-41f8-9c80-34a845d1337d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"8911e219-a2f6-413a-a924-fca0aa00471a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"32c6d9e5-1b38-4c06-a1fb-d5e84d241c70","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4125bb8a-69f3-449d-a67a-efd474457e9b"},{"name":"Delete an Item","id":"de29dcf3-4634-4443-ae71-6cfe396385cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Operations/:id","description":"<p>Delete an existing Operations item.</p>\n","urlObject":{"path":["items","Operations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"2d2e099e-3cbc-4487-bb7a-7785fe4c3d46","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"41928358-8b89-4fee-9a9a-c4229cc7e74f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Operations/:id","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8391c26-b827-4227-bb00-b50b9658433b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Operations/:id","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d8fbeee2-cf7e-4028-a277-ffa3f13db010","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Operations/:id","host":["https://app.empress.eco"],"path":["items","Operations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"de29dcf3-4634-4443-ae71-6cfe396385cd"}],"id":"d29698cd-5d7f-4747-85f6-2a061c16fa56","_postman_id":"d29698cd-5d7f-4747-85f6-2a061c16fa56","description":""},{"name":"Create an Item","id":"d208d1c7-f799-43a4-aed8-e4aa0a7f8d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Operations?meta=<string>","description":"<p>Create a new Operations item.</p>\n","urlObject":{"path":["items","Operations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d2cb105f-7955-4532-addc-416f40ec5bfe","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations?meta=<string>","host":["https://app.empress.eco"],"path":["items","Operations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ed92ad41-6437-4b1b-b937-eb7a14ce48f8","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations?meta=<string>","host":["https://app.empress.eco"],"path":["items","Operations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d208d1c7-f799-43a4-aed8-e4aa0a7f8d84"},{"name":"List Items","id":"c33efb7d-7849-4a66-b2fa-c73f759d58ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Operations items.</p>\n","urlObject":{"path":["items","Operations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a363a14d-4ec5-4e0e-865a-1e08224e455d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6ddf8f2e-67bc-4f08-afd2-b9987c3a42bd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c33efb7d-7849-4a66-b2fa-c73f759d58ac"},{"name":"Update Multiple Items","id":"3ed51605-05d6-4a17-a0de-462d8a1a16d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Operations items at the same time.</p>\n","urlObject":{"path":["items","Operations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1629a13c-8c34-4525-be2d-1feb7c5ff1db","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3ed51605-05d6-4a17-a0de-462d8a1a16d0"},{"name":"Delete Multiple Items","id":"ab878997-86a4-4a04-9625-94f3989a5394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Operations","description":"<p>Delete multiple existing Operations items.</p>\n","urlObject":{"path":["items","Operations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c6d6da98-5a00-4105-8328-43deb1776294","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Operations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d07b250c-128b-4d65-9a36-16481a6acb06","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Operations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ab878997-86a4-4a04-9625-94f3989a5394"}],"id":"c6076c57-7c4b-47ba-a9fe-ae1cad382804","_postman_id":"c6076c57-7c4b-47ba-a9fe-ae1cad382804","description":""},{"name":"organization_addresses","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"b5d09df2-bbdd-4737-a051-b3d28e0a8956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single organization_addresses item by unique identifier.</p>\n","urlObject":{"path":["items","organization_addresses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"4496fab1-9740-4c13-a374-0b8f75760f5f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6fedd3bf-d761-4573-a899-6c3eb90ef000","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"87aec938-fa2c-4b6d-9bb1-9e18aafa1ae1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b3d4dfd0-91ed-42d5-953f-a73694cf5fea","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b5d09df2-bbdd-4737-a051-b3d28e0a8956"},{"name":"Update an Item","id":"f4eb48ac-7085-4729-937a-0df2935e2588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"is_primary_billing\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"postal_code\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"street_address\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing organization_addresses item.</p>\n","urlObject":{"path":["items","organization_addresses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"243dfe80-dbf7-401d-8f42-a80119410f4e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4d0d9ce5-00ff-4283-a84b-df934986f091","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"is_primary_billing\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"postal_code\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"street_address\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"faff4243-58ce-4007-9dd0-df976b95c967","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"is_primary_billing\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"postal_code\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"street_address\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"921089e2-a3dc-4605-9add-a39b0a6fbf89","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_country\": \"<string>\",\n  \"address_locality\": \"<string>\",\n  \"address_region\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"is_primary_billing\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"postal_code\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"street_address\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f4eb48ac-7085-4729-937a-0df2935e2588"},{"name":"Delete an Item","id":"bf04beb4-2276-4170-9827-da127b5dc63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organization_addresses/:id","description":"<p>Delete an existing organization_addresses item.</p>\n","urlObject":{"path":["items","organization_addresses",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f3110ecf-1a18-44dc-b78c-90a546fa3515","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b198be91-560a-4d91-aeab-0c1ed6f5c48f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"71e3c131-14e3-413f-826d-b01c2fe2e2d8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"801725a5-07ee-4ef0-afae-08bdb453817c","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses/:id","host":["https://app.empress.eco"],"path":["items","organization_addresses",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bf04beb4-2276-4170-9827-da127b5dc63a"}],"id":"974d3980-66d7-43da-82d5-05ee644e4ebc","_postman_id":"974d3980-66d7-43da-82d5-05ee644e4ebc","description":""},{"name":"Create an Item","id":"383b0ec3-b1f2-4003-9120-cc608a1e8572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organization_addresses?meta=<string>","description":"<p>Create a new organization_addresses item.</p>\n","urlObject":{"path":["items","organization_addresses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"77c3175a-5531-43cc-9de9-c8db5c5d6a04","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses?meta=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d05bcc02-3313-4dc8-b8fd-5a8294f6c64a","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses?meta=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"383b0ec3-b1f2-4003-9120-cc608a1e8572"},{"name":"List Items","id":"aedb97aa-fc73-4e80-8f35-2f4d623a2d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organization_addresses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the organization_addresses items.</p>\n","urlObject":{"path":["items","organization_addresses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9cc5c182-ca36-4594-b1ed-13cf80513d3a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"address_country\": \"<string>\",\n      \"address_locality\": \"<string>\",\n      \"address_region\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"is_primary_billing\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"postal_code\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"street_address\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"address_country\": \"<string>\",\n      \"address_locality\": \"<string>\",\n      \"address_region\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"is_primary_billing\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"postal_code\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"street_address\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"53949358-8312-4f8e-9dd7-5c88526a57f2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organization_addresses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aedb97aa-fc73-4e80-8f35-2f4d623a2d13"},{"name":"Update Multiple Items","id":"246a72ff-aa2f-4c05-9625-13d444b1565c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organization_addresses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple organization_addresses items at the same time.</p>\n","urlObject":{"path":["items","organization_addresses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2517ef7a-a65c-4a46-ba66-c2c3adc06bb8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"address_country\": \"<string>\",\n    \"address_locality\": \"<string>\",\n    \"address_region\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"is_primary_billing\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"postal_code\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"street_address\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organization_addresses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organization_addresses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"246a72ff-aa2f-4c05-9625-13d444b1565c"},{"name":"Delete Multiple Items","id":"cefc6ffe-155a-4089-af14-f37ae4a97967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organization_addresses","description":"<p>Delete multiple existing organization_addresses items.</p>\n","urlObject":{"path":["items","organization_addresses"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"503d434a-ae33-4832-9a5b-46aeb55be16f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/organization_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a9e77962-fe39-45e1-a104-85d606f63189","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organization_addresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cefc6ffe-155a-4089-af14-f37ae4a97967"}],"id":"ade23db4-4fd4-4a6f-9465-a6383c48ab11","_postman_id":"ade23db4-4fd4-4a6f-9465-a6383c48ab11","description":""},{"name":"organizations","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"ab172976-bcb6-4b65-bba1-422c2b672211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single organizations item by unique identifier.</p>\n","urlObject":{"path":["items","organizations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"4f415e79-64a1-4f7b-a026-3e01af7bc35e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4086dafe-fe1b-4d65-87f5-e39adee91703","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"a3341983-211f-44cf-a697-ed760a5648d3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"351b6eb2-e9c9-4a34-8474-bcf73212b29b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ab172976-bcb6-4b65-bba1-422c2b672211"},{"name":"Update an Item","id":"921849ff-9897-4035-94ae-a6331200ed9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"brand_color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"folder\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"logo\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization_notes\": \"<string>\",\n  \"owner\": \"<uuid>\",\n  \"payment_terms\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"stripe_customer_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"website\": \"<string>\",\n  \"addresses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"billing\": \"<string>\",\n  \"branding\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing organizations item.</p>\n","urlObject":{"path":["items","organizations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"fa592d07-eb26-4251-8597-6e24001b49b9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4aca8c7e-81f3-4098-8dc0-e6f4c4e71cac","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"brand_color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"folder\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"logo\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization_notes\": \"<string>\",\n  \"owner\": \"<uuid>\",\n  \"payment_terms\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"stripe_customer_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"website\": \"<string>\",\n  \"addresses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"billing\": \"<string>\",\n  \"branding\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"1a340291-6253-4b1f-9d8f-8ab683937ac3","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"brand_color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"folder\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"logo\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization_notes\": \"<string>\",\n  \"owner\": \"<uuid>\",\n  \"payment_terms\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"stripe_customer_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"website\": \"<string>\",\n  \"addresses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"billing\": \"<string>\",\n  \"branding\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"74c0446f-2561-4f6d-a79b-70f51b0eeed8","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"brand_color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"folder\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"logo\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization_notes\": \"<string>\",\n  \"owner\": \"<uuid>\",\n  \"payment_terms\": \"<uuid>\",\n  \"phone\": \"<string>\",\n  \"status\": \"<string>\",\n  \"stripe_customer_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"website\": \"<string>\",\n  \"addresses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"billing\": \"<string>\",\n  \"branding\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"921849ff-9897-4035-94ae-a6331200ed9a"},{"name":"Delete an Item","id":"924418a1-c74a-476d-adc3-56835de3ce12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations/:id","description":"<p>Delete an existing organizations item.</p>\n","urlObject":{"path":["items","organizations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"713dcf5f-05d0-4948-ab67-3fd358428902","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"81f5dd29-e003-495a-89f9-90954a5452b7","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/organizations/:id","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f4421c16-ab58-4ae0-869a-aa90450b419b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations/:id","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"26617c14-b3d6-44f1-9c62-5895307ba33e","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations/:id","host":["https://app.empress.eco"],"path":["items","organizations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"924418a1-c74a-476d-adc3-56835de3ce12"}],"id":"22b72053-6d2f-406c-be8d-0abda19ebacf","_postman_id":"22b72053-6d2f-406c-be8d-0abda19ebacf","description":""},{"name":"Create an Item","id":"f83d016e-f222-4a26-9d1c-e517ff72cf65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations?meta=<string>","description":"<p>Create a new organizations item.</p>\n","urlObject":{"path":["items","organizations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f249b637-6520-4c03-ad6c-e033f33315cf","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations?meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"46e792c3-8d1f-487b-a3bb-ad36f1fed33b","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations?meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f83d016e-f222-4a26-9d1c-e517ff72cf65"},{"name":"List Items","id":"a7880b4b-18db-4e92-9a5e-0427939ec4ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the organizations items.</p>\n","urlObject":{"path":["items","organizations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bf456663-bd1c-4ece-b335-3f40d47da316","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organizations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"brand_color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"folder\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"logo\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization_notes\": \"<string>\",\n      \"owner\": \"<uuid>\",\n      \"payment_terms\": \"<uuid>\",\n      \"phone\": \"<string>\",\n      \"status\": \"<string>\",\n      \"stripe_customer_id\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"website\": \"<string>\",\n      \"addresses\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"billing\": \"<string>\",\n      \"branding\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"brand_color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"folder\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"logo\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization_notes\": \"<string>\",\n      \"owner\": \"<uuid>\",\n      \"payment_terms\": \"<uuid>\",\n      \"phone\": \"<string>\",\n      \"status\": \"<string>\",\n      \"stripe_customer_id\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"website\": \"<string>\",\n      \"addresses\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"billing\": \"<string>\",\n      \"branding\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"60a833f6-5a34-4d5d-9dcf-6f467e4bf993","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organizations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a7880b4b-18db-4e92-9a5e-0427939ec4ef"},{"name":"Update Multiple Items","id":"9785e6df-2eea-42c1-8859-78f216b9a9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple organizations items at the same time.</p>\n","urlObject":{"path":["items","organizations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"42859d77-48ce-423f-b0e1-50472ca33f0e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"brand_color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"folder\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"logo\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization_notes\": \"<string>\",\n    \"owner\": \"<uuid>\",\n    \"payment_terms\": \"<uuid>\",\n    \"phone\": \"<string>\",\n    \"status\": \"<string>\",\n    \"stripe_customer_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"website\": \"<string>\",\n    \"addresses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"billing\": \"<string>\",\n    \"branding\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9785e6df-2eea-42c1-8859-78f216b9a9a1"},{"name":"Delete Multiple Items","id":"49f3704e-6bb7-45d0-8843-21e9b3d8f25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations","description":"<p>Delete multiple existing organizations items.</p>\n","urlObject":{"path":["items","organizations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cf69f79b-f40e-4fff-af40-d63437c97b9b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/organizations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ac044541-dcf3-4535-9aa6-99345a732ad8","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"49f3704e-6bb7-45d0-8843-21e9b3d8f25e"}],"id":"d23fe6af-2404-4c0c-8886-344646f98b62","_postman_id":"d23fe6af-2404-4c0c-8886-344646f98b62","description":""},{"name":"organizations_contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7515ce9a-7b20-43b9-b505-dbfe266eb081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single organizations_contacts item by unique identifier.</p>\n","urlObject":{"path":["items","organizations_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"8e680e02-00bc-4710-8169-01444c94b85d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c42ee9df-feb1-4f15-b4f7-4f368b25c07b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"f6c3cfb8-9fd5-47c0-87ed-65b7fe197ad3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"392ebbee-fbdf-4e83-a6b7-8d1a0deac9e0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7515ce9a-7b20-43b9-b505-dbfe266eb081"},{"name":"Update an Item","id":"00acf1fb-b941-44d4-ae9f-578dd492c3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"organizations_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing organizations_contacts item.</p>\n","urlObject":{"path":["items","organizations_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c0a91f1c-5753-4fec-a6ad-5bff3360f84a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4ea18b18-d1bc-4fbb-af39-de0e4bace757","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"organizations_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"4687949e-139e-41dd-9713-5bfa2bb8a1ca","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"organizations_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0ffc6ff7-7739-4297-9ebb-2b1ba7043697","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"organizations_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"00acf1fb-b941-44d4-ae9f-578dd492c3d0"},{"name":"Delete an Item","id":"ef31454b-5310-4586-b989-82a662abf4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations_contacts/:id","description":"<p>Delete an existing organizations_contacts item.</p>\n","urlObject":{"path":["items","organizations_contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"08bc6155-d4b8-48bc-b1fb-fc84e642467a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"24b4b4a9-402b-4ea8-ad42-8d40f5ae7fdd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"78c7a402-91e6-40d6-aea7-857c0fbb3dc4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b0a0c57d-fcd1-4567-ac0f-07626ca50af8","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts/:id","host":["https://app.empress.eco"],"path":["items","organizations_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ef31454b-5310-4586-b989-82a662abf4a7"}],"id":"412752e4-7750-4dc0-a931-5b49a499c80a","_postman_id":"412752e4-7750-4dc0-a931-5b49a499c80a","description":""},{"name":"Create an Item","id":"67c49f71-08e9-416f-beca-aa770d1c34ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations_contacts?meta=<string>","description":"<p>Create a new organizations_contacts item.</p>\n","urlObject":{"path":["items","organizations_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"7a381b86-7d0d-49c8-b286-4919184b4735","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fc306136-c9eb-4b40-b902-55c021eab085","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"67c49f71-08e9-416f-beca-aa770d1c34ce"},{"name":"List Items","id":"eede1da7-f74f-4ca9-ab61-c5a8b9831e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the organizations_contacts items.</p>\n","urlObject":{"path":["items","organizations_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"27a028fb-d5ce-4931-8c5b-12fd845d7dfc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"organizations_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"organizations_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"95d0b7df-4126-4b16-bf28-8047298ddbdb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/organizations_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eede1da7-f74f-4ca9-ab61-c5a8b9831e29"},{"name":"Update Multiple Items","id":"7686d435-54ac-478d-aef3-b1da4ae7df35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/organizations_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple organizations_contacts items at the same time.</p>\n","urlObject":{"path":["items","organizations_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e1fe523a-06ab-48b4-9f46-e16f4af497ea","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"organizations_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/organizations_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","organizations_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"7686d435-54ac-478d-aef3-b1da4ae7df35"},{"name":"Delete Multiple Items","id":"e3693987-991d-4bea-b0eb-beeca2568a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations_contacts","description":"<p>Delete multiple existing organizations_contacts items.</p>\n","urlObject":{"path":["items","organizations_contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f5498aaf-2819-4240-828a-194dd34f5d50","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/organizations_contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"94ecc112-c35c-4550-9942-d775368836d0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/organizations_contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e3693987-991d-4bea-b0eb-beeca2568a70"}],"id":"66fb2519-63f4-4615-874d-4686857f277e","_postman_id":"66fb2519-63f4-4615-874d-4686857f277e","description":""},{"name":"os_activities","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"036f8a27-8f55-4d45-bf5e-82de5fb47e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_activities item by unique identifier.</p>\n","urlObject":{"path":["items","os_activities",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"eca0ac5f-87a9-492a-8d06-3b5a7ae7fae9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9b118d5f-ac5c-4078-a7f1-8be2ca443de8","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"db7cb8d1-a2ff-41b6-99cc-bc879baead03","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f591dbde-308d-4b18-af4b-018aceacce9a","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"036f8a27-8f55-4d45-bf5e-82de5fb47e64"},{"name":"Update an Item","id":"7e465b11-e9e7-44fd-a4ae-4a5ee362e6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activity_notes\": \"<string>\",\n  \"activity_type\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"due_date\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_time\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_activities item.</p>\n","urlObject":{"path":["items","os_activities",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"72f44cc3-bd81-4b80-b085-b0be293da2dc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fa1a96c6-efeb-42b5-a25a-280fe45606d3","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activity_notes\": \"<string>\",\n  \"activity_type\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"due_date\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_time\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"da507e98-36cf-4f9b-bf25-874ed2617061","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activity_notes\": \"<string>\",\n  \"activity_type\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"due_date\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_time\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1d9623c2-e3b1-4bca-9367-240aabb49269","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activity_notes\": \"<string>\",\n  \"activity_type\": \"<string>\",\n  \"assigned_to\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"due_date\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_time\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7e465b11-e9e7-44fd-a4ae-4a5ee362e6eb"},{"name":"Delete an Item","id":"b7db63c0-5491-4e83-b4dd-8c9a9dfa4c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activities/:id","description":"<p>Delete an existing os_activities item.</p>\n","urlObject":{"path":["items","os_activities",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b588d0e1-e55f-45ba-9843-72b9e6159832","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7b2a0d2f-c88d-4871-9d97-3941814e7cf5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_activities/:id","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"41eff428-d78c-4fbd-b743-02bacaaec007","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activities/:id","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5db4b05b-7907-454b-934d-1b7a4c85db24","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activities/:id","host":["https://app.empress.eco"],"path":["items","os_activities",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b7db63c0-5491-4e83-b4dd-8c9a9dfa4c1c"}],"id":"a9b08e73-9a30-4e6d-883c-6ad19e51c87b","_postman_id":"a9b08e73-9a30-4e6d-883c-6ad19e51c87b","description":""},{"name":"Create an Item","id":"d03e2113-ba03-4b0d-92af-aca853052f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activities?meta=<string>","description":"<p>Create a new os_activities item.</p>\n","urlObject":{"path":["items","os_activities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b14448fa-dcb9-4334-91d8-39dcbf21f128","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activities"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ec998c40-59ef-45ce-92d4-f06946cc94f3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activities"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d03e2113-ba03-4b0d-92af-aca853052f3a"},{"name":"List Items","id":"9484969f-2eb0-44de-ad48-7a8149ddc6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_activities items.</p>\n","urlObject":{"path":["items","os_activities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c28a9bdf-7ad6-4990-9e10-29d58e91ec3b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_activities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"activity_notes\": \"<string>\",\n      \"activity_type\": \"<string>\",\n      \"assigned_to\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal\": \"<uuid>\",\n      \"due_date\": \"<string>\",\n      \"end_time\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"start_time\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"activity_notes\": \"<string>\",\n      \"activity_type\": \"<string>\",\n      \"assigned_to\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal\": \"<uuid>\",\n      \"due_date\": \"<string>\",\n      \"end_time\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"start_time\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"241eaed7-c4fa-434c-805a-faa117e17cd6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_activities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9484969f-2eb0-44de-ad48-7a8149ddc6ec"},{"name":"Update Multiple Items","id":"910fe9d6-d33b-42e8-bf68-3f0cb76a26fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_activities items at the same time.</p>\n","urlObject":{"path":["items","os_activities"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"5134465c-2008-4fb3-8b5c-7b291ad6954c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"activity_notes\": \"<string>\",\n    \"activity_type\": \"<string>\",\n    \"assigned_to\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"due_date\": \"<string>\",\n    \"end_time\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_time\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activities?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activities"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"910fe9d6-d33b-42e8-bf68-3f0cb76a26fb"},{"name":"Delete Multiple Items","id":"c34f90f7-a2bd-4cfb-8fad-d7e8c7447b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activities","description":"<p>Delete multiple existing os_activities items.</p>\n","urlObject":{"path":["items","os_activities"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"601b1906-3b7e-4f1d-b1ed-ade0afe46588","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_activities"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"94cf31dc-4c8e-42ff-95e3-5834c2052f97","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c34f90f7-a2bd-4cfb-8fad-d7e8c7447b45"}],"id":"a2c0811c-4fde-43ef-abd2-cf3982b4ee0a","_postman_id":"a2c0811c-4fde-43ef-abd2-cf3982b4ee0a","description":""},{"name":"os_activity_contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"a964a110-e6d4-4e9a-a740-ffa449693e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_activity_contacts item by unique identifier.</p>\n","urlObject":{"path":["items","os_activity_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"d2b8eb72-ac5a-4887-8ff2-7adf0f8378e0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a97a0566-a2f1-4bd6-a682-ab390ff7e0da","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n}"},{"id":"28df33a1-5020-4a85-98b5-0d22d02b6edd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9b483ca6-f4da-4e39-9135-b6ce4a01c768","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a964a110-e6d4-4e9a-a740-ffa449693e00"},{"name":"Update an Item","id":"b833f9f0-8077-4355-a911-19664a5d7bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_activities_id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_activity_contacts item.</p>\n","urlObject":{"path":["items","os_activity_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3e3e63f7-5c58-46fe-a70c-bec241bea959","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0e3f8fe2-56c8-4235-9f70-38974c0dbd36","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_activities_id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n}"},{"id":"d3418271-3cca-4d15-89e1-e6aa8deebba1","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_activities_id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f2df1071-9462-4a36-a482-0e85476c53df","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_activities_id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b833f9f0-8077-4355-a911-19664a5d7bc1"},{"name":"Delete an Item","id":"124b049d-8a69-4dcc-84e6-a8b2ff12d4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activity_contacts/:id","description":"<p>Delete an existing os_activity_contacts item.</p>\n","urlObject":{"path":["items","os_activity_contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5daabdfd-5166-4df6-83a6-bd0c9f7695f4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"486c4673-72ed-4c6a-a798-b865d5d1bc03","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"81305075-313d-4bdd-973f-887f28524eb3","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"088456a5-1af2-422f-87b1-6275d095b4ca","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_activity_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"124b049d-8a69-4dcc-84e6-a8b2ff12d4f5"}],"id":"d9b69405-1682-4439-baf3-3604f1147ad0","_postman_id":"d9b69405-1682-4439-baf3-3604f1147ad0","description":""},{"name":"Create an Item","id":"faf0d64b-2dd8-4601-bfe6-24bbffaf9be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activity_contacts?meta=<string>","description":"<p>Create a new os_activity_contacts item.</p>\n","urlObject":{"path":["items","os_activity_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f6838045-4ccd-4aec-8554-f812827d8a61","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"562aca4b-f65b-471e-9ebc-aee51d06d16b","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"faf0d64b-2dd8-4601-bfe6-24bbffaf9be2"},{"name":"List Items","id":"1d1472f3-e62d-4ba5-b3c9-0aab65bc455e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activity_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_activity_contacts items.</p>\n","urlObject":{"path":["items","os_activity_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9b58216b-013c-4671-9fab-cb478d0f9dce","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_activities_id\": \"<uuid>\"\n    },\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_activities_id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"e34a8634-e05a-4a49-a526-06a6f88cc341","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_activity_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1d1472f3-e62d-4ba5-b3c9-0aab65bc455e"},{"name":"Update Multiple Items","id":"fb850793-536f-4297-80b8-170be8e05711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_activity_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_activity_contacts items at the same time.</p>\n","urlObject":{"path":["items","os_activity_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"78e03d53-54d6-45b3-9170-bb58bc7be96c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_activities_id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_activity_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_activity_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fb850793-536f-4297-80b8-170be8e05711"},{"name":"Delete Multiple Items","id":"f3b9ac72-80b4-43f9-a002-3709516a8d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activity_contacts","description":"<p>Delete multiple existing os_activity_contacts items.</p>\n","urlObject":{"path":["items","os_activity_contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9c16ef91-785f-4ef7-a61b-64ff72bcf024","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_activity_contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cba83837-2e6c-4ac3-ba20-e89ef4dfd73c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_activity_contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f3b9ac72-80b4-43f9-a002-3709516a8d7c"}],"id":"6d64e939-23fd-4794-8edc-45fd7fe2e838","_postman_id":"6d64e939-23fd-4794-8edc-45fd7fe2e838","description":""},{"name":"os_deal_contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"dd5c1038-53bf-473d-b90e-8b7e658e70ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_deal_contacts item by unique identifier.</p>\n","urlObject":{"path":["items","os_deal_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"cf1121e5-d4d8-42b7-bf0d-39e8b0cb4f37","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"db94f3d8-2fcc-46c5-8d3c-6a438878a785","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"79de3c92-f6bb-43b4-a673-5d8e9e716e53","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dd386e3a-85a6-477c-92b8-9424859163fa","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dd5c1038-53bf-473d-b90e-8b7e658e70ad"},{"name":"Update an Item","id":"e63baf90-de9f-48e7-a5b4-abc7e5862548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_deals_id\": \"<uuid>\",\n  \"primary\": \"<boolean>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_deal_contacts item.</p>\n","urlObject":{"path":["items","os_deal_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"aace19b0-fb74-48ae-9804-3d960b517798","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e9f20092-5f11-48e4-85b4-3a4ebc7723f1","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_deals_id\": \"<uuid>\",\n  \"primary\": \"<boolean>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"3090fda8-e903-4133-9168-112f22f83789","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_deals_id\": \"<uuid>\",\n  \"primary\": \"<boolean>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f0a6e9ff-55b8-4b17-9f0b-7d65fc558b24","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_deals_id\": \"<uuid>\",\n  \"primary\": \"<boolean>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e63baf90-de9f-48e7-a5b4-abc7e5862548"},{"name":"Delete an Item","id":"8644ee7f-d656-41f3-aa5f-c005f4996b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_contacts/:id","description":"<p>Delete an existing os_deal_contacts item.</p>\n","urlObject":{"path":["items","os_deal_contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b53ffd34-959a-45f6-8af0-0599eb6ecc55","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e797068b-fe68-41db-84ac-5fd8adaf494c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"afb50756-c9bb-4422-af27-f9b89139a4cd","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dbb18cf2-3778-46e1-84c4-a47b36a84147","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_deal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8644ee7f-d656-41f3-aa5f-c005f4996b42"}],"id":"9a5982d0-19f5-4804-8aa3-04e1f44f5fb3","_postman_id":"9a5982d0-19f5-4804-8aa3-04e1f44f5fb3","description":""},{"name":"Create an Item","id":"a951129b-09e1-4661-beb6-d19481147906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_contacts?meta=<string>","description":"<p>Create a new os_deal_contacts item.</p>\n","urlObject":{"path":["items","os_deal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"969d8115-bd26-4618-ae01-597d953cd0ae","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"52d50782-0e35-4818-b89a-ce165b2fde09","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a951129b-09e1-4661-beb6-d19481147906"},{"name":"List Items","id":"020ee29b-fe98-449f-944c-ec91d2acb369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_deal_contacts items.</p>\n","urlObject":{"path":["items","os_deal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e438f813-c476-4627-9d16-ac9da9cd4fdc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_deals_id\": \"<uuid>\",\n      \"primary\": \"<boolean>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_deals_id\": \"<uuid>\",\n      \"primary\": \"<boolean>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"1cf6f8c7-131c-4847-85c6-4e9c47928c2a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"020ee29b-fe98-449f-944c-ec91d2acb369"},{"name":"Update Multiple Items","id":"fca37c49-d116-4bd6-a268-8fef77ed9620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_deal_contacts items at the same time.</p>\n","urlObject":{"path":["items","os_deal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"dac762ee-0f93-4e07-bc5b-51f3f5db61e2","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_deals_id\": \"<uuid>\",\n    \"primary\": \"<boolean>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fca37c49-d116-4bd6-a268-8fef77ed9620"},{"name":"Delete Multiple Items","id":"6e090621-737b-447b-861c-b85f91d52072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_contacts","description":"<p>Delete multiple existing os_deal_contacts items.</p>\n","urlObject":{"path":["items","os_deal_contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9700fa16-b4f3-4c90-9937-90e050c7eab7","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_deal_contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75dc0db0-691a-47c0-8af8-89062fa4fd0f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6e090621-737b-447b-861c-b85f91d52072"}],"id":"71a40e89-833c-4e5e-b697-a59c2100e30a","_postman_id":"71a40e89-833c-4e5e-b697-a59c2100e30a","description":""},{"name":"os_deals","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"d89cb52f-2585-4889-a9c4-1bd0c3a159b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_deals item by unique identifier.</p>\n","urlObject":{"path":["items","os_deals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"0b3ab6fd-2972-47a4-95fe-dcce39d24729","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4fd54baf-c84c-4759-b2b5-53e555a88b1c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"55a178b5-a890-4199-8a65-0cdd4ca22d8a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"859d3dea-69ab-4bbd-b6b8-a4bc1e1d5796","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d89cb52f-2585-4889-a9c4-1bd0c3a159b9"},{"name":"Update an Item","id":"64eb4c2d-7966-46ee-a32f-b77577b5baed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"close_date\": \"<date>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal_notes\": \"<string>\",\n  \"deal_stage\": \"<uuid>\",\n  \"deal_value\": \"<integer>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"next_contact_date\": \"<dateTime>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"proposals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_deals item.</p>\n","urlObject":{"path":["items","os_deals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"58942dd8-6b93-44b1-8c7e-ed47321176f5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cdaff6be-e675-4e6a-8fb2-01ab64dee289","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"close_date\": \"<date>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal_notes\": \"<string>\",\n  \"deal_stage\": \"<uuid>\",\n  \"deal_value\": \"<integer>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"next_contact_date\": \"<dateTime>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"proposals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"123507f9-1163-4c0c-82a3-9a2c696131b7","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"close_date\": \"<date>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal_notes\": \"<string>\",\n  \"deal_stage\": \"<uuid>\",\n  \"deal_value\": \"<integer>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"next_contact_date\": \"<dateTime>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"proposals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7115d8e6-7fc8-4135-9439-2f350f878015","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"close_date\": \"<date>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal_notes\": \"<string>\",\n  \"deal_stage\": \"<uuid>\",\n  \"deal_value\": \"<integer>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"next_contact_date\": \"<dateTime>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"activities\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"proposals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"64eb4c2d-7966-46ee-a32f-b77577b5baed"},{"name":"Delete an Item","id":"ece615dc-8348-42e5-9216-29f414b4ba6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deals/:id","description":"<p>Delete an existing os_deals item.</p>\n","urlObject":{"path":["items","os_deals",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"dae6ce4c-24b0-4960-8616-8684cb37bc4e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5da4d07e-a51f-43e0-80bd-1ad2e683dfc6","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_deals/:id","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dc03102e-0e49-41e7-b12b-fc1a2e4ac66f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deals/:id","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7aac13b6-545c-42d4-8c3c-38cb22c92f22","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deals/:id","host":["https://app.empress.eco"],"path":["items","os_deals",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ece615dc-8348-42e5-9216-29f414b4ba6f"}],"id":"fe694919-66ed-4d10-8ae4-4d1c5cfcd5a9","_postman_id":"fe694919-66ed-4d10-8ae4-4d1c5cfcd5a9","description":""},{"name":"Create an Item","id":"092c4950-6f5e-4ac5-90c0-d22c62d2587f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deals?meta=<string>","description":"<p>Create a new os_deals item.</p>\n","urlObject":{"path":["items","os_deals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"71686866-26b8-4b09-be3b-273c6bb6f003","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5fbf3553-1119-4bce-8f1a-2d48a364bd52","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"092c4950-6f5e-4ac5-90c0-d22c62d2587f"},{"name":"List Items","id":"01015f44-36de-4802-b1c9-8676ad9071f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_deals items.</p>\n","urlObject":{"path":["items","os_deals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2df9b9e7-9e28-43f5-b0a8-05ea5936a788","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"close_date\": \"<date>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal_notes\": \"<string>\",\n      \"deal_stage\": \"<uuid>\",\n      \"deal_value\": \"<integer>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"next_contact_date\": \"<dateTime>\",\n      \"organization\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"activities\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"proposals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"close_date\": \"<date>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal_notes\": \"<string>\",\n      \"deal_stage\": \"<uuid>\",\n      \"deal_value\": \"<integer>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"next_contact_date\": \"<dateTime>\",\n      \"organization\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"activities\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"proposals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"8b0d8965-583a-4a85-9e5a-10734b30e8b8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"01015f44-36de-4802-b1c9-8676ad9071f8"},{"name":"Update Multiple Items","id":"5d76f175-65c0-4300-9d47-89905518ad7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_deals items at the same time.</p>\n","urlObject":{"path":["items","os_deals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"64ba5670-8111-40bd-83a3-1748842ac30a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"close_date\": \"<date>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal_notes\": \"<string>\",\n    \"deal_stage\": \"<uuid>\",\n    \"deal_value\": \"<integer>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"next_contact_date\": \"<dateTime>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"activities\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"proposals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5d76f175-65c0-4300-9d47-89905518ad7b"},{"name":"Delete Multiple Items","id":"0dc350df-7abe-4dc1-944e-5fb0fa6a56a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deals","description":"<p>Delete multiple existing os_deals items.</p>\n","urlObject":{"path":["items","os_deals"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1712e634-2cc4-417b-ab8b-a46f18189194","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_deals"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b309165a-0ae0-46bf-9d9e-335724e0f960","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0dc350df-7abe-4dc1-944e-5fb0fa6a56a2"}],"id":"f582431b-3639-4a31-acf7-e12977a87cca","_postman_id":"f582431b-3639-4a31-acf7-e12977a87cca","description":""},{"name":"os_deal_stages","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"435fc3d1-594a-436e-9a81-afc883ed84f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_deal_stages item by unique identifier.</p>\n","urlObject":{"path":["items","os_deal_stages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"284cfd57-c148-4df3-b598-6d44f05752d8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"428c7bab-0405-41c8-9e92-f8d95f143046","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"997f5c1c-a5f3-4122-84fd-4a66dd2c4a64","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1e41d4a3-6836-4e09-a4ee-53f3a88fe635","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"435fc3d1-594a-436e-9a81-afc883ed84f4"},{"name":"Update an Item","id":"54ba07bc-0366-4d59-87b0-15826a835ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_deal_stages item.</p>\n","urlObject":{"path":["items","os_deal_stages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"8ec7497e-4692-4148-9c3d-c45e4e9fce44","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4bdcecdf-986a-42eb-b6ee-26451c3f9ace","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"fa29db61-7695-4f11-8632-7725886068f6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d3494648-482f-4a37-9dbc-624eb4b95bdd","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"color\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"54ba07bc-0366-4d59-87b0-15826a835ca3"},{"name":"Delete an Item","id":"89a98116-ecdf-4a16-a4e3-8289ad36f8d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_stages/:id","description":"<p>Delete an existing os_deal_stages item.</p>\n","urlObject":{"path":["items","os_deal_stages",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3701d201-2321-4470-ba70-1c48fc16e038","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b164f8e4-d7e7-4af0-a387-c2a991ab8b89","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eda7e11a-05fd-43e2-988f-494491666cd2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"69a439ad-5ada-43e1-b502-b437335c09b2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages/:id","host":["https://app.empress.eco"],"path":["items","os_deal_stages",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"89a98116-ecdf-4a16-a4e3-8289ad36f8d4"}],"id":"2765d9cc-dc26-4c93-b2d9-c84ab42f3670","_postman_id":"2765d9cc-dc26-4c93-b2d9-c84ab42f3670","description":""},{"name":"Create an Item","id":"f7d712cb-c056-4460-82b4-220fe6a0804b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_stages?meta=<string>","description":"<p>Create a new os_deal_stages item.</p>\n","urlObject":{"path":["items","os_deal_stages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bfc56923-693b-4490-bc4c-de29e9a52fc4","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"af94073e-5550-4465-9c3b-e04d8a4e570e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f7d712cb-c056-4460-82b4-220fe6a0804b"},{"name":"List Items","id":"6f42777a-5d23-454c-b6a7-caffb8eeaee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_stages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_deal_stages items.</p>\n","urlObject":{"path":["items","os_deal_stages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"daa1847d-4e29-4640-ac7c-5cdddf0c8bcb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"color\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"723a8eff-8381-4d8e-b1e6-2103337ca33d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_deal_stages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6f42777a-5d23-454c-b6a7-caffb8eeaee9"},{"name":"Update Multiple Items","id":"ead795c8-8359-4509-845d-087cae1eb335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_deal_stages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_deal_stages items at the same time.</p>\n","urlObject":{"path":["items","os_deal_stages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f3fa079b-ac0f-453e-8260-69a26550b042","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"color\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_deal_stages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_deal_stages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ead795c8-8359-4509-845d-087cae1eb335"},{"name":"Delete Multiple Items","id":"fa313cb8-64e4-4ed6-a827-c6f915717128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_stages","description":"<p>Delete multiple existing os_deal_stages items.</p>\n","urlObject":{"path":["items","os_deal_stages"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"be1ffdc5-9105-4fba-8733-51a90e5daf0e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_deal_stages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a3cd8b1-7c2c-48a1-9ace-eb47fb3ab457","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_deal_stages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fa313cb8-64e4-4ed6-a827-c6f915717128"}],"id":"4246660a-43d2-4cf2-9474-f3b34a71c012","_postman_id":"4246660a-43d2-4cf2-9474-f3b34a71c012","description":""},{"name":"os_email_templates","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"eb7803f7-a195-49b0-b335-701f1d11bfc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_email_templates item by unique identifier.</p>\n","urlObject":{"path":["items","os_email_templates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ef57f74e-165b-44e1-b6a9-e1c94135f1f1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"80fbcfc4-9a08-497f-b39c-6d812481569f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"73e00cf8-b9ed-4e5e-a138-de4ed5baab56","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2f2a760b-5fcf-4db4-bd6a-02f66592f6a4","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eb7803f7-a195-49b0-b335-701f1d11bfc3"},{"name":"Update an Item","id":"1e596ea4-916c-4d3e-8501-02cccc0d538c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"body\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"subject\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_email_templates item.</p>\n","urlObject":{"path":["items","os_email_templates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"45c011c6-bf0e-42e0-852f-0b4bedf62c07","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f504fb3c-d50d-4555-ae3b-ac071ffea4bf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"body\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"subject\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"71fadb83-e653-42fb-8222-1ac6f7d4111b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"body\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"subject\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dbd99c1a-8115-4e6f-b34a-54f0b2576eb2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"body\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"subject\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1e596ea4-916c-4d3e-8501-02cccc0d538c"},{"name":"Delete an Item","id":"251cbf7d-5df1-4ea1-90bf-eaddaea1e465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_email_templates/:id","description":"<p>Delete an existing os_email_templates item.</p>\n","urlObject":{"path":["items","os_email_templates",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"afa1c78e-e30a-4006-b597-8de7e7b2677f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"111667d4-aa30-47e1-953d-93da96cae0f8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f1b71807-a07d-4da1-8b6d-b695f2815819","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ce09e96f-df2b-4bd4-b306-06997c55800b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates/:id","host":["https://app.empress.eco"],"path":["items","os_email_templates",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"251cbf7d-5df1-4ea1-90bf-eaddaea1e465"}],"id":"9f0b06d7-8149-41d0-94c7-ae561a727435","_postman_id":"9f0b06d7-8149-41d0-94c7-ae561a727435","description":""},{"name":"Create an Item","id":"53e0a7ee-5481-43a8-829e-3485a6148e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_email_templates?meta=<string>","description":"<p>Create a new os_email_templates item.</p>\n","urlObject":{"path":["items","os_email_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d381bbba-b3c5-4b18-895c-caacd28c806b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63447d3d-e408-4e12-bee3-ffa37c76bdc1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"53e0a7ee-5481-43a8-829e-3485a6148e1f"},{"name":"List Items","id":"15bdbbc4-289c-4874-be3c-8e8125c22832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_email_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_email_templates items.</p>\n","urlObject":{"path":["items","os_email_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"215e6bcb-433c-45b9-afe3-db8bb407a224","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"body\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"subject\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"body\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"subject\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c849078b-2f80-4368-acd6-27e26d86200e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_email_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"15bdbbc4-289c-4874-be3c-8e8125c22832"},{"name":"Update Multiple Items","id":"954a0672-dde2-4505-9acb-6819e153f17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_email_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_email_templates items at the same time.</p>\n","urlObject":{"path":["items","os_email_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4736654d-7633-44fa-ba65-199071cd36a9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"body\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"subject\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_email_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_email_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"954a0672-dde2-4505-9acb-6819e153f17a"},{"name":"Delete Multiple Items","id":"2f700497-16cc-44ac-bdb8-0be26f2f9ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_email_templates","description":"<p>Delete multiple existing os_email_templates items.</p>\n","urlObject":{"path":["items","os_email_templates"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"aff6541b-8d22-4911-acbe-61d2010cf4df","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_email_templates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bb346533-b5c2-43a0-9da4-4739b9808ffe","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_email_templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2f700497-16cc-44ac-bdb8-0be26f2f9ca1"}],"id":"8b896f1e-9c4b-4370-8e3e-651ed691ae4b","_postman_id":"8b896f1e-9c4b-4370-8e3e-651ed691ae4b","description":""},{"name":"os_expenses","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"aff44fe2-02e2-4047-9707-87c0040594a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_expenses item by unique identifier.</p>\n","urlObject":{"path":["items","os_expenses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"3ded00ff-a268-4d10-8aee-295a2d6d7920","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2b5d9aa2-a907-425b-a1a6-736957e7b797","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"b06d23a6-4ae3-481a-b7ae-3be4787b6773","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d1449add-396a-4039-a584-6756e8129d78","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aff44fe2-02e2-4047-9707-87c0040594a2"},{"name":"Update an Item","id":"ac08397a-5843-4fe3-b9f8-bdab25dc0e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"cost\": \"<number>\",\n  \"date\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"invoice_item\": \"<uuid>\",\n  \"is_billable\": \"<boolean>\",\n  \"is_reimbursable\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_submitted\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_expenses item.</p>\n","urlObject":{"path":["items","os_expenses",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"66066373-7fe8-4ec0-bcf2-ede54ae479a7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f9430f92-0cd6-43de-ac57-f3ec5a705e45","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"cost\": \"<number>\",\n  \"date\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"invoice_item\": \"<uuid>\",\n  \"is_billable\": \"<boolean>\",\n  \"is_reimbursable\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_submitted\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"0ed1e8f4-48ce-441c-a174-00cdf84681a5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"cost\": \"<number>\",\n  \"date\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"invoice_item\": \"<uuid>\",\n  \"is_billable\": \"<boolean>\",\n  \"is_reimbursable\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_submitted\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8a191d78-e589-4590-b297-89cd8c3ca20f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"cost\": \"<number>\",\n  \"date\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"file\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"invoice_item\": \"<uuid>\",\n  \"is_billable\": \"<boolean>\",\n  \"is_reimbursable\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_submitted\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ac08397a-5843-4fe3-b9f8-bdab25dc0e61"},{"name":"Delete an Item","id":"2d2f8e2b-6f3f-4f18-abd3-5278848bd822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_expenses/:id","description":"<p>Delete an existing os_expenses item.</p>\n","urlObject":{"path":["items","os_expenses",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"0a3593fe-3049-4d6e-b338-f7c0928d21ba","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3444ea98-8ea7-4815-9078-ebf4015cd8ec","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f78d3f1b-6b68-4d5a-868a-b80f4d617b88","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"47d71f65-6ee8-4481-8b4a-058688cc2558","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_expenses/:id","host":["https://app.empress.eco"],"path":["items","os_expenses",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2d2f8e2b-6f3f-4f18-abd3-5278848bd822"}],"id":"ba763af0-5b5c-4d3e-9b8f-f43f4e430296","_postman_id":"ba763af0-5b5c-4d3e-9b8f-f43f4e430296","description":""},{"name":"Create an Item","id":"8f961c39-e78f-485b-9a23-fda9b7a3a4a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_expenses?meta=<string>","description":"<p>Create a new os_expenses item.</p>\n","urlObject":{"path":["items","os_expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"5f874548-878c-4739-b88d-b7ec1effe41b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3e9ad0b3-237a-42e5-9b41-7f80cb32c57c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8f961c39-e78f-485b-9a23-fda9b7a3a4a1"},{"name":"List Items","id":"d6ee770c-40f2-4b03-ae74-db0a35728fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_expenses items.</p>\n","urlObject":{"path":["items","os_expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c9a61a3a-5be1-460d-bf13-01a6695ef46c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"category\": \"<string>\",\n      \"cost\": \"<number>\",\n      \"date\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"file\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"invoice_item\": \"<uuid>\",\n      \"is_billable\": \"<boolean>\",\n      \"is_reimbursable\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_submitted\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"category\": \"<string>\",\n      \"cost\": \"<number>\",\n      \"date\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"file\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"invoice_item\": \"<uuid>\",\n      \"is_billable\": \"<boolean>\",\n      \"is_reimbursable\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_submitted\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a8476fdc-e5a7-41c3-8ecb-5bbea9afd98b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d6ee770c-40f2-4b03-ae74-db0a35728fe9"},{"name":"Update Multiple Items","id":"13c03e87-6875-4356-86ea-1801ff89c6db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_expenses items at the same time.</p>\n","urlObject":{"path":["items","os_expenses"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"287762c0-b36e-447c-8827-585bfa799ed9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"category\": \"<string>\",\n    \"cost\": \"<number>\",\n    \"date\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"file\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"invoice_item\": \"<uuid>\",\n    \"is_billable\": \"<boolean>\",\n    \"is_reimbursable\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_submitted\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_expenses?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_expenses"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"13c03e87-6875-4356-86ea-1801ff89c6db"},{"name":"Delete Multiple Items","id":"dfeaf741-b0fe-48b2-bf72-1836a96fe37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_expenses","description":"<p>Delete multiple existing os_expenses items.</p>\n","urlObject":{"path":["items","os_expenses"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f59b2d62-b313-4050-8f72-676e2e42febf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_expenses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"82afdc6a-d435-422b-ad77-a344c51dc02b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_expenses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dfeaf741-b0fe-48b2-bf72-1836a96fe37f"}],"id":"39c2ae90-f140-4d42-9454-03665ba89964","_postman_id":"39c2ae90-f140-4d42-9454-03665ba89964","description":""},{"name":"os_invoice_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7a67a1dd-4267-43dd-89e8-f18e6e5c11da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_invoice_items item by unique identifier.</p>\n","urlObject":{"path":["items","os_invoice_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"744b53ed-ea8b-4c12-811e-5ad1e396afbe","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"339304bd-5a05-4986-811b-f8ba2a39dea7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"90ebdbcd-d738-4ec7-9d4b-0fe3954a51da","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d95da714-8296-4900-bbf1-ba068583d2f0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7a67a1dd-4267-43dd-89e8-f18e6e5c11da"},{"name":"Update an Item","id":"0a71e52b-79ca-4fb8-9762-083c0722c3bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"billable_expense\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"item\": \"<uuid>\",\n  \"item_name\": \"<string>\",\n  \"line_amount\": \"<number>\",\n  \"line_item_number\": \"<integer>\",\n  \"override_unit_price\": \"<boolean>\",\n  \"quantity\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"tax_amount\": \"<number>\",\n  \"tax_rate\": \"<uuid>\",\n  \"type\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_invoice_items item.</p>\n","urlObject":{"path":["items","os_invoice_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9ecbcca1-c93a-4e64-ad41-89f440e70b0b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"70ee9a53-b303-434b-9713-f9cf32a2c1e9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"billable_expense\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"item\": \"<uuid>\",\n  \"item_name\": \"<string>\",\n  \"line_amount\": \"<number>\",\n  \"line_item_number\": \"<integer>\",\n  \"override_unit_price\": \"<boolean>\",\n  \"quantity\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"tax_amount\": \"<number>\",\n  \"tax_rate\": \"<uuid>\",\n  \"type\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"48a6c503-7d17-4589-933d-6514c3383f5b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"billable_expense\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"item\": \"<uuid>\",\n  \"item_name\": \"<string>\",\n  \"line_amount\": \"<number>\",\n  \"line_item_number\": \"<integer>\",\n  \"override_unit_price\": \"<boolean>\",\n  \"quantity\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"tax_amount\": \"<number>\",\n  \"tax_rate\": \"<uuid>\",\n  \"type\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"11393d15-3a9a-43c0-b6bf-aff17264061c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"billable_expense\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"item\": \"<uuid>\",\n  \"item_name\": \"<string>\",\n  \"line_amount\": \"<number>\",\n  \"line_item_number\": \"<integer>\",\n  \"override_unit_price\": \"<boolean>\",\n  \"quantity\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"tax_amount\": \"<number>\",\n  \"tax_rate\": \"<uuid>\",\n  \"type\": \"<string>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0a71e52b-79ca-4fb8-9762-083c0722c3bd"},{"name":"Delete an Item","id":"f05a9f14-4e77-4abd-a77f-93004a8d5e51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoice_items/:id","description":"<p>Delete an existing os_invoice_items item.</p>\n","urlObject":{"path":["items","os_invoice_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f756bd48-2828-47d3-b013-8717e7f651d7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"69baa1fe-db1d-40c7-9ca4-41ccf6b97f56","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1ce78be8-0d2d-4ed4-9c0e-b43cf852dfeb","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"98246383-0337-4645-9167-0f1a3e4b3679","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items/:id","host":["https://app.empress.eco"],"path":["items","os_invoice_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f05a9f14-4e77-4abd-a77f-93004a8d5e51"}],"id":"840deb65-698c-488c-900d-f24cf262a241","_postman_id":"840deb65-698c-488c-900d-f24cf262a241","description":""},{"name":"Create an Item","id":"170c428b-a175-4161-aaef-6a43c9c96a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoice_items?meta=<string>","description":"<p>Create a new os_invoice_items item.</p>\n","urlObject":{"path":["items","os_invoice_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"5192c4f2-511c-44dd-8063-f1d6bc3132fb","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0b915206-334b-4650-924a-807507220311","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"170c428b-a175-4161-aaef-6a43c9c96a45"},{"name":"List Items","id":"37fd9b6b-f192-4eac-9998-d22fb642361e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoice_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_invoice_items items.</p>\n","urlObject":{"path":["items","os_invoice_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cd220b02-9a45-4c96-abd9-86f659304993","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"billable_expense\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice\": \"<uuid>\",\n      \"item\": \"<uuid>\",\n      \"item_name\": \"<string>\",\n      \"line_amount\": \"<number>\",\n      \"line_item_number\": \"<integer>\",\n      \"override_unit_price\": \"<boolean>\",\n      \"quantity\": \"<number>\",\n      \"sort\": \"<integer>\",\n      \"tax_amount\": \"<number>\",\n      \"tax_rate\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"unit_price\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"billable_expense\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice\": \"<uuid>\",\n      \"item\": \"<uuid>\",\n      \"item_name\": \"<string>\",\n      \"line_amount\": \"<number>\",\n      \"line_item_number\": \"<integer>\",\n      \"override_unit_price\": \"<boolean>\",\n      \"quantity\": \"<number>\",\n      \"sort\": \"<integer>\",\n      \"tax_amount\": \"<number>\",\n      \"tax_rate\": \"<uuid>\",\n      \"type\": \"<string>\",\n      \"unit_price\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"1910aee8-5f1d-4ce5-a262-352a046e4852","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_invoice_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"37fd9b6b-f192-4eac-9998-d22fb642361e"},{"name":"Update Multiple Items","id":"e16a60a7-1e15-4f8e-8f6a-54814e40bd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoice_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_invoice_items items at the same time.</p>\n","urlObject":{"path":["items","os_invoice_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a6767b25-f155-42a7-bdd2-a59af33170fa","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"billable_expense\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"item\": \"<uuid>\",\n    \"item_name\": \"<string>\",\n    \"line_amount\": \"<number>\",\n    \"line_item_number\": \"<integer>\",\n    \"override_unit_price\": \"<boolean>\",\n    \"quantity\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"tax_amount\": \"<number>\",\n    \"tax_rate\": \"<uuid>\",\n    \"type\": \"<string>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoice_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoice_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e16a60a7-1e15-4f8e-8f6a-54814e40bd56"},{"name":"Delete Multiple Items","id":"3b98b0d8-11be-499a-8905-4a25bccf6501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoice_items","description":"<p>Delete multiple existing os_invoice_items items.</p>\n","urlObject":{"path":["items","os_invoice_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b4619957-65a2-4a3c-8e7f-960bd043fcf5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_invoice_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"422da822-961b-4f0f-94ff-c18243772336","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoice_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3b98b0d8-11be-499a-8905-4a25bccf6501"}],"id":"84c22bb8-3f14-4e9c-82b2-9b72af4130ff","_postman_id":"84c22bb8-3f14-4e9c-82b2-9b72af4130ff","description":""},{"name":"os_invoices","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"81b4e6a5-8856-425c-945b-16ec386ade3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_invoices item by unique identifier.</p>\n","urlObject":{"path":["items","os_invoices",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"936601ec-77e2-4146-ae9c-ae5ad86908e8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"88f5d9b9-10fd-4bc1-961c-fac37e6054e4","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"a47be7bc-7ee9-4fa4-8872-7916d31a4325","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c234d011-d9e9-4439-925f-43324555d957","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"81b4e6a5-8856-425c-945b-16ec386ade3f"},{"name":"Update an Item","id":"960b5a2d-97c2-4053-802e-dc0cfcf3b5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount_due\": \"<number>\",\n  \"amount_paid\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice_number\": \"<string>\",\n  \"issue_date\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"reference\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtotal\": \"<number>\",\n  \"total\": \"<number>\",\n  \"total_tax\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"line_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"payments\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_invoices item.</p>\n","urlObject":{"path":["items","os_invoices",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"52600500-10e2-45f7-845a-3a1f6601539d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"43b6e399-82af-419d-801c-48271d1144f7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount_due\": \"<number>\",\n  \"amount_paid\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice_number\": \"<string>\",\n  \"issue_date\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"reference\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtotal\": \"<number>\",\n  \"total\": \"<number>\",\n  \"total_tax\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"line_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"payments\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"9ba4b6c5-7c95-4fdb-9c8f-cd14b42af38e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount_due\": \"<number>\",\n  \"amount_paid\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice_number\": \"<string>\",\n  \"issue_date\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"reference\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtotal\": \"<number>\",\n  \"total\": \"<number>\",\n  \"total_tax\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"line_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"payments\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c945ca75-ab42-4d7c-a49e-710625f89d53","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount_due\": \"<number>\",\n  \"amount_paid\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice_number\": \"<string>\",\n  \"issue_date\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"project\": \"<uuid>\",\n  \"reference\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtotal\": \"<number>\",\n  \"total\": \"<number>\",\n  \"total_tax\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"line_items\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"payments\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"960b5a2d-97c2-4053-802e-dc0cfcf3b5fd"},{"name":"Delete an Item","id":"20c43462-4930-4752-89ab-444e52b7fe17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoices/:id","description":"<p>Delete an existing os_invoices item.</p>\n","urlObject":{"path":["items","os_invoices",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b6df78c9-ade6-4020-ba60-20c00fdef448","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e71c113f-4ffd-4108-bfd2-eda6409f4573","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ee3da97a-1bfa-48ed-b1b5-e80ac15523c1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"84d0a007-2d1e-49db-8b5c-2def2c57152b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_invoices/:id","host":["https://app.empress.eco"],"path":["items","os_invoices",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"20c43462-4930-4752-89ab-444e52b7fe17"}],"id":"d0fb2dc7-b1da-464e-b532-4a8235430a5c","_postman_id":"d0fb2dc7-b1da-464e-b532-4a8235430a5c","description":""},{"name":"Create an Item","id":"31788210-a3e9-47c4-a750-5129a38b6861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoices?meta=<string>","description":"<p>Create a new os_invoices item.</p>\n","urlObject":{"path":["items","os_invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"2879ff26-e5a4-46a0-9738-4bef28023930","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9163c148-7562-4f89-bc1c-e53524444646","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"31788210-a3e9-47c4-a750-5129a38b6861"},{"name":"List Items","id":"81b8f2c7-83db-46d1-a935-5596e0f98cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_invoices items.</p>\n","urlObject":{"path":["items","os_invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cdec68ce-336d-42c7-8db0-5fc34bd3e306","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"amount_due\": \"<number>\",\n      \"amount_paid\": \"<number>\",\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"due_date\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice_number\": \"<string>\",\n      \"issue_date\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"project\": \"<uuid>\",\n      \"reference\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"subtotal\": \"<number>\",\n      \"total\": \"<number>\",\n      \"total_tax\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"line_items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"payments\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"amount_due\": \"<number>\",\n      \"amount_paid\": \"<number>\",\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"due_date\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice_number\": \"<string>\",\n      \"issue_date\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"project\": \"<uuid>\",\n      \"reference\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"subtotal\": \"<number>\",\n      \"total\": \"<number>\",\n      \"total_tax\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"line_items\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"payments\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"fbd55f89-ac8a-4400-acfe-b19804f8af05","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"81b8f2c7-83db-46d1-a935-5596e0f98cad"},{"name":"Update Multiple Items","id":"0c1ddd16-8d1a-415a-bb03-70f0aa2baf46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_invoices items at the same time.</p>\n","urlObject":{"path":["items","os_invoices"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"29b24d8e-0fb3-44a4-8b73-dca0fc25efc2","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"amount_due\": \"<number>\",\n    \"amount_paid\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice_number\": \"<string>\",\n    \"issue_date\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"project\": \"<uuid>\",\n    \"reference\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtotal\": \"<number>\",\n    \"total\": \"<number>\",\n    \"total_tax\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"line_items\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"payments\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_invoices?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_invoices"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0c1ddd16-8d1a-415a-bb03-70f0aa2baf46"},{"name":"Delete Multiple Items","id":"a74cd828-af5f-48ec-b730-9f96ceb4d875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoices","description":"<p>Delete multiple existing os_invoices items.</p>\n","urlObject":{"path":["items","os_invoices"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1e150c8a-2693-4661-a225-f52561bd333f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_invoices"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fc4dceba-11d0-4b38-a5a6-a99b9e2a1197","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_invoices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a74cd828-af5f-48ec-b730-9f96ceb4d875"}],"id":"f9fb0eb8-a477-4b24-8676-5303e9d9bc09","_postman_id":"f9fb0eb8-a477-4b24-8676-5303e9d9bc09","description":""},{"name":"os_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"6ae2b05f-42ac-4cec-b063-091a68d8e7b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_items item by unique identifier.</p>\n","urlObject":{"path":["items","os_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"cecd7afe-9987-4421-b398-9f104ca333be","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7c07b4fb-94c9-45dc-9380-f2d6669e3130","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"c9c7a301-a9c8-4074-925a-585ff90b5f5a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c16f48e7-99bb-4225-a20b-d3ee22237b05","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6ae2b05f-42ac-4cec-b063-091a68d8e7b3"},{"name":"Update an Item","id":"911df24f-b270-44b1-87f9-4853f660c6b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"default_tax_rate\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"unit_cost\": \"<number>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_items item.</p>\n","urlObject":{"path":["items","os_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e093dac6-a095-4ec4-a22b-867d880cea00","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b428e79d-9f1d-4dcd-9757-270df62480b4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"default_tax_rate\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"unit_cost\": \"<number>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"0674697d-586a-404b-a79a-2bee29fa2e49","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"default_tax_rate\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"unit_cost\": \"<number>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5164e7e4-d2f3-414c-bd5a-9e1587a356f7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"default_tax_rate\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"unit_cost\": \"<number>\",\n  \"unit_price\": \"<number>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"911df24f-b270-44b1-87f9-4853f660c6b6"},{"name":"Delete an Item","id":"553c67c1-f3ae-4cad-a234-c5f9c026141d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_items/:id","description":"<p>Delete an existing os_items item.</p>\n","urlObject":{"path":["items","os_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"23191d1f-9c35-495f-ba96-c3fd0cfabe29","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6d2fac62-1875-4187-9ed2-f26afb4786aa","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_items/:id","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"08e4bc7e-515a-4074-9085-14d5842e3b85","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_items/:id","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"93d943f7-d1a1-46bf-a047-5cecdbdf2a00","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_items/:id","host":["https://app.empress.eco"],"path":["items","os_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"553c67c1-f3ae-4cad-a234-c5f9c026141d"}],"id":"61689ce5-4f82-46d0-b723-a15e2448158c","_postman_id":"61689ce5-4f82-46d0-b723-a15e2448158c","description":""},{"name":"Create an Item","id":"c3d18169-01b3-462f-bb66-f84d2b133ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_items?meta=<string>","description":"<p>Create a new os_items item.</p>\n","urlObject":{"path":["items","os_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bdbf92ed-55d2-43cf-9a39-057fb9de93d0","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e6019afa-86b1-4997-8c41-1ce47f1300ce","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c3d18169-01b3-462f-bb66-f84d2b133ab8"},{"name":"List Items","id":"0ffc5724-090f-473f-bf64-0c7fec405603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_items items.</p>\n","urlObject":{"path":["items","os_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"271b27b0-919e-4c27-8306-91aa1d79e544","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"default_tax_rate\": \"<uuid>\",\n      \"description\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"unit_cost\": \"<number>\",\n      \"unit_price\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"default_tax_rate\": \"<uuid>\",\n      \"description\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"unit_cost\": \"<number>\",\n      \"unit_price\": \"<number>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5b243085-70d5-4910-99b8-f606553454e1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0ffc5724-090f-473f-bf64-0c7fec405603"},{"name":"Update Multiple Items","id":"a34f3d6d-a883-4e0a-a28b-1ce652bfad30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_items items at the same time.</p>\n","urlObject":{"path":["items","os_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ea8ed178-45e5-468f-8434-4bc1fb182135","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"default_tax_rate\": \"<uuid>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"unit_cost\": \"<number>\",\n    \"unit_price\": \"<number>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a34f3d6d-a883-4e0a-a28b-1ce652bfad30"},{"name":"Delete Multiple Items","id":"04a97ca6-aec2-400e-a5c0-61bd840aa8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_items","description":"<p>Delete multiple existing os_items items.</p>\n","urlObject":{"path":["items","os_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"45b0fa8f-eaf9-4520-be05-7d5498f543fb","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"efe19a95-2b6b-44dc-b0c4-c77403ce6448","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"04a97ca6-aec2-400e-a5c0-61bd840aa8b8"}],"id":"45c5bc85-d0a3-4537-bda0-d4eb7bb1ca0b","_postman_id":"45c5bc85-d0a3-4537-bda0-d4eb7bb1ca0b","description":""},{"name":"os_payments","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"76e6ed51-b7f8-416a-ac7f-60e7b5e4b786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_payments item by unique identifier.</p>\n","urlObject":{"path":["items","os_payments",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ba7f3c0e-60b6-41e3-b063-61b0d133b8de","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"56fb2ca8-040c-42b1-834d-21e0a2bf92d9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n}"},{"id":"a3802261-e10a-4bb4-8702-1a2780ad2cf6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9e499df5-79c3-4427-b26b-5e5099fe0eb0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"76e6ed51-b7f8-416a-ac7f-60e7b5e4b786"},{"name":"Update an Item","id":"fe86019a-822b-4f1a-b1eb-b1b48183326e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<uuid>\",\n  \"payment_date\": \"<string>\",\n  \"payment_method_type\": \"<string>\",\n  \"receipt_url\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"stripe_payment_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"payment_links\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_payments item.</p>\n","urlObject":{"path":["items","os_payments",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"901c9973-0bde-4952-93c7-a8df82f28533","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8b488603-d25d-423e-8c64-67d0b6093770","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<uuid>\",\n  \"payment_date\": \"<string>\",\n  \"payment_method_type\": \"<string>\",\n  \"receipt_url\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"stripe_payment_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"payment_links\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n}"},{"id":"a1a0e1e2-499d-4ae4-b472-df05ca4bbce4","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<uuid>\",\n  \"payment_date\": \"<string>\",\n  \"payment_method_type\": \"<string>\",\n  \"receipt_url\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"stripe_payment_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"payment_links\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"92a27e72-4dfe-4213-8548-a4d7d56f034c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"invoice\": \"<uuid>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<uuid>\",\n  \"payment_date\": \"<string>\",\n  \"payment_method_type\": \"<string>\",\n  \"receipt_url\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"stripe_payment_id\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"payment_links\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fe86019a-822b-4f1a-b1eb-b1b48183326e"},{"name":"Delete an Item","id":"6aab999b-77d2-431d-ab02-f5b1971a76a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payments/:id","description":"<p>Delete an existing os_payments item.</p>\n","urlObject":{"path":["items","os_payments",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b982eaad-0d35-4ba0-ac2f-1ddcbe78baa2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"28207158-9e21-4a6c-bf3f-8ca433cdc781","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_payments/:id","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"172d85af-9427-4bb0-a0ed-421619cb8e5c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payments/:id","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d879d864-fe76-4ba9-8d20-1478a13e41eb","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payments/:id","host":["https://app.empress.eco"],"path":["items","os_payments",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6aab999b-77d2-431d-ab02-f5b1971a76a4"}],"id":"2f3ac884-f148-475b-9f7a-e64200b77968","_postman_id":"2f3ac884-f148-475b-9f7a-e64200b77968","description":""},{"name":"Create an Item","id":"11eb096e-a051-4532-b6f3-00a191204470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  },\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payments?meta=<string>","description":"<p>Create a new os_payments item.</p>\n","urlObject":{"path":["items","os_payments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"40b56853-f2fc-4c7c-9ce4-3deffb065a8a","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  },\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payments"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"03cb0282-edae-433d-b8fa-3a92aed312d0","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  },\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payments"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"11eb096e-a051-4532-b6f3-00a191204470"},{"name":"List Items","id":"5c82de4d-b1b5-4cd7-ae7d-26f8a0ac6469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_payments items.</p>\n","urlObject":{"path":["items","os_payments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"02cab296-cb20-4ea3-8faf-d3f5c97bc78a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_payments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"amount\": \"<number>\",\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice\": \"<uuid>\",\n      \"metadata\": {\n        \"nullable\": true\n      },\n      \"organization\": \"<uuid>\",\n      \"payment_date\": \"<string>\",\n      \"payment_method_type\": \"<string>\",\n      \"receipt_url\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"stripe_payment_id\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"payment_links\": \"<string>\"\n    },\n    {\n      \"amount\": \"<number>\",\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"invoice\": \"<uuid>\",\n      \"metadata\": {\n        \"nullable\": true\n      },\n      \"organization\": \"<uuid>\",\n      \"payment_date\": \"<string>\",\n      \"payment_method_type\": \"<string>\",\n      \"receipt_url\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"stripe_payment_id\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"payment_links\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"bb3ca9fe-c5f6-4b92-83b8-a0ce969c9f73","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_payments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c82de4d-b1b5-4cd7-ae7d-26f8a0ac6469"},{"name":"Update Multiple Items","id":"9b4616a1-c5c4-4f0a-9947-143c60ecd2d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  },\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_payments items at the same time.</p>\n","urlObject":{"path":["items","os_payments"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"08c2fae2-610f-448d-bb3c-3b7593e56f21","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  },\n  {\n    \"amount\": \"<number>\",\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"invoice\": \"<uuid>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<uuid>\",\n    \"payment_date\": \"<string>\",\n    \"payment_method_type\": \"<string>\",\n    \"receipt_url\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"stripe_payment_id\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"payment_links\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payments?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payments"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9b4616a1-c5c4-4f0a-9947-143c60ecd2d5"},{"name":"Delete Multiple Items","id":"8dd44455-42b2-42f4-a312-7531cf3ab175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payments","description":"<p>Delete multiple existing os_payments items.</p>\n","urlObject":{"path":["items","os_payments"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"a36c3f28-0742-4ed4-9313-d995610ea8f3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_payments"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7da9ccc6-68ca-44a6-bb5b-8471b88743ac","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8dd44455-42b2-42f4-a312-7531cf3ab175"}],"id":"9e6b345a-ad15-4b99-afaa-92d1193a3248","_postman_id":"9e6b345a-ad15-4b99-afaa-92d1193a3248","description":""},{"name":"os_payment_terms","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"5f0cdf33-6559-4c3c-9a0f-b5a4b1abeed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_payment_terms item by unique identifier.</p>\n","urlObject":{"path":["items","os_payment_terms",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"562d45d1-e39f-49d7-bbc4-9a8121eec8cd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2cbdccec-c8ed-4bfa-ba59-6df7c06837b5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"ddf3f137-f930-40da-9719-8333d4518c08","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8134140c-4c68-490e-b910-22b83a7501e8","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5f0cdf33-6559-4c3c-9a0f-b5a4b1abeed6"},{"name":"Update an Item","id":"0eb8d475-f6a2-4d1a-8637-04b4d97c6a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_payment_terms item.</p>\n","urlObject":{"path":["items","os_payment_terms",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"0ae4de00-1ed7-480d-8bd9-276637b4d813","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ffe1972b-dcdb-435e-b701-74f84f1a168e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"eb2b036a-da53-421c-9807-84a29ceab28d","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"90be210f-f5d8-4fb6-89cf-e5724db49ae2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0eb8d475-f6a2-4d1a-8637-04b4d97c6a33"},{"name":"Delete an Item","id":"9b0c8afe-9e79-479a-8ac1-d738b1db27a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payment_terms/:id","description":"<p>Delete an existing os_payment_terms item.</p>\n","urlObject":{"path":["items","os_payment_terms",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"acf7faf2-f09e-40ef-bfca-0d294ab55804","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b2c2a003-8abd-4958-877c-50e6a9ffd64b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b77f011-b5a9-4c08-9904-4991346ddfe9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ce41963b-0080-4b8a-b767-0e871fd2aba3","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms/:id","host":["https://app.empress.eco"],"path":["items","os_payment_terms",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9b0c8afe-9e79-479a-8ac1-d738b1db27a3"}],"id":"544016ab-28a2-4cb9-8982-fa9126265160","_postman_id":"544016ab-28a2-4cb9-8982-fa9126265160","description":""},{"name":"Create an Item","id":"d516d12c-d502-4c18-bab0-d37ed645f075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payment_terms?meta=<string>","description":"<p>Create a new os_payment_terms item.</p>\n","urlObject":{"path":["items","os_payment_terms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"30daed50-704d-4c8f-b47b-77fb31093e6a","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6b22ea28-acb3-49aa-a1df-96aab9488116","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d516d12c-d502-4c18-bab0-d37ed645f075"},{"name":"List Items","id":"ba0b4bf9-660a-4d7e-ac6c-44278614e93f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payment_terms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_payment_terms items.</p>\n","urlObject":{"path":["items","os_payment_terms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ab1d3864-a238-402a-a201-8fd84189ae68","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"53b02e09-dcbb-4129-ac4c-59ce2035e3a2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_payment_terms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ba0b4bf9-660a-4d7e-ac6c-44278614e93f"},{"name":"Update Multiple Items","id":"5f356bc7-5555-4f06-bca9-7173fe3f1a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_payment_terms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_payment_terms items at the same time.</p>\n","urlObject":{"path":["items","os_payment_terms"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6f2febcd-fb1f-4e17-b51c-9a3483bd954d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_payment_terms?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_payment_terms"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5f356bc7-5555-4f06-bca9-7173fe3f1a03"},{"name":"Delete Multiple Items","id":"8a3523da-6ba8-4768-be30-71df259ef44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payment_terms","description":"<p>Delete multiple existing os_payment_terms items.</p>\n","urlObject":{"path":["items","os_payment_terms"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cb0b6808-9f4c-4211-a445-0aead1915b5b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_payment_terms"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b92c81ec-186a-4ed0-ab16-830674e75d6f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_payment_terms"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8a3523da-6ba8-4768-be30-71df259ef44e"}],"id":"f05e6c8b-30a5-4ddb-9e3b-b9f5a83485bc","_postman_id":"f05e6c8b-30a5-4ddb-9e3b-b9f5a83485bc","description":""},{"name":"os_project_contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"0d4b8383-2bb4-4194-bdda-70ccac42910d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_project_contacts item by unique identifier.</p>\n","urlObject":{"path":["items","os_project_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"cb5413dd-af0f-423b-b859-fe7ebb03b0c8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4e15b8ae-847e-4e0e-a198-70cf7bac4b69","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"623814b6-e70d-4e5b-bf85-64abea2bce60","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ad00e6a8-a6ed-41e9-a044-04cffb649313","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d4b8383-2bb4-4194-bdda-70ccac42910d"},{"name":"Update an Item","id":"5e1ee0f6-55fe-41d2-9783-ba867c4426ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_projects_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_project_contacts item.</p>\n","urlObject":{"path":["items","os_project_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5931e523-2492-47eb-9640-0a44b66223e3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"27ae4851-f0ca-467d-a908-fe0d169bbdf8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_projects_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"8ab56c22-691a-49c3-a470-52707f29638e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_projects_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f961b6d9-b550-4393-bdda-f10b6ce07e68","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_projects_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5e1ee0f6-55fe-41d2-9783-ba867c4426ec"},{"name":"Delete an Item","id":"e68e076e-dfa8-4791-b1f4-52f431383888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_contacts/:id","description":"<p>Delete an existing os_project_contacts item.</p>\n","urlObject":{"path":["items","os_project_contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b2b980ed-5829-4f8b-8191-a350ca68433b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6a2ad508-0f1d-430a-87ca-c28c40b61090","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c3efe531-687e-4bff-a8db-1e3f7db9b6db","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bf575b88-bb8a-440c-9b91-9bd2b3bb4bd2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_project_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e68e076e-dfa8-4791-b1f4-52f431383888"}],"id":"54328c34-b84d-4a7f-86e9-dc1066252874","_postman_id":"54328c34-b84d-4a7f-86e9-dc1066252874","description":""},{"name":"Create an Item","id":"d7924277-d32a-4f4c-b165-b9740d0daa37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_contacts?meta=<string>","description":"<p>Create a new os_project_contacts item.</p>\n","urlObject":{"path":["items","os_project_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"db1b68d3-488c-4332-9523-abb5198c53a2","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4d12bbf6-0b90-4c67-840c-b4ba369a9b82","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d7924277-d32a-4f4c-b165-b9740d0daa37"},{"name":"List Items","id":"292d3f5a-faf9-457a-943f-03ed42a13ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_project_contacts items.</p>\n","urlObject":{"path":["items","os_project_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2bcdd79e-b80f-4596-9976-f9b907852e54","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_projects_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_projects_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"79e736f9-b48d-437f-b961-0931ed03e3b1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"292d3f5a-faf9-457a-943f-03ed42a13ec4"},{"name":"Update Multiple Items","id":"36c574cd-4ad4-4487-88c1-5bc7dd1cf563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_project_contacts items at the same time.</p>\n","urlObject":{"path":["items","os_project_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f02fbb26-2e25-49d5-a8d8-f26244730d23","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_projects_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"36c574cd-4ad4-4487-88c1-5bc7dd1cf563"},{"name":"Delete Multiple Items","id":"4ee693a3-d31a-4c6c-bed5-459dcd95c800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_contacts","description":"<p>Delete multiple existing os_project_contacts items.</p>\n","urlObject":{"path":["items","os_project_contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"55ef8252-a2bd-4b30-ad88-041b4ceccf73","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_project_contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"34d6279f-7041-4505-90bd-6fb9abb3512a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4ee693a3-d31a-4c6c-bed5-459dcd95c800"}],"id":"06dea630-d13a-4a20-b23a-b390a0b68d26","_postman_id":"06dea630-d13a-4a20-b23a-b390a0b68d26","description":""},{"name":"os_projects","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"8055bfb6-7c91-487a-a490-209caabe3886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_projects item by unique identifier.</p>\n","urlObject":{"path":["items","os_projects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"376851e3-c247-418e-a6af-b960a7bd995f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1d5e6499-283f-44ff-8143-e06cbfe566cb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"f04b6132-f074-4397-b383-972cc002b308","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e3ea1876-c9f0-40f4-8f25-6f67e0085936","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8055bfb6-7c91-487a-a490-209caabe3886"},{"name":"Update an Item","id":"d3abd8ee-74f6-4479-9fcb-c25f7262bf34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"billing\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"tasks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"updates\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"expenses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"invoices\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_projects item.</p>\n","urlObject":{"path":["items","os_projects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"1dd0febb-65b6-4be4-bac5-97774a4a17a7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c765e5f7-81ef-4e82-b452-442f73164ad0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"billing\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"tasks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"updates\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"expenses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"invoices\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"7161fae5-aa4c-45b9-b34a-2a2b13a0f132","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"billing\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"tasks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"updates\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"expenses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"invoices\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c41341a4-c35c-4fa8-a469-f6b701762c35","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"owner\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"billing\": \"<string>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"tasks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"updates\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"expenses\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"invoices\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d3abd8ee-74f6-4479-9fcb-c25f7262bf34"},{"name":"Delete an Item","id":"be30d21e-fd91-4f8b-941f-1446e7c005d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_projects/:id","description":"<p>Delete an existing os_projects item.</p>\n","urlObject":{"path":["items","os_projects",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3313b20c-544b-4403-a76f-b18accdb09c3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e6059e7c-46cd-457e-903f-264f587888c9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_projects/:id","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b9e6102b-a898-473a-bf1b-adf82211f383","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_projects/:id","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"77fa3e55-e0ab-410d-8d79-7f596d0636d3","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_projects/:id","host":["https://app.empress.eco"],"path":["items","os_projects",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"be30d21e-fd91-4f8b-941f-1446e7c005d1"}],"id":"b36fb003-bc4c-4e74-916a-7be88ae4e2dc","_postman_id":"b36fb003-bc4c-4e74-916a-7be88ae4e2dc","description":""},{"name":"Create an Item","id":"ff46cdbe-964d-49af-8ede-599b3dc0b03f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_projects?meta=<string>","description":"<p>Create a new os_projects item.</p>\n","urlObject":{"path":["items","os_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"6a3d956b-337c-46c2-968a-de509f1a77fc","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_projects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"47babe8c-cc2d-44ad-adfa-3e11ba2e49aa","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_projects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ff46cdbe-964d-49af-8ede-599b3dc0b03f"},{"name":"List Items","id":"f9f23b90-d61c-47a3-adb5-c272e9dd0e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_projects items.</p>\n","urlObject":{"path":["items","os_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7b42cc1e-6ff8-4993-bccc-b1beee84173a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"due_date\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"start_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"billing\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"tasks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"updates\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"expenses\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"invoices\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"due_date\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"owner\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"start_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"billing\": \"<string>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"tasks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"updates\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"expenses\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"invoices\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"07fb95ef-17df-4179-a152-eb4f3ddfed2c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f9f23b90-d61c-47a3-adb5-c272e9dd0e79"},{"name":"Update Multiple Items","id":"465ed047-be03-4860-8c1b-f372df7a065d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_projects items at the same time.</p>\n","urlObject":{"path":["items","os_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9510eb04-17be-4f5e-861a-6f6eef0f34f8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"owner\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"billing\": \"<string>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"tasks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"updates\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"expenses\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"invoices\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"465ed047-be03-4860-8c1b-f372df7a065d"},{"name":"Delete Multiple Items","id":"e5e48966-bbce-4454-9032-16f82b51fffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_projects","description":"<p>Delete multiple existing os_projects items.</p>\n","urlObject":{"path":["items","os_projects"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"0255c887-5b24-4fb5-a1ea-3a6e1304ee8f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_projects"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"da42f3ec-ac40-424f-8d28-fa78c6e47941","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e5e48966-bbce-4454-9032-16f82b51fffc"}],"id":"01ec4536-83f8-4ef9-ad30-f0b54b6b8b56","_postman_id":"01ec4536-83f8-4ef9-ad30-f0b54b6b8b56","description":""},{"name":"os_project_templates","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"85088c46-41da-475b-ae41-45b70511e2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_project_templates item by unique identifier.</p>\n","urlObject":{"path":["items","os_project_templates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"67af46c8-4178-4287-bfdc-f92158761a22","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b99c51ee-1097-4231-b14f-b1452ce772c3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"84eeeefb-d79e-474c-8538-66756f36139e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d994e4fb-f455-4b56-bf53-5556c760eede","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"85088c46-41da-475b-ae41-45b70511e2ad"},{"name":"Update an Item","id":"bbf8c287-b69a-4c76-9e2b-080dc935ddc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"tasks\": {\n    \"nullable\": true\n  },\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_project_templates item.</p>\n","urlObject":{"path":["items","os_project_templates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d3256cf8-af01-40ef-a424-f1d6d0e513e4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"97b971a1-dd6d-4753-8aa2-b011d6885a02","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"tasks\": {\n    \"nullable\": true\n  },\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"185ad611-b0bc-4648-be4c-60bab5fe11a6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"tasks\": {\n    \"nullable\": true\n  },\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d8684993-816f-4b11-8ffd-92a3988f3ef1","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"tasks\": {\n    \"nullable\": true\n  },\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bbf8c287-b69a-4c76-9e2b-080dc935ddc8"},{"name":"Delete an Item","id":"9e468309-4b49-420a-9dd9-880cc68a5c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_templates/:id","description":"<p>Delete an existing os_project_templates item.</p>\n","urlObject":{"path":["items","os_project_templates",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1fd8b36d-92f0-45ed-841b-e4cfb216f2da","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6d35fcb9-7252-4d48-a846-ea266001c57f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7983254f-ef82-4d49-b88b-f0f0c5ef8218","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"48f545a9-de90-40e8-83c6-4b8d71045f08","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates/:id","host":["https://app.empress.eco"],"path":["items","os_project_templates",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9e468309-4b49-420a-9dd9-880cc68a5c94"}],"id":"e05dee46-e987-438e-9efd-1d627b26edb1","_postman_id":"e05dee46-e987-438e-9efd-1d627b26edb1","description":""},{"name":"Create an Item","id":"ca1817df-51f5-4082-80ae-5e1cd47b193a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_templates?meta=<string>","description":"<p>Create a new os_project_templates item.</p>\n","urlObject":{"path":["items","os_project_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"eff7caaf-4d03-4271-9eb0-2de950f946d8","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c7141edd-4d2a-4d51-870c-15e881d3823c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ca1817df-51f5-4082-80ae-5e1cd47b193a"},{"name":"List Items","id":"b556220a-794b-4753-85b5-68eee83bdb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_project_templates items.</p>\n","urlObject":{"path":["items","os_project_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"46ecff1c-d47e-4d60-8d4f-8488a3b9e894","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"tasks\": {\n        \"nullable\": true\n      },\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"tasks\": {\n        \"nullable\": true\n      },\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"820c865f-633b-4fd6-9d78-eb93343b6caf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b556220a-794b-4753-85b5-68eee83bdb9a"},{"name":"Update Multiple Items","id":"03be1c23-f94b-4ae7-88e3-13492b73f86f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_project_templates items at the same time.</p>\n","urlObject":{"path":["items","os_project_templates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7c9a47de-5b17-483c-ae7a-e0830d225d34","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"tasks\": {\n      \"nullable\": true\n    },\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_templates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_templates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"03be1c23-f94b-4ae7-88e3-13492b73f86f"},{"name":"Delete Multiple Items","id":"7c764a59-2fb6-4ebe-90f8-f9ee25b6e458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_templates","description":"<p>Delete multiple existing os_project_templates items.</p>\n","urlObject":{"path":["items","os_project_templates"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"28592818-8151-49d7-8349-3ff8cdb93bb9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_project_templates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6b3b1bfc-872c-4124-bf4e-3ca7e83718af","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7c764a59-2fb6-4ebe-90f8-f9ee25b6e458"}],"id":"749b511e-c53e-4f5f-8591-fdd729cf5f7d","_postman_id":"749b511e-c53e-4f5f-8591-fdd729cf5f7d","description":""},{"name":"os_project_updates","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"6adc1f89-6123-40be-914b-42e7fc691c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_project_updates item by unique identifier.</p>\n","urlObject":{"path":["items","os_project_updates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"d63ee910-64de-4766-8c35-2690d582cdec","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5879afd7-5ef4-449d-892f-36919a64101c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"5a34e667-9f34-4fab-a1dd-6e00c9359e62","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fa0a4b1e-de9e-4c6f-803a-fa043dca501f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6adc1f89-6123-40be-914b-42e7fc691c92"},{"name":"Update an Item","id":"e819b641-a2ac-4534-b943-46b3392dac4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_project_updates item.</p>\n","urlObject":{"path":["items","os_project_updates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7ab6a110-5b2b-41f4-a2ea-b3cb848bdd93","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fc82945e-d271-4247-b719-3664d9c1b7c0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"f3f35c32-b536-4911-b297-3f4b4cebccc8","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8d32bd74-e433-4faa-92c8-a23a2d101da5","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"message\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e819b641-a2ac-4534-b943-46b3392dac4c"},{"name":"Delete an Item","id":"8a740980-71f5-4b65-b1f6-010cb8ada9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_updates/:id","description":"<p>Delete an existing os_project_updates item.</p>\n","urlObject":{"path":["items","os_project_updates",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"19999d7e-d3d7-484a-9a1b-53f05aab6112","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9a04bd00-4df0-434d-9563-8e51b1f4042b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"41596f01-1cf8-45c0-b638-9c8b62503d53","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2a366c59-cdcf-402a-8733-7b69ff08a297","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates/:id","host":["https://app.empress.eco"],"path":["items","os_project_updates",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8a740980-71f5-4b65-b1f6-010cb8ada9a8"}],"id":"00cc3608-3ad8-4dc3-a836-b8418755258d","_postman_id":"00cc3608-3ad8-4dc3-a836-b8418755258d","description":""},{"name":"Create an Item","id":"3c8a0ed4-4b6f-42dd-b058-ff0051b6d259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_updates?meta=<string>","description":"<p>Create a new os_project_updates item.</p>\n","urlObject":{"path":["items","os_project_updates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"c31eb272-8d33-4c01-ac11-4771947729d6","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"91a83a9b-2f02-4963-a9c6-f5deaf428f09","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3c8a0ed4-4b6f-42dd-b058-ff0051b6d259"},{"name":"List Items","id":"b5da1cea-a08c-4c5e-9da8-8aabfb538006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_updates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_project_updates items.</p>\n","urlObject":{"path":["items","os_project_updates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d87ca19a-179f-495f-92c1-a479c719cf72","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"message\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"message\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"dd28c428-bca8-4182-88e1-8dbffccbb9f9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_project_updates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b5da1cea-a08c-4c5e-9da8-8aabfb538006"},{"name":"Update Multiple Items","id":"5a1231d7-6eb8-489d-9107-c582e910a3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_project_updates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_project_updates items at the same time.</p>\n","urlObject":{"path":["items","os_project_updates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d085ee68-bd58-4887-99b3-280d0b4a077c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"message\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_project_updates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_project_updates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5a1231d7-6eb8-489d-9107-c582e910a3cd"},{"name":"Delete Multiple Items","id":"76bf8093-5a5c-4ac7-a7cc-4196a267404e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_updates","description":"<p>Delete multiple existing os_project_updates items.</p>\n","urlObject":{"path":["items","os_project_updates"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"390dea4e-f782-405b-889f-ce24ed001849","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_project_updates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c5957f28-66c0-47ad-8ec9-2ff5dbf6b080","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_project_updates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"76bf8093-5a5c-4ac7-a7cc-4196a267404e"}],"id":"2a2fcd17-66f4-44ad-a0ca-c2d1245d3b47","_postman_id":"2a2fcd17-66f4-44ad-a0ca-c2d1245d3b47","description":""},{"name":"os_proposal_approvals","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"69785234-989f-4a09-8b9d-017c73cd4755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_proposal_approvals item by unique identifier.</p>\n","urlObject":{"path":["items","os_proposal_approvals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"6238609b-0246-433c-b380-698725d0c549","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4675f843-1add-4d48-a108-b86527c2607a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"fe02608c-77f6-42e0-8617-fa7e3e4e3772","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"21aadc69-ccfb-4def-b0a2-b7702c0e2d2d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"69785234-989f-4a09-8b9d-017c73cd4755"},{"name":"Update an Item","id":"c51491b8-40c1-4d95-9915-14a3f61616c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"esignature_agreement\": \"<boolean>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"ip_address\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<string>\",\n  \"proposal\": \"<uuid>\",\n  \"signature_image\": \"<uuid>\",\n  \"signature_text\": \"<string>\",\n  \"signature_type\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_proposal_approvals item.</p>\n","urlObject":{"path":["items","os_proposal_approvals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"a044ea37-1d39-496e-a870-218fffce63a0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c2cde6bf-79c4-4170-b9f9-ac41199bf8af","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"esignature_agreement\": \"<boolean>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"ip_address\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<string>\",\n  \"proposal\": \"<uuid>\",\n  \"signature_image\": \"<uuid>\",\n  \"signature_text\": \"<string>\",\n  \"signature_type\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"da6f000d-72c8-4687-a5f2-f2ae31136696","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"esignature_agreement\": \"<boolean>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"ip_address\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<string>\",\n  \"proposal\": \"<uuid>\",\n  \"signature_image\": \"<uuid>\",\n  \"signature_text\": \"<string>\",\n  \"signature_type\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"25265389-74b5-41a4-abd0-3a4909f9f74e","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contact\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"email\": \"<string>\",\n  \"esignature_agreement\": \"<boolean>\",\n  \"first_name\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"ip_address\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"metadata\": {\n    \"nullable\": true\n  },\n  \"organization\": \"<string>\",\n  \"proposal\": \"<uuid>\",\n  \"signature_image\": \"<uuid>\",\n  \"signature_text\": \"<string>\",\n  \"signature_type\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c51491b8-40c1-4d95-9915-14a3f61616c8"},{"name":"Delete an Item","id":"cd9b0d68-d16e-4499-bfaa-fbbd3f42c4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_approvals/:id","description":"<p>Delete an existing os_proposal_approvals item.</p>\n","urlObject":{"path":["items","os_proposal_approvals",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"9a0866c5-62cf-4a54-a662-c88e493e6546","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"356e73a9-10bf-4a04-8a1c-7d3de5b69aa3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8bf2ac16-2e74-4458-8603-75a5e93ca944","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aa06e8dd-b71c-4fd0-a883-2e30748ad3bc","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cd9b0d68-d16e-4499-bfaa-fbbd3f42c4d0"}],"id":"a142b7cf-fb1b-49c5-b066-207634c2ad0a","_postman_id":"a142b7cf-fb1b-49c5-b066-207634c2ad0a","description":""},{"name":"Create an Item","id":"8da506e0-a8f7-4d13-9e0e-b492ea755af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_approvals?meta=<string>","description":"<p>Create a new os_proposal_approvals item.</p>\n","urlObject":{"path":["items","os_proposal_approvals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e24300a6-b3c1-41df-abf7-7f17731db0a2","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e5503247-b1ff-4600-bd41-6d55d649beed","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8da506e0-a8f7-4d13-9e0e-b492ea755af1"},{"name":"List Items","id":"3b937c17-e93d-408a-82da-1e8744f14be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_approvals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_proposal_approvals items.</p>\n","urlObject":{"path":["items","os_proposal_approvals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"47f1a7d3-945f-4592-9b78-5d8a7fedeae9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"esignature_agreement\": \"<boolean>\",\n      \"first_name\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"ip_address\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"metadata\": {\n        \"nullable\": true\n      },\n      \"organization\": \"<string>\",\n      \"proposal\": \"<uuid>\",\n      \"signature_image\": \"<uuid>\",\n      \"signature_text\": \"<string>\",\n      \"signature_type\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"contact\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"email\": \"<string>\",\n      \"esignature_agreement\": \"<boolean>\",\n      \"first_name\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"ip_address\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"metadata\": {\n        \"nullable\": true\n      },\n      \"organization\": \"<string>\",\n      \"proposal\": \"<uuid>\",\n      \"signature_image\": \"<uuid>\",\n      \"signature_text\": \"<string>\",\n      \"signature_type\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"fa9fba74-ca7d-4dd6-886e-67091d3f2a87","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3b937c17-e93d-408a-82da-1e8744f14be0"},{"name":"Update Multiple Items","id":"26802e30-162e-4593-b36a-fd56de6fc605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_approvals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_proposal_approvals items at the same time.</p>\n","urlObject":{"path":["items","os_proposal_approvals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bbfaed93-93e0-4238-8cdc-b1a25a6d6aa0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"contact\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"email\": \"<string>\",\n    \"esignature_agreement\": \"<boolean>\",\n    \"first_name\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"ip_address\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"metadata\": {\n      \"nullable\": true\n    },\n    \"organization\": \"<string>\",\n    \"proposal\": \"<uuid>\",\n    \"signature_image\": \"<uuid>\",\n    \"signature_text\": \"<string>\",\n    \"signature_type\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_approvals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_approvals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"26802e30-162e-4593-b36a-fd56de6fc605"},{"name":"Delete Multiple Items","id":"95b9a5f0-fba1-4333-b2a6-f14a6a1494ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_approvals","description":"<p>Delete multiple existing os_proposal_approvals items.</p>\n","urlObject":{"path":["items","os_proposal_approvals"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"69db26d1-febf-4f86-aa5e-7e008ccd2383","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_proposal_approvals"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"388ce8ba-9bbd-416e-8d8f-982ab75b4951","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_approvals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"95b9a5f0-fba1-4333-b2a6-f14a6a1494ca"}],"id":"f450eb58-6b55-4712-80d1-d13e9567fb05","_postman_id":"f450eb58-6b55-4712-80d1-d13e9567fb05","description":""},{"name":"os_proposal_blocks","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"677d9531-bf20-45cc-8ef2-976edf3f9e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_proposal_blocks item by unique identifier.</p>\n","urlObject":{"path":["items","os_proposal_blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f679e11b-33ce-4ccf-9ff9-73cc6b33ab9c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7b850bf2-209c-418c-8809-417044b053e6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"ac78d790-344f-41a5-a7f5-312ed1ecc379","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c1b4dee0-3ebc-4d08-89a3-48bbb8ebafd4","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"677d9531-bf20-45cc-8ef2-976edf3f9e2f"},{"name":"Update an Item","id":"7298fe18-2f64-4fef-8caa-501cc4d344ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_proposal_blocks item.</p>\n","urlObject":{"path":["items","os_proposal_blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7433a07b-db0a-490a-82cd-16535f3e23e5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"621470a2-d42c-4401-bcd1-ac3430ff04b5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"5318dad8-ef3b-4dc5-979f-c5d73927d442","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"57b22c5a-dbce-493c-ac18-2b61a6c28c8c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7298fe18-2f64-4fef-8caa-501cc4d344ac"},{"name":"Delete an Item","id":"bdd26229-b6e4-4ac7-bced-5cc946489bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_blocks/:id","description":"<p>Delete an existing os_proposal_blocks item.</p>\n","urlObject":{"path":["items","os_proposal_blocks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"6b29c7f8-83d1-4b02-bfb7-46d3ff72df2b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"46f6375a-5336-4e01-86fd-2201aacfac48","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ad91609a-582e-4a6d-8b68-e84170cb15df","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f5ec6e6f-367b-4a90-8e40-46d475149684","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bdd26229-b6e4-4ac7-bced-5cc946489bc0"}],"id":"dae47904-cac5-46e2-a859-9f2abb6ca6d6","_postman_id":"dae47904-cac5-46e2-a859-9f2abb6ca6d6","description":""},{"name":"Create an Item","id":"7018a135-2822-4942-bb5b-0ad61d2e5c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_blocks?meta=<string>","description":"<p>Create a new os_proposal_blocks item.</p>\n","urlObject":{"path":["items","os_proposal_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"a6ead21b-42db-40fe-b64f-9d8d081ded44","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ca6a5ce2-9a99-4f67-85a5-b5de4c95327d","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7018a135-2822-4942-bb5b-0ad61d2e5c24"},{"name":"List Items","id":"e661a847-5b06-497b-8d93-951d1c2eba1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_proposal_blocks items.</p>\n","urlObject":{"path":["items","os_proposal_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bbb4a1ba-98bb-4138-95c1-77dd2ca74c95","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"item\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"os_proposals_id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"item\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"os_proposals_id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"695a84e7-8ca7-4769-8cac-1248c7cb9dd5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e661a847-5b06-497b-8d93-951d1c2eba1d"},{"name":"Update Multiple Items","id":"594019c4-f38c-4711-a628-7d3c4320636a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_proposal_blocks items at the same time.</p>\n","urlObject":{"path":["items","os_proposal_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"39db6874-ed6d-4f2a-b7b8-f1f4e9a89f03","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"594019c4-f38c-4711-a628-7d3c4320636a"},{"name":"Delete Multiple Items","id":"cf180e52-cfe8-4311-94ea-104961c61803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_blocks","description":"<p>Delete multiple existing os_proposal_blocks items.</p>\n","urlObject":{"path":["items","os_proposal_blocks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c3cb9769-57d7-4647-a20f-2aff5a0eeef2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_proposal_blocks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0debbb3b-3b81-4c82-9670-c46d2d49f4b9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_blocks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cf180e52-cfe8-4311-94ea-104961c61803"}],"id":"11cb7b42-a1d2-449c-9224-b1677e96d286","_postman_id":"11cb7b42-a1d2-449c-9224-b1677e96d286","description":""},{"name":"os_proposal_contacts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"63d0fd51-0826-4556-b4c8-823af8e62c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_proposal_contacts item by unique identifier.</p>\n","urlObject":{"path":["items","os_proposal_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"48c3956d-d1ee-4cba-b9a8-93fe4f0cd4cf","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ccec0fa7-dffd-4751-accd-c72b04b2debc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"ee07ec8d-1584-4fc1-8e0e-96e7b9cd7458","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c381e401-4372-404c-8d08-b9dc28bb6c6c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"63d0fd51-0826-4556-b4c8-823af8e62c7d"},{"name":"Update an Item","id":"b35a26a6-ae52-460c-b2a3-e126a14d8e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_proposal_contacts item.</p>\n","urlObject":{"path":["items","os_proposal_contacts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"aaacaf37-953a-4e82-ae85-0bdd174452e1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6e1650ea-fb7a-4f8d-81dd-532bd9e5d029","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"11056d66-eea3-4e75-9bc8-9a516499c916","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1d5948b1-d2a5-4c95-8b67-88bbfbcfc0a2","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contacts_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_proposals_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b35a26a6-ae52-460c-b2a3-e126a14d8e98"},{"name":"Delete an Item","id":"8e090f29-d686-41eb-a794-e01761045987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_contacts/:id","description":"<p>Delete an existing os_proposal_contacts item.</p>\n","urlObject":{"path":["items","os_proposal_contacts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"afc8b7e3-2f3a-4cd1-8592-f5f3711856eb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"97d59b72-8b45-4a72-b182-2571acf0ef7b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"192f0270-2d4b-4f95-9e94-4afabb714d03","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"65eaf2dd-5703-4241-8923-a142bb4eba5d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts/:id","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8e090f29-d686-41eb-a794-e01761045987"}],"id":"f2dd5054-e30b-4f7a-a28c-e21e412cc608","_postman_id":"f2dd5054-e30b-4f7a-a28c-e21e412cc608","description":""},{"name":"Create an Item","id":"bbfc2e3a-68ce-403d-bc5c-88c516c7f48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_contacts?meta=<string>","description":"<p>Create a new os_proposal_contacts item.</p>\n","urlObject":{"path":["items","os_proposal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"38a0f584-3e27-4374-8db6-0089b7d04fc7","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d1f218d5-8a0b-4c29-ae37-fddecd9de737","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bbfc2e3a-68ce-403d-bc5c-88c516c7f48e"},{"name":"List Items","id":"c27aa565-679e-450e-a139-27db537b30d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_proposal_contacts items.</p>\n","urlObject":{"path":["items","os_proposal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"838e42a9-abc3-4fda-b5fc-58ca138d700f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_proposals_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"contacts_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_proposals_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"60c71b85-542b-4b42-b8aa-fd484d15e09f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c27aa565-679e-450e-a139-27db537b30d2"},{"name":"Update Multiple Items","id":"88578ad7-9d52-42b3-809b-3d25c47326a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_proposal_contacts items at the same time.</p>\n","urlObject":{"path":["items","os_proposal_contacts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0e2a9a0f-22a0-4b89-9894-3e6ae65c91cf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"contacts_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_proposals_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposal_contacts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposal_contacts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"88578ad7-9d52-42b3-809b-3d25c47326a4"},{"name":"Delete Multiple Items","id":"03260eb7-0f4b-4e47-8d89-2473099ddb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_contacts","description":"<p>Delete multiple existing os_proposal_contacts items.</p>\n","urlObject":{"path":["items","os_proposal_contacts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cc61549b-baa0-433b-9f68-5ce4c35461de","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_proposal_contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51e0caa2-3cd2-49c3-ba9a-3fe0d4de3597","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposal_contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"03260eb7-0f4b-4e47-8d89-2473099ddb50"}],"id":"3a4d09eb-b2bd-43a7-a2c2-205fa04bbba1","_postman_id":"3a4d09eb-b2bd-43a7-a2c2-205fa04bbba1","description":""},{"name":"os_proposals","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"dbe43311-ad9c-4eca-bf21-b9d59967164f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_proposals item by unique identifier.</p>\n","urlObject":{"path":["items","os_proposals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"2137f91f-179a-4fd8-9dbd-477e77512e0c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6cea953a-6a32-47b0-94a2-0a22d68ccc7c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"546c2355-6c4c-413d-b08d-d4fd866704e3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"60c46e9d-1ff3-4ae9-9bd2-aa839e6b07b7","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dbe43311-ad9c-4eca-bf21-b9d59967164f"},{"name":"Update an Item","id":"c21e7fb0-d43b-47eb-bc26-77389cb765c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"expiration_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"approvals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_proposals item.</p>\n","urlObject":{"path":["items","os_proposals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"30bcff51-c016-4651-9f72-d0e5f95dd7e5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"49dfbe8c-933b-467a-9a25-01af40612795","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"expiration_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"approvals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"75336002-4508-4275-9d2d-3ffcb749fbc4","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"expiration_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"approvals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b9bb9e98-3a8e-428b-b1a3-5795a67cb37d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"deal\": \"<uuid>\",\n  \"expiration_date\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"organization\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"activity\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"approvals\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c21e7fb0-d43b-47eb-bc26-77389cb765c0"},{"name":"Delete an Item","id":"5ed4d68c-d8d1-4782-a753-5270385402f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposals/:id","description":"<p>Delete an existing os_proposals item.</p>\n","urlObject":{"path":["items","os_proposals",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4045cab8-6920-4a1a-804e-bad8bc6a1d4c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"aade1005-77b2-4caf-821d-7482d7e91d7f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"190d5c3a-f9d1-442a-a9f6-81db5231722b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"72126f5c-bf40-4e7b-b914-9f75aba71f0e","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_proposals/:id","host":["https://app.empress.eco"],"path":["items","os_proposals",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5ed4d68c-d8d1-4782-a753-5270385402f6"}],"id":"a1304c3f-2714-4380-99f7-6af1355c2f26","_postman_id":"a1304c3f-2714-4380-99f7-6af1355c2f26","description":""},{"name":"Create an Item","id":"4b5816bf-0526-4250-9031-af7afa66c138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposals?meta=<string>","description":"<p>Create a new os_proposals item.</p>\n","urlObject":{"path":["items","os_proposals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"852ea61f-ddce-4b5a-809d-0ec587426db3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5c3d64d4-34a7-42b1-8469-a15e6f8dc457","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4b5816bf-0526-4250-9031-af7afa66c138"},{"name":"List Items","id":"116cbd7c-d00e-4656-975b-8cb678c6b5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_proposals items.</p>\n","urlObject":{"path":["items","os_proposals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"88b54d0e-44ce-4fee-9289-f050f7d4bc0b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal\": \"<uuid>\",\n      \"expiration_date\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"blocks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"approvals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"deal\": \"<uuid>\",\n      \"expiration_date\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"organization\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"activity\": \"<string>\",\n      \"blocks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"approvals\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"27aa89e7-2382-4c5b-98dd-4dd4633f0054","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_proposals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"116cbd7c-d00e-4656-975b-8cb678c6b5c1"},{"name":"Update Multiple Items","id":"a1861ae0-0695-4cf7-b919-3e3bf3ebe0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_proposals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_proposals items at the same time.</p>\n","urlObject":{"path":["items","os_proposals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"004d2e5f-7a02-447a-8cfa-01051915a62b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"deal\": \"<uuid>\",\n    \"expiration_date\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"organization\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"activity\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"approvals\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_proposals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_proposals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a1861ae0-0695-4cf7-b919-3e3bf3ebe0c5"},{"name":"Delete Multiple Items","id":"ebc17b0d-36d8-4330-b7bf-b58a682dd176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposals","description":"<p>Delete multiple existing os_proposals items.</p>\n","urlObject":{"path":["items","os_proposals"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1181f6c7-cb05-4735-9bb8-f0497de770a1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_proposals"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"30a5231f-4f58-432e-bf2b-18107a3b5ecc","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_proposals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ebc17b0d-36d8-4330-b7bf-b58a682dd176"}],"id":"641a5234-d303-4fac-bbc2-21985f647ac8","_postman_id":"641a5234-d303-4fac-bbc2-21985f647ac8","description":""},{"name":"os_settings","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"80187839-40cc-487a-9415-fab8963f495d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_settings item by unique identifier.</p>\n","urlObject":{"path":["items","os_settings",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"6888db8b-33f5-4ffa-b673-69dd2526dba8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3c5b64c3-1f21-4362-994f-caaed5902e18","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n}"},{"id":"fe99ebfa-b4fb-456a-8af0-014bfc3248b3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"cdd910ef-3c47-4a9e-b817-609e66f32de5","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"80187839-40cc-487a-9415-fab8963f495d"},{"name":"Update an Item","id":"43d7f849-54f5-4d9e-a9aa-8d70ad499c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"next_invoice_number\": \"<integer>\",\n  \"next_proposal_number\": \"<integer>\",\n  \"organization_folder_root\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_settings item.</p>\n","urlObject":{"path":["items","os_settings",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"54785f80-ba4b-4ff8-bb09-ed4d5979b4bd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"11a0fc67-be5e-4982-abda-80687aaba3c7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"next_invoice_number\": \"<integer>\",\n  \"next_proposal_number\": \"<integer>\",\n  \"organization_folder_root\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n}"},{"id":"9a21d6fb-6f77-45df-ba96-84d93c07a146","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"next_invoice_number\": \"<integer>\",\n  \"next_proposal_number\": \"<integer>\",\n  \"organization_folder_root\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5efabca0-76aa-47dd-b39b-7c1e99b94844","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"next_invoice_number\": \"<integer>\",\n  \"next_proposal_number\": \"<integer>\",\n  \"organization_folder_root\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"43d7f849-54f5-4d9e-a9aa-8d70ad499c46"},{"name":"Delete an Item","id":"1bcd0505-2a25-4c62-9746-511bcd6be688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_settings/:id","description":"<p>Delete an existing os_settings item.</p>\n","urlObject":{"path":["items","os_settings",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"a830059f-e80c-4f6c-b358-1c081025456b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8606567f-729e-4658-9c12-f654e0c92248","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_settings/:id","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6584017f-44e9-47ca-a1d4-1cf51fbbddf1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_settings/:id","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b5ab530b-5b8a-4cab-8fb0-1c531e7a45ab","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_settings/:id","host":["https://app.empress.eco"],"path":["items","os_settings",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1bcd0505-2a25-4c62-9746-511bcd6be688"}],"id":"a2f1274f-ec1d-471f-b732-06e30ad25b34","_postman_id":"a2f1274f-ec1d-471f-b732-06e30ad25b34","description":""},{"name":"Create an Item","id":"b639f440-b6a1-4950-a35f-269760615137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_settings?meta=<string>","description":"<p>Create a new os_settings item.</p>\n","urlObject":{"path":["items","os_settings"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"60ed3cd2-798c-40cd-882e-742111377232","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_settings"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7ac5a067-bdaa-4ce3-8f72-17049c9c4bbd","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_settings"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b639f440-b6a1-4950-a35f-269760615137"},{"name":"List Items","id":"c9d556b8-5bb2-476e-820b-f81e825da1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_settings?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_settings items.</p>\n","urlObject":{"path":["items","os_settings"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"18109778-7fb2-45ef-81f3-571a14c700c2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_settings?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_settings"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"next_invoice_number\": \"<integer>\",\n      \"next_proposal_number\": \"<integer>\",\n      \"organization_folder_root\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"next_invoice_number\": \"<integer>\",\n      \"next_proposal_number\": \"<integer>\",\n      \"organization_folder_root\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"697b36b2-9e8a-46a5-b727-025c8f0de273","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_settings?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_settings"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c9d556b8-5bb2-476e-820b-f81e825da1d5"},{"name":"Update Multiple Items","id":"1f0653ea-2df0-48fd-ba15-f6ccad5af273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_settings?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_settings items at the same time.</p>\n","urlObject":{"path":["items","os_settings"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"8bfad121-11c1-4653-85e3-9293c90b73e5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"next_invoice_number\": \"<integer>\",\n    \"next_proposal_number\": \"<integer>\",\n    \"organization_folder_root\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_settings?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_settings"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1f0653ea-2df0-48fd-ba15-f6ccad5af273"},{"name":"Delete Multiple Items","id":"6b6d6c06-ee8a-4467-8288-ac3b6812c145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_settings","description":"<p>Delete multiple existing os_settings items.</p>\n","urlObject":{"path":["items","os_settings"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ed57795a-494e-4e07-b91d-39a12e957fb5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_settings"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9118cd42-cd58-43a7-aaa4-63ecb06dd1d7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6b6d6c06-ee8a-4467-8288-ac3b6812c145"}],"id":"d0240b4a-6984-49e3-ae1c-0f9c1b4ef4cf","_postman_id":"d0240b4a-6984-49e3-ae1c-0f9c1b4ef4cf","description":""},{"name":"os_task_files","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"61cf6c56-a17f-42ac-bcfe-b1ab9ad07cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_task_files item by unique identifier.</p>\n","urlObject":{"path":["items","os_task_files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"2998e2ef-4102-4bec-ba5a-5f2f332434e4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cbe031a7-6058-401b-bb15-767429a36b8f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"a4a6bafa-5a10-44a5-bcd1-6e7ca092179c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"73ed33b3-4055-4c4c-b715-ad6fedbf4774","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"61cf6c56-a17f-42ac-bcfe-b1ab9ad07cb6"},{"name":"Update an Item","id":"659cd81c-a96c-4c93-b6a1-9f2930bf26d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_tasks_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_task_files item.</p>\n","urlObject":{"path":["items","os_task_files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"75ace036-1272-4eb0-8743-046f35b73244","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"79333a7d-9116-487f-91b6-d95167159360","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_tasks_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"fe6ffb80-eda1-4ce5-987e-a48ebadfd01b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_tasks_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d42c274b-256b-4e84-b2f9-6edfa08e78af","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"os_tasks_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"659cd81c-a96c-4c93-b6a1-9f2930bf26d2"},{"name":"Delete an Item","id":"2bf5cebc-a361-44d6-bde9-c1248ea6837a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_task_files/:id","description":"<p>Delete an existing os_task_files item.</p>\n","urlObject":{"path":["items","os_task_files",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"a911a93c-78cf-4f5c-8724-21063b26f9d8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"83b20c62-87f1-43ef-9fc9-8f974da1b7e4","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"987e1e2c-1e65-409f-a0de-c629f198d56b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0cf950a6-96d8-41e5-a0c8-465d160b81db","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_task_files/:id","host":["https://app.empress.eco"],"path":["items","os_task_files",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2bf5cebc-a361-44d6-bde9-c1248ea6837a"}],"id":"69046b7b-813c-413c-85d9-845b52e46ccb","_postman_id":"69046b7b-813c-413c-85d9-845b52e46ccb","description":""},{"name":"Create an Item","id":"11623db3-d2dc-42ef-b6ba-72c78e45f1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_task_files?meta=<string>","description":"<p>Create a new os_task_files item.</p>\n","urlObject":{"path":["items","os_task_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bd06c879-4f1d-47b3-b2fa-34951cc80405","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b292a0fc-b96d-49df-ac16-b9c837c2a814","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"11623db3-d2dc-42ef-b6ba-72c78e45f1d2"},{"name":"List Items","id":"672300ba-45fd-4e7e-8683-7404a10d9f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_task_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_task_files items.</p>\n","urlObject":{"path":["items","os_task_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"130348d3-02bd-416f-af4e-79f3cb9d0f15","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_task_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_tasks_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"os_tasks_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a0b1739b-7d5d-4115-bd36-5dded16462c5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_task_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"672300ba-45fd-4e7e-8683-7404a10d9f1f"},{"name":"Update Multiple Items","id":"399b4489-fb58-4f57-9dd8-ee0147182e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_task_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_task_files items at the same time.</p>\n","urlObject":{"path":["items","os_task_files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c070cb20-e70c-49ae-a9bd-822a951908f7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"os_tasks_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_task_files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_task_files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"399b4489-fb58-4f57-9dd8-ee0147182e1a"},{"name":"Delete Multiple Items","id":"bd0d9fdc-3f15-4e24-9dca-5fb6b7c451c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_task_files","description":"<p>Delete multiple existing os_task_files items.</p>\n","urlObject":{"path":["items","os_task_files"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"a9370702-663b-4cfb-bfce-138f77a1cdba","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_task_files"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af357be1-098f-41c3-a618-89d0ca47444d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_task_files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bd0d9fdc-3f15-4e24-9dca-5fb6b7c451c5"}],"id":"814307f9-1579-433c-8295-a46d5a386b99","_postman_id":"814307f9-1579-433c-8295-a46d5a386b99","description":""},{"name":"os_tasks","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"b6ad3080-7c82-47c7-a9c9-4a4d00e2db46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_tasks item by unique identifier.</p>\n","urlObject":{"path":["items","os_tasks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"5415d67b-3a2a-4b27-81c9-faf195d82e25","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"31075d11-0b8d-4fee-9d8e-943d42b1d1aa","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"4a6380be-8bcf-424f-b128-a4474ce456a6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d339d45b-b7a1-4e84-b485-6400b954c178","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b6ad3080-7c82-47c7-a9c9-4a4d00e2db46"},{"name":"Update an Item","id":"e96bd6d8-8b88-4451-8e31-6f3022cf3db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assigned_to\": \"<uuid>\",\n  \"date_completed\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"embed_url\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"is_visible_to_client\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"responsibility\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"client_task_details\": \"<string>\",\n  \"files\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_tasks item.</p>\n","urlObject":{"path":["items","os_tasks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"52729f10-9e68-41a4-8193-ab732867ebb7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1ccb608a-3dc8-4b37-894f-9032b8de74c5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assigned_to\": \"<uuid>\",\n  \"date_completed\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"embed_url\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"is_visible_to_client\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"responsibility\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"client_task_details\": \"<string>\",\n  \"files\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"1b9b11d1-0253-48f2-a39a-936717443df2","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assigned_to\": \"<uuid>\",\n  \"date_completed\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"embed_url\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"is_visible_to_client\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"responsibility\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"client_task_details\": \"<string>\",\n  \"files\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"37b192f4-1bb1-4d8a-baa8-c5d59eba512b","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assigned_to\": \"<uuid>\",\n  \"date_completed\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"description\": \"<string>\",\n  \"due_date\": \"<string>\",\n  \"embed_url\": \"<string>\",\n  \"form\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"is_visible_to_client\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"project\": \"<uuid>\",\n  \"responsibility\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"start_date\": \"<string>\",\n  \"status\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"client_task_details\": \"<string>\",\n  \"files\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e96bd6d8-8b88-4451-8e31-6f3022cf3db4"},{"name":"Delete an Item","id":"9ae17e2e-cdad-449e-8254-a1f9d16a813e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tasks/:id","description":"<p>Delete an existing os_tasks item.</p>\n","urlObject":{"path":["items","os_tasks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"068772f7-55b7-466a-bc20-3aa48b764914","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0cec8941-9987-4a1b-8a31-9f425c3a4fa8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f9c3a307-225f-4103-b271-c8141dd80f6b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aa58aee9-5b4b-4dad-9079-3ff2a0cdf8ff","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tasks/:id","host":["https://app.empress.eco"],"path":["items","os_tasks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ae17e2e-cdad-449e-8254-a1f9d16a813e"}],"id":"bef5a5cc-a51f-4e60-a97a-3fb869db77c3","_postman_id":"bef5a5cc-a51f-4e60-a97a-3fb869db77c3","description":""},{"name":"Create an Item","id":"ac5abb2c-f940-48e8-879b-0403991e6689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tasks?meta=<string>","description":"<p>Create a new os_tasks item.</p>\n","urlObject":{"path":["items","os_tasks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"feb26a89-d959-4113-a2e6-da7b705980f2","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"24bbd251-1124-437a-a97c-7975b2c42866","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ac5abb2c-f940-48e8-879b-0403991e6689"},{"name":"List Items","id":"930a2fea-5d4a-4df0-96df-95fe97e36812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tasks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_tasks items.</p>\n","urlObject":{"path":["items","os_tasks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d8268c85-4c87-4c0a-a9d0-3911ae349f76","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_tasks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"assigned_to\": \"<uuid>\",\n      \"date_completed\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"due_date\": \"<string>\",\n      \"embed_url\": \"<string>\",\n      \"form\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"is_visible_to_client\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"responsibility\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"start_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"client_task_details\": \"<string>\",\n      \"files\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"assigned_to\": \"<uuid>\",\n      \"date_completed\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"description\": \"<string>\",\n      \"due_date\": \"<string>\",\n      \"embed_url\": \"<string>\",\n      \"form\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"is_visible_to_client\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"project\": \"<uuid>\",\n      \"responsibility\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"start_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"client_task_details\": \"<string>\",\n      \"files\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d9d2d2ef-08c8-46f2-832d-50f9fb057e7c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_tasks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"930a2fea-5d4a-4df0-96df-95fe97e36812"},{"name":"Update Multiple Items","id":"810ede15-1b4e-41ce-aae5-b1f0e93fdd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tasks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_tasks items at the same time.</p>\n","urlObject":{"path":["items","os_tasks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cbdf49f5-9269-4d57-8825-8e17e7160a3d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"assigned_to\": \"<uuid>\",\n    \"date_completed\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"description\": \"<string>\",\n    \"due_date\": \"<string>\",\n    \"embed_url\": \"<string>\",\n    \"form\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"is_visible_to_client\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"project\": \"<uuid>\",\n    \"responsibility\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"start_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"client_task_details\": \"<string>\",\n    \"files\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tasks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tasks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"810ede15-1b4e-41ce-aae5-b1f0e93fdd13"},{"name":"Delete Multiple Items","id":"5a321ec1-723e-4dad-ab4c-60fd96395b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tasks","description":"<p>Delete multiple existing os_tasks items.</p>\n","urlObject":{"path":["items","os_tasks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"fd5a03c1-b475-414e-acdd-a7db546e22f4","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_tasks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d8237542-20ea-4874-aea9-897836e1714d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5a321ec1-723e-4dad-ab4c-60fd96395b06"}],"id":"84a79980-0e50-4fdc-933e-7ab1a4e8bf37","_postman_id":"84a79980-0e50-4fdc-933e-7ab1a4e8bf37","description":""},{"name":"os_tax_rates","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7932ae70-3506-46dd-900a-85d6fb43e99b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single os_tax_rates item by unique identifier.</p>\n","urlObject":{"path":["items","os_tax_rates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"8820eb6e-92bc-4c3c-8bc8-cada4daebb57","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"38b1e244-5c5b-47fe-bafe-58dadaa82953","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"0a1550de-d39c-4e55-b95e-703947681361","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2c477514-0d84-41d8-80a6-e82881f25cbb","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7932ae70-3506-46dd-900a-85d6fb43e99b"},{"name":"Update an Item","id":"d0e46326-16ba-4786-9c99-603ec6e4e38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing os_tax_rates item.</p>\n","urlObject":{"path":["items","os_tax_rates",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f64dae3a-896f-422d-b15b-e1aa1eaced79","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4de36bb2-155a-4b4d-bb35-13b08d4ff0f6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"5522893b-bdb5-467c-a9fc-5203c0a8cc9c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"79e9b000-82bf-439b-b63b-79d0b5c947db","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d0e46326-16ba-4786-9c99-603ec6e4e38e"},{"name":"Delete an Item","id":"8f5f30d0-2cb6-4e2b-b803-14a19fc03af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tax_rates/:id","description":"<p>Delete an existing os_tax_rates item.</p>\n","urlObject":{"path":["items","os_tax_rates",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f7f37bf9-68fd-4cbb-8668-666baab93793","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4d4676fa-c620-47a2-b704-613f59f315f5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2de174a8-f7f0-499f-8811-bd7e734e813d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7dac2ed7-4ee3-4ef7-8044-19efebe66879","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates/:id","host":["https://app.empress.eco"],"path":["items","os_tax_rates",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8f5f30d0-2cb6-4e2b-b803-14a19fc03af9"}],"id":"489ba451-150c-4d66-9a80-9ce42fee6242","_postman_id":"489ba451-150c-4d66-9a80-9ce42fee6242","description":""},{"name":"Create an Item","id":"9a8a587f-c9e2-46a9-93c0-cc7477498158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tax_rates?meta=<string>","description":"<p>Create a new os_tax_rates item.</p>\n","urlObject":{"path":["items","os_tax_rates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"6238ea4d-3b49-4bfa-957e-8e91d56db547","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"82385fe5-4ab5-4fd7-8f42-e70693be4086","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates?meta=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9a8a587f-c9e2-46a9-93c0-cc7477498158"},{"name":"List Items","id":"aa275f5e-ca21-403a-816f-f63ec5945c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tax_rates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the os_tax_rates items.</p>\n","urlObject":{"path":["items","os_tax_rates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"43540d79-e09a-4549-8069-23ec22cfc423","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"rate\": \"<number>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"rate\": \"<number>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"1e97f263-cd6a-46cf-8e77-74789612662f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/os_tax_rates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aa275f5e-ca21-403a-816f-f63ec5945c1c"},{"name":"Update Multiple Items","id":"7ae5012b-9967-46f8-b95a-38c8ba7b2b9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/os_tax_rates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple os_tax_rates items at the same time.</p>\n","urlObject":{"path":["items","os_tax_rates"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"eaa24ad6-f4ae-42a4-929e-98692a77de22","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"rate\": \"<number>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/os_tax_rates?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","os_tax_rates"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"7ae5012b-9967-46f8-b95a-38c8ba7b2b9b"},{"name":"Delete Multiple Items","id":"2063e69e-57bf-4e0a-b35a-3b11e9344175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tax_rates","description":"<p>Delete multiple existing os_tax_rates items.</p>\n","urlObject":{"path":["items","os_tax_rates"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b5c16666-d130-4157-8cec-41cab9bdf144","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/os_tax_rates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66f24a79-5697-4692-80eb-11d610d23b57","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/os_tax_rates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2063e69e-57bf-4e0a-b35a-3b11e9344175"}],"id":"4255719e-1b89-4e76-ae72-11e62583f583","_postman_id":"4255719e-1b89-4e76-ae72-11e62583f583","description":""},{"name":"page_blocks","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"83562e0e-adde-4368-b5f1-72db146d5cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single page_blocks item by unique identifier.</p>\n","urlObject":{"path":["items","page_blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"433c5316-b565-46ae-b2df-53d9f3780d0c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"554e01a0-2721-4f1e-90ca-b38647c9d97a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"9d722f3d-f99e-4b2e-aebd-7ad9a31dc206","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a3e5c002-67ee-4f07-8927-9e688a993b00","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"83562e0e-adde-4368-b5f1-72db146d5cb5"},{"name":"Update an Item","id":"1471982d-0d79-419e-a2a1-bede79c9bd17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"hide_block\": \"<boolean>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"pages_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing page_blocks item.</p>\n","urlObject":{"path":["items","page_blocks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"18bd40ae-a868-4d88-9e25-c34d8867acd6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7cc5134f-74ad-4c5c-ae3b-f69c3d53ca02","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"hide_block\": \"<boolean>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"pages_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n}"},{"id":"ddb68217-412e-4435-be20-8943d32e53ff","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"hide_block\": \"<boolean>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"pages_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"277892e0-5957-4c27-aba0-d73519c0d99c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"hide_block\": \"<boolean>\",\n  \"id\": \"<uuid>\",\n  \"item\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"pages_id\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1471982d-0d79-419e-a2a1-bede79c9bd17"},{"name":"Delete an Item","id":"7208483c-0bb9-45b4-ac4e-a953ee9f810a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/page_blocks/:id","description":"<p>Delete an existing page_blocks item.</p>\n","urlObject":{"path":["items","page_blocks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"26dc41ff-c40b-4a12-85eb-92dc3b130cc0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8e823158-02ef-4f9b-998c-a86db57a73dc","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"24284eb9-d1e4-4e2d-9a7c-fcc5a2f7756b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"257d57ec-f7e9-4c38-863e-c8bef65095d2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/page_blocks/:id","host":["https://app.empress.eco"],"path":["items","page_blocks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7208483c-0bb9-45b4-ac4e-a953ee9f810a"}],"id":"0e5e3c6d-4b8d-4f9b-9022-91acdae8d30e","_postman_id":"0e5e3c6d-4b8d-4f9b-9022-91acdae8d30e","description":""},{"name":"Create an Item","id":"5c498e05-960e-4698-bd33-f0b653572c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/page_blocks?meta=<string>","description":"<p>Create a new page_blocks item.</p>\n","urlObject":{"path":["items","page_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"7ade25ed-7395-4ec8-8bf8-606d5e9f5169","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f9fd0cf-8340-447a-be03-47dd613852cf","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks?meta=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c498e05-960e-4698-bd33-f0b653572c2c"},{"name":"List Items","id":"bf2587b1-9c4e-42be-a73e-325ab2da762c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/page_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the page_blocks items.</p>\n","urlObject":{"path":["items","page_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3003f1cb-dbcb-467a-8a6d-5f9451368b29","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/page_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"hide_block\": \"<boolean>\",\n      \"id\": \"<uuid>\",\n      \"item\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages_id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    },\n    {\n      \"collection\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"hide_block\": \"<boolean>\",\n      \"id\": \"<uuid>\",\n      \"item\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pages_id\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"ec3b2d27-522c-44f4-961c-afbc40e40406","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/page_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bf2587b1-9c4e-42be-a73e-325ab2da762c"},{"name":"Update Multiple Items","id":"1a0c65bb-4da9-40e2-b7b7-b8ab676972fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/page_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple page_blocks items at the same time.</p>\n","urlObject":{"path":["items","page_blocks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"48f0a845-12f6-4de8-bb87-482c7c9bcad8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  },\n  {\n    \"collection\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"hide_block\": \"<boolean>\",\n    \"id\": \"<uuid>\",\n    \"item\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"pages_id\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/page_blocks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","page_blocks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"1a0c65bb-4da9-40e2-b7b7-b8ab676972fa"},{"name":"Delete Multiple Items","id":"7ec2ce7c-a1e7-41ea-875e-985daeb647a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/page_blocks","description":"<p>Delete multiple existing page_blocks items.</p>\n","urlObject":{"path":["items","page_blocks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"81d46731-de54-4298-8363-55ee3b3b3cea","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/page_blocks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"33feeebb-7287-4909-b23f-a40610413764","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/page_blocks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7ec2ce7c-a1e7-41ea-875e-985daeb647a9"}],"id":"50b474bd-795f-4e2c-9abc-f0d1a78dd444","_postman_id":"50b474bd-795f-4e2c-9abc-f0d1a78dd444","description":""},{"name":"pages","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"071fe355-deb6-4af5-8112-317ff3e0330f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single pages item by unique identifier.</p>\n","urlObject":{"path":["items","pages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"557ae37f-405d-4501-acae-4e61a5527274","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"15b7e645-b58e-4ddb-a808-b927756abbd9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"66d5a628-b216-499e-b131-71d9ee88ddaf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0cf10a8b-39a4-4598-b613-3fa288e1140e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"071fe355-deb6-4af5-8112-317ff3e0330f"},{"name":"Update an Item","id":"b86ca00c-2574-41b4-a123-a489a6e1b855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"permalink\": \"<string>\",\n  \"seo\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing pages item.</p>\n","urlObject":{"path":["items","pages",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f8301f3e-e7c8-4032-9dc6-8dde21a5dab9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"933859f3-3a93-4a8a-a6a9-9c44919b97a2","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"permalink\": \"<string>\",\n  \"seo\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"cb1a89ae-8ba3-4ea9-9355-343094115b79","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"permalink\": \"<string>\",\n  \"seo\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1845869b-f4a7-4a14-8feb-21396aa03d57","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"permalink\": \"<string>\",\n  \"seo\": \"<uuid>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"blocks\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b86ca00c-2574-41b4-a123-a489a6e1b855"},{"name":"Delete an Item","id":"4405d393-f21a-4324-bc2f-28ef9c3ddae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages/:id","description":"<p>Delete an existing pages item.</p>\n","urlObject":{"path":["items","pages",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f4b59589-0b82-46a9-895b-77e66b51b1fc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d09afa10-b423-4b3b-9c2f-be0b6337b58a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/pages/:id","host":["https://app.empress.eco"],"path":["items","pages",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f89d857a-8487-4d2f-8cf3-c0f5ac9f4217","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages/:id","host":["https://app.empress.eco"],"path":["items","pages",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5a8ec780-4958-46a0-a107-8a480b6cdf66","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages/:id","host":["https://app.empress.eco"],"path":["items","pages",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4405d393-f21a-4324-bc2f-28ef9c3ddae9"}],"id":"f47822cb-2b00-46dd-8b61-34f6b1773c58","_postman_id":"f47822cb-2b00-46dd-8b61-34f6b1773c58","description":""},{"name":"Create an Item","id":"50a174d4-aa7b-428a-8912-e85cc112097b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages?meta=<string>","description":"<p>Create a new pages item.</p>\n","urlObject":{"path":["items","pages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"5f4f872e-1e9c-425c-9344-e97226fba800","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2d36b862-35bc-4539-894d-a1391c6080a9","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"50a174d4-aa7b-428a-8912-e85cc112097b"},{"name":"List Items","id":"c0d82398-fecc-4bde-88a8-ca18d5f0a237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the pages items.</p>\n","urlObject":{"path":["items","pages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2bee63d4-76e3-4671-9e59-ab193d518895","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"permalink\": \"<string>\",\n      \"seo\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"blocks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"permalink\": \"<string>\",\n      \"seo\": \"<uuid>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"blocks\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"10acef40-9cbe-457e-ba17-717216aa3c77","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c0d82398-fecc-4bde-88a8-ca18d5f0a237"},{"name":"Update Multiple Items","id":"18c2ba33-7dde-4bbb-a193-83788ed62ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple pages items at the same time.</p>\n","urlObject":{"path":["items","pages"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"307ce847-6084-40f5-90a7-86c8d8984fbe","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"permalink\": \"<string>\",\n    \"seo\": \"<uuid>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"blocks\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"18c2ba33-7dde-4bbb-a193-83788ed62ab7"},{"name":"Delete Multiple Items","id":"c9e8c9c6-9ae9-4dab-b39a-316380f08b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages","description":"<p>Delete multiple existing pages items.</p>\n","urlObject":{"path":["items","pages"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"a8c49c6c-1b8b-4713-9958-a3487dcdece1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/pages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"59965bae-3246-4420-a651-f752def20d90","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c9e8c9c6-9ae9-4dab-b39a-316380f08b45"}],"id":"8421b240-2141-4c6a-9022-e10d98ade62b","_postman_id":"8421b240-2141-4c6a-9022-e10d98ade62b","description":""},{"name":"pages_blog","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"eb06aecf-de65-4ff7-bc89-e713f737c1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single pages_blog item by unique identifier.</p>\n","urlObject":{"path":["items","pages_blog",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"b0603a60-4156-47e0-8782-2e17e7717a89","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"80b19575-c100-4108-8172-8adc60010e6d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"2ba3d94b-b3fd-4071-a588-10a5db3c36e8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9bf30522-525c-4fe3-9f11-b91932c4d1d0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eb06aecf-de65-4ff7-bc89-e713f737c1cd"},{"name":"Update an Item","id":"dbecb274-78b2-4bb0-856e-78294c4d9e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"featured_post\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing pages_blog item.</p>\n","urlObject":{"path":["items","pages_blog",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"92c90d6f-afdb-45e2-aef1-58df0a272f27","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9ad33eeb-f2a1-4eb4-900d-9c9446fb623d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"featured_post\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"a2f1d854-8ee8-4e41-88d4-b9d63fa2b626","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"featured_post\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"76a701e1-de37-4ce4-a587-4547cc5bf8aa","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"featured_post\": \"<uuid>\",\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dbecb274-78b2-4bb0-856e-78294c4d9e97"},{"name":"Delete an Item","id":"a9754999-7912-4f1b-a29d-61fb3a65ef24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_blog/:id","description":"<p>Delete an existing pages_blog item.</p>\n","urlObject":{"path":["items","pages_blog",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"562a04a1-5d3c-4c6c-a83c-756f478de393","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"605922f2-57ac-44ad-a268-9e4bcda88bfb","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4fde8641-7d15-4dba-821d-982f62138f7e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"de388f85-8ed6-4652-9dcb-9cd5bb322d9d","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_blog/:id","host":["https://app.empress.eco"],"path":["items","pages_blog",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a9754999-7912-4f1b-a29d-61fb3a65ef24"}],"id":"b6bc4f0b-e339-4f07-bba9-2d46d71c6cd9","_postman_id":"b6bc4f0b-e339-4f07-bba9-2d46d71c6cd9","description":""},{"name":"Create an Item","id":"2f4fbdd2-2247-43db-81f3-3f1f955d4f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_blog?meta=<string>","description":"<p>Create a new pages_blog item.</p>\n","urlObject":{"path":["items","pages_blog"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"c5335fb5-1f1c-4dbb-92eb-2a85dceba432","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"689196d7-50cd-4471-9568-86a6c5247b66","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2f4fbdd2-2247-43db-81f3-3f1f955d4f0f"},{"name":"List Items","id":"414d9bfd-af3d-4414-8f69-0f935376f487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_blog?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the pages_blog items.</p>\n","urlObject":{"path":["items","pages_blog"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"306c283c-dc75-457d-b109-b14ebdb8f6cc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages_blog?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"featured_post\": \"<uuid>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"featured_post\": \"<uuid>\",\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6c53a307-7e7c-4638-a074-24ee236e6afa","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages_blog?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"414d9bfd-af3d-4414-8f69-0f935376f487"},{"name":"Update Multiple Items","id":"3f0f9a8a-1a8c-4116-ab38-69798ac9066c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_blog?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple pages_blog items at the same time.</p>\n","urlObject":{"path":["items","pages_blog"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"64fbb8a3-91d8-4bfe-bcb3-86de0a2ac4af","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"featured_post\": \"<uuid>\",\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_blog?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_blog"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3f0f9a8a-1a8c-4116-ab38-69798ac9066c"},{"name":"Delete Multiple Items","id":"37b88f2e-78d2-4158-b9a4-d5e98efff54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_blog","description":"<p>Delete multiple existing pages_blog items.</p>\n","urlObject":{"path":["items","pages_blog"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"6c286e1f-521b-4f6a-976f-709879c990d1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/pages_blog"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"769b9047-00d5-4fc5-97c4-61af8e1cab87","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_blog"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"37b88f2e-78d2-4158-b9a4-d5e98efff54b"}],"id":"396b5931-3a39-45e8-93fa-e30010809645","_postman_id":"396b5931-3a39-45e8-93fa-e30010809645","description":""},{"name":"pages_projects","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f3f1c94e-00bd-4ba3-92a3-bacb37197679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single pages_projects item by unique identifier.</p>\n","urlObject":{"path":["items","pages_projects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"215ecc8d-b07f-4232-aaee-cd93e0bf26b4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b888c0cf-590e-49a9-bbd1-0ce3134ee252","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"7e2fddc2-5598-431e-8520-28b4761cd4b9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"95df58cf-1ceb-43dc-9582-ffe7e53bf98f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f3f1c94e-00bd-4ba3-92a3-bacb37197679"},{"name":"Update an Item","id":"1516ed56-dc07-46bb-b522-54f8d48004ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing pages_projects item.</p>\n","urlObject":{"path":["items","pages_projects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"2aa6b84e-7d16-4d73-bbd8-a880ee887172","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3bcff713-d093-4726-9d93-b5a15cc614b5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"908bced0-f266-44c6-8747-c1383cae21ed","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"808ccce5-e6cc-43af-a65c-47f17a83b1c7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headline\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1516ed56-dc07-46bb-b522-54f8d48004ed"},{"name":"Delete an Item","id":"155f13de-d394-4c04-abe1-2f93fb1eba71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_projects/:id","description":"<p>Delete an existing pages_projects item.</p>\n","urlObject":{"path":["items","pages_projects",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"093e116b-765d-4b45-9395-e8f86b835a71","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"eafe842d-ab81-43cc-8b4d-d87f6951a5d3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3a53450c-23c6-4e59-98c8-acf748db23f0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aeceeadd-dc7d-4877-a931-c9d24c588bd0","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/pages_projects/:id","host":["https://app.empress.eco"],"path":["items","pages_projects",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"155f13de-d394-4c04-abe1-2f93fb1eba71"}],"id":"698fb840-859f-40b4-861f-0e6a1d087858","_postman_id":"698fb840-859f-40b4-861f-0e6a1d087858","description":""},{"name":"Create an Item","id":"46399a31-b8b5-4265-bae2-eac1470df7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_projects?meta=<string>","description":"<p>Create a new pages_projects item.</p>\n","urlObject":{"path":["items","pages_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"c23f1883-a270-485e-baa9-5cc6de1d6cfd","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ba8b22dc-a797-48da-a9ee-37a59515fc2e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects?meta=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"46399a31-b8b5-4265-bae2-eac1470df7e5"},{"name":"List Items","id":"ee95f596-cca1-42b4-83bd-117c5a6fe36d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the pages_projects items.</p>\n","urlObject":{"path":["items","pages_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7d08fd96-be87-47d5-8908-2db5fe359084","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"headline\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"70c32bcb-09a9-4320-b092-1f1a540a1bdf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/pages_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ee95f596-cca1-42b4-83bd-117c5a6fe36d"},{"name":"Update Multiple Items","id":"b46ed38f-7979-4c29-900d-e933ab13cd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/pages_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple pages_projects items at the same time.</p>\n","urlObject":{"path":["items","pages_projects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"87744fdb-2341-4967-b82f-7ac23cb82c81","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"headline\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/pages_projects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","pages_projects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b46ed38f-7979-4c29-900d-e933ab13cd97"},{"name":"Delete Multiple Items","id":"6a249141-e037-46ee-9bac-ecc802b90806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_projects","description":"<p>Delete multiple existing pages_projects items.</p>\n","urlObject":{"path":["items","pages_projects"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"5a78aa5e-ba18-44bf-8803-9bfab96024a6","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/pages_projects"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c7751e9-2b50-48e4-9103-2b733c7969a0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/pages_projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6a249141-e037-46ee-9bac-ecc802b90806"}],"id":"ad7e53ab-7318-461c-b228-7ba5096b5e06","_postman_id":"ad7e53ab-7318-461c-b228-7ba5096b5e06","description":""},{"name":"payroll","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7e24ddc0-1a08-4b47-8b54-b262e95dcd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single payroll item by unique identifier.</p>\n","urlObject":{"path":["items","payroll",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"0a42c29a-9926-4ae6-8be8-e2abe5b71e91","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7b6cef6d-9ad1-43de-bcf7-0f38524667ef","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"c1477efd-3fdc-4452-93b7-3966a8a8f62e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aa36d879-0881-4bc5-9015-76bf623bd17f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7e24ddc0-1a08-4b47-8b54-b262e95dcd34"},{"name":"Update an Item","id":"37f01dbd-6e07-4e90-8d28-c70f19a0793d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payroll_id\": \"<uuid>\",\n  \"pay_period\": \"<string>\",\n  \"gross_salary\": \"<number>\",\n  \"tax_deductions\": \"<number>\",\n  \"net_salary\": \"<number>\",\n  \"payment_date\": \"<date>\",\n  \"benefits\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing payroll item.</p>\n","urlObject":{"path":["items","payroll",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"001d8124-d294-4884-8ed6-cf2ddb715913","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"626974bb-8b57-4872-961f-f9bf670fcb22","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payroll_id\": \"<uuid>\",\n  \"pay_period\": \"<string>\",\n  \"gross_salary\": \"<number>\",\n  \"tax_deductions\": \"<number>\",\n  \"net_salary\": \"<number>\",\n  \"payment_date\": \"<date>\",\n  \"benefits\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"298c9c53-940f-423f-a7df-81620d5d8acd","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payroll_id\": \"<uuid>\",\n  \"pay_period\": \"<string>\",\n  \"gross_salary\": \"<number>\",\n  \"tax_deductions\": \"<number>\",\n  \"net_salary\": \"<number>\",\n  \"payment_date\": \"<date>\",\n  \"benefits\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8b350adb-bd63-4b11-add6-4346e46c608a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payroll_id\": \"<uuid>\",\n  \"pay_period\": \"<string>\",\n  \"gross_salary\": \"<number>\",\n  \"tax_deductions\": \"<number>\",\n  \"net_salary\": \"<number>\",\n  \"payment_date\": \"<date>\",\n  \"benefits\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"employee_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"37f01dbd-6e07-4e90-8d28-c70f19a0793d"},{"name":"Delete an Item","id":"83258dae-23e2-4574-81e1-2a9f15fbb1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/payroll/:id","description":"<p>Delete an existing payroll item.</p>\n","urlObject":{"path":["items","payroll",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"804bc7b7-cbc5-4e1b-a64d-32ea67c6aeb1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d26e4842-26b9-4a3d-a64b-7dd5763795cd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/payroll/:id","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58dd284a-0fe4-4245-937f-6773a7082fcc","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/payroll/:id","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ba399d59-4b14-4ff5-bc55-cf1bccb20b30","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/payroll/:id","host":["https://app.empress.eco"],"path":["items","payroll",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"83258dae-23e2-4574-81e1-2a9f15fbb1a4"}],"id":"57b180f6-1ab6-40b5-8bc1-f41f48e210d4","_postman_id":"57b180f6-1ab6-40b5-8bc1-f41f48e210d4","description":""},{"name":"Create an Item","id":"6d344fbe-1b96-43a7-bee2-645d2bd029f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/payroll?meta=<string>","description":"<p>Create a new payroll item.</p>\n","urlObject":{"path":["items","payroll"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"009801e8-1bfc-4dc0-a4d5-308937a3528b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll?meta=<string>","host":["https://app.empress.eco"],"path":["items","payroll"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f4a48adc-116b-496f-8623-102dcc7e74b1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll?meta=<string>","host":["https://app.empress.eco"],"path":["items","payroll"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d344fbe-1b96-43a7-bee2-645d2bd029f7"},{"name":"List Items","id":"971c4c42-11ba-4a72-90e9-6f813f6cdbc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/payroll?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the payroll items.</p>\n","urlObject":{"path":["items","payroll"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7d209573-4023-4781-b7d9-4a60cf91a7c4","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/payroll?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","payroll"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"payroll_id\": \"<uuid>\",\n      \"pay_period\": \"<string>\",\n      \"gross_salary\": \"<number>\",\n      \"tax_deductions\": \"<number>\",\n      \"net_salary\": \"<number>\",\n      \"payment_date\": \"<date>\",\n      \"benefits\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"employee_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"payroll_id\": \"<uuid>\",\n      \"pay_period\": \"<string>\",\n      \"gross_salary\": \"<number>\",\n      \"tax_deductions\": \"<number>\",\n      \"net_salary\": \"<number>\",\n      \"payment_date\": \"<date>\",\n      \"benefits\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"employee_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"f5a1719a-1f9f-4eab-b4e7-73a7104fd5a0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/payroll?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","payroll"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"971c4c42-11ba-4a72-90e9-6f813f6cdbc5"},{"name":"Update Multiple Items","id":"d4bccebc-0de7-4d21-ac05-35b9d2cd4355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/payroll?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple payroll items at the same time.</p>\n","urlObject":{"path":["items","payroll"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e3b5ff5f-22b4-4e42-a321-c153dfeb3366","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"payroll_id\": \"<uuid>\",\n    \"pay_period\": \"<string>\",\n    \"gross_salary\": \"<number>\",\n    \"tax_deductions\": \"<number>\",\n    \"net_salary\": \"<number>\",\n    \"payment_date\": \"<date>\",\n    \"benefits\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"employee_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/payroll?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","payroll"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d4bccebc-0de7-4d21-ac05-35b9d2cd4355"},{"name":"Delete Multiple Items","id":"5cbce390-7cb4-4238-ac9d-cd232e0a3940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/payroll","description":"<p>Delete multiple existing payroll items.</p>\n","urlObject":{"path":["items","payroll"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"47c9a4fa-c57b-422f-8496-823aaa71ac36","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/payroll"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"63b537a9-fb10-40d9-9c78-e2ef0d0822da","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/payroll"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5cbce390-7cb4-4238-ac9d-cd232e0a3940"}],"id":"feca17f5-c3cd-4a29-b3f6-31b3e49059de","_postman_id":"feca17f5-c3cd-4a29-b3f6-31b3e49059de","description":""},{"name":"performance","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4bd90a38-fa31-40eb-849a-56ec0927f2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single performance item by unique identifier.</p>\n","urlObject":{"path":["items","performance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"f9c49519-4aac-4cb1-b932-804ce8863aae","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"344665cc-1bbe-4f90-ab29-7a7c23a07463","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"913cc4fb-3a22-4981-9f95-cc22c3864021","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e8f2b8d0-7f4f-40ef-bf06-d893239cf4e3","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4bd90a38-fa31-40eb-849a-56ec0927f2a8"},{"name":"Update an Item","id":"000e49a5-fa36-4899-a7d5-94827711f852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance_id\": \"<uuid>\",\n  \"employee_name\": \"<string>\",\n  \"review_period\": \"<string>\",\n  \"performance_score\": \"<number>\",\n  \"key_achievements\": \"<string>\",\n  \"improvement_areas\": \"<string>\",\n  \"next_review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing performance item.</p>\n","urlObject":{"path":["items","performance",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f505101e-179b-4f7b-a0c3-94559c793264","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ab22c640-d081-4d6a-affc-2f2e2b0f15ee","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance_id\": \"<uuid>\",\n  \"employee_name\": \"<string>\",\n  \"review_period\": \"<string>\",\n  \"performance_score\": \"<number>\",\n  \"key_achievements\": \"<string>\",\n  \"improvement_areas\": \"<string>\",\n  \"next_review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"36c79d57-f1d6-418f-a081-f50440cc0857","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance_id\": \"<uuid>\",\n  \"employee_name\": \"<string>\",\n  \"review_period\": \"<string>\",\n  \"performance_score\": \"<number>\",\n  \"key_achievements\": \"<string>\",\n  \"improvement_areas\": \"<string>\",\n  \"next_review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"49113908-faa0-4dc9-84c0-9256e1f18e2e","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance_id\": \"<uuid>\",\n  \"employee_name\": \"<string>\",\n  \"review_period\": \"<string>\",\n  \"performance_score\": \"<number>\",\n  \"key_achievements\": \"<string>\",\n  \"improvement_areas\": \"<string>\",\n  \"next_review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"reviewer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","performance",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"000e49a5-fa36-4899-a7d5-94827711f852"},{"name":"Delete an Item","id":"50d1a30b-d17b-4b3f-a3b1-0047e25b90a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/performance/:id","description":"<p>Delete an existing performance item.</p>\n","urlObject":{"path":["items","performance",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"d7183b1b-5a41-41ef-a21f-c20e1e7ec4b2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ce35cdca-cea5-4932-b14b-1ac59cc6b69c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/performance/:id","host":["https://app.empress.eco"],"path":["items","performance",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"444fde49-611f-4c8f-a1c2-448c5183a2e5","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/performance/:id","host":["https://app.empress.eco"],"path":["items","performance",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"83db8c17-9ce2-410e-a713-cdc2e966aaf2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/performance/:id","host":["https://app.empress.eco"],"path":["items","performance",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"50d1a30b-d17b-4b3f-a3b1-0047e25b90a8"}],"id":"95be96e7-0814-4db8-889d-15de61a7922a","_postman_id":"95be96e7-0814-4db8-889d-15de61a7922a","description":""},{"name":"Create an Item","id":"be4f268c-20c2-4451-a2f3-322789c52473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/performance?meta=<string>","description":"<p>Create a new performance item.</p>\n","urlObject":{"path":["items","performance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"71c958c7-8d29-46f2-a55c-f0fe96e0c431","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance?meta=<string>","host":["https://app.empress.eco"],"path":["items","performance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"604d2544-8a4d-4156-bd62-3cdce5d6b012","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance?meta=<string>","host":["https://app.empress.eco"],"path":["items","performance"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"be4f268c-20c2-4451-a2f3-322789c52473"},{"name":"List Items","id":"64535a17-f23a-41b0-8d60-d95628b15edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/performance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the performance items.</p>\n","urlObject":{"path":["items","performance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"7763c806-dfd0-44dc-9ae9-09268b64a717","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/performance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","performance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"performance_id\": \"<uuid>\",\n      \"employee_name\": \"<string>\",\n      \"review_period\": \"<string>\",\n      \"performance_score\": \"<number>\",\n      \"key_achievements\": \"<string>\",\n      \"improvement_areas\": \"<string>\",\n      \"next_review_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"reviewer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"performance_id\": \"<uuid>\",\n      \"employee_name\": \"<string>\",\n      \"review_period\": \"<string>\",\n      \"performance_score\": \"<number>\",\n      \"key_achievements\": \"<string>\",\n      \"improvement_areas\": \"<string>\",\n      \"next_review_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"reviewer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"6118b8b1-2ee6-4ccc-b008-a606f0ceb82f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/performance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","performance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"64535a17-f23a-41b0-8d60-d95628b15edc"},{"name":"Update Multiple Items","id":"487aff83-0524-490c-8571-8d980be6fed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/performance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple performance items at the same time.</p>\n","urlObject":{"path":["items","performance"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"39b5e5ec-8142-4029-ae45-23a5838970bf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"performance_id\": \"<uuid>\",\n    \"employee_name\": \"<string>\",\n    \"review_period\": \"<string>\",\n    \"performance_score\": \"<number>\",\n    \"key_achievements\": \"<string>\",\n    \"improvement_areas\": \"<string>\",\n    \"next_review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"reviewer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/performance?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","performance"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"487aff83-0524-490c-8571-8d980be6fed1"},{"name":"Delete Multiple Items","id":"b6d142e4-0c62-4150-9caa-a6aa20ea4f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/performance","description":"<p>Delete multiple existing performance items.</p>\n","urlObject":{"path":["items","performance"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f3193502-c9e1-43aa-9df4-cc8ab7057238","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/performance"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"38e2c201-28b8-4f77-88ab-e5ba3be166ba","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/performance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b6d142e4-0c62-4150-9caa-a6aa20ea4f03"}],"id":"05eff319-8366-40df-abe4-fc6433b912d9","_postman_id":"05eff319-8366-40df-abe4-fc6433b912d9","description":""},{"name":"point_of_sale","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"8219fa11-07aa-4dea-9261-5e2dac244ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single point_of_sale item by unique identifier.</p>\n","urlObject":{"path":["items","point_of_sale",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"a6d0fc23-083a-40db-a70a-647f5e6657a3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ba1fdf8f-160c-4b5a-84ba-25486c623a49","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f75dbd6b-ea8f-4528-9089-0ac81b0bca9b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8fb7aa28-3f76-43e2-a681-2a2198d96a20","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8219fa11-07aa-4dea-9261-5e2dac244ac1"},{"name":"Update an Item","id":"1ed8d010-6906-455a-9984-9033659a5ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"products_services_sold\": \"<string>\",\n  \"total_quantity\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"sales_representative_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing point_of_sale item.</p>\n","urlObject":{"path":["items","point_of_sale",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"b8e7827b-6368-495b-b769-42b1c71aa6fc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8c3559b6-5e21-4f24-aff6-05860dd5ec28","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"products_services_sold\": \"<string>\",\n  \"total_quantity\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"sales_representative_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"5585a293-b88d-4834-9caf-c9f5b187228e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"products_services_sold\": \"<string>\",\n  \"total_quantity\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"sales_representative_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"101d1ca2-14e7-4360-8484-f3f7b78fa251","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"products_services_sold\": \"<string>\",\n  \"total_quantity\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_amount\": \"<number>\",\n  \"payment_method\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"sales_representative_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1ed8d010-6906-455a-9984-9033659a5ff9"},{"name":"Delete an Item","id":"75afa4e4-b6a3-4816-ac7d-417457152e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale/:id","description":"<p>Delete an existing point_of_sale item.</p>\n","urlObject":{"path":["items","point_of_sale",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"3a53be4b-7fff-4bb3-af1f-c566c2668f28","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"01b23578-4b56-44bc-a81a-f191da250144","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a509bab6-f77b-471c-8663-d890f2f8397d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c7868c2e-7270-4ca7-97bc-660c06ae0531","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"75afa4e4-b6a3-4816-ac7d-417457152e90"}],"id":"2cb83f02-572f-4049-90c5-52f43e69a17d","_postman_id":"2cb83f02-572f-4049-90c5-52f43e69a17d","description":""},{"name":"Create an Item","id":"4d6ec390-9b08-4647-9946-cfb0a5eba7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale?meta=<string>","description":"<p>Create a new point_of_sale item.</p>\n","urlObject":{"path":["items","point_of_sale"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e9a9b5cd-af1f-40d0-891c-ade580a9c161","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale?meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc3345da-aefc-454d-bb71-f90d3466c697","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale?meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4d6ec390-9b08-4647-9946-cfb0a5eba7a8"},{"name":"List Items","id":"175a1b5c-d40b-430c-9b3d-43a4777f5767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the point_of_sale items.</p>\n","urlObject":{"path":["items","point_of_sale"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"fc13b908-65db-4a43-93fd-de56600dbe95","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"transaction_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"products_services_sold\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"unit_price\": \"<number>\",\n      \"total_amount\": \"<number>\",\n      \"payment_method\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sales_representative_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"transaction_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"products_services_sold\": \"<string>\",\n      \"total_quantity\": \"<integer>\",\n      \"unit_price\": \"<number>\",\n      \"total_amount\": \"<number>\",\n      \"payment_method\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sales_representative_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"2953cb56-6618-4a4f-a521-8fc5bf1fb1c6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"175a1b5c-d40b-430c-9b3d-43a4777f5767"},{"name":"Update Multiple Items","id":"0b70d12c-3762-4891-ac70-468df44da187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple point_of_sale items at the same time.</p>\n","urlObject":{"path":["items","point_of_sale"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f240cf63-1fe8-4792-8ff2-a1783e1612dc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"products_services_sold\": \"<string>\",\n    \"total_quantity\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_amount\": \"<number>\",\n    \"payment_method\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sales_representative_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0b70d12c-3762-4891-ac70-468df44da187"},{"name":"Delete Multiple Items","id":"e2152df7-f799-4f04-a9be-1bbe05508a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale","description":"<p>Delete multiple existing point_of_sale items.</p>\n","urlObject":{"path":["items","point_of_sale"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"fe0a755c-b787-4e12-8e71-71664b00725d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/point_of_sale"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2325f848-6ad8-47b2-98a4-c6933873eada","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e2152df7-f799-4f04-a9be-1bbe05508a62"}],"id":"0c1b3a4d-a273-409e-9ea8-60c1e7e73b62","_postman_id":"0c1b3a4d-a273-409e-9ea8-60c1e7e73b62","description":""},{"name":"point_of_sale_customer_id","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"e033a2bf-a571-46a8-85be-520e8d8abc27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single point_of_sale_customer_id item by unique identifier.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"67c7c520-cc4a-4a11-afec-00e5d65755d2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"87f33dd4-25a3-44c3-a6ea-3d3ba51865bc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n}"},{"id":"87d75b07-2d3f-4b0b-8aa2-54e5c1273f3d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"948b78d0-4bef-48a0-be16-358fec027e1c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e033a2bf-a571-46a8-85be-520e8d8abc27"},{"name":"Update an Item","id":"6d606e50-d21b-491b-8bec-ecc6b5ec4b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"point_of_sale_transaction_id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"collection\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing point_of_sale_customer_id item.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"978a512a-d897-4e5e-a736-2e7b358793cf","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b41f2604-4854-49f5-86d4-e1146660d257","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"point_of_sale_transaction_id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"collection\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n}"},{"id":"916c53c5-a311-4619-ba26-6ff47d9869d6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"point_of_sale_transaction_id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"collection\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"af54ac92-66d7-4754-a3b9-06ac08d0fc94","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"point_of_sale_transaction_id\": \"<uuid>\",\n  \"item\": \"<string>\",\n  \"collection\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d606e50-d21b-491b-8bec-ecc6b5ec4b1b"},{"name":"Delete an Item","id":"ec6bdb66-a572-4413-b1c4-dd096b54e18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale_customer_id/:id","description":"<p>Delete an existing point_of_sale_customer_id item.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f936e290-1916-4812-ad77-376f29ef5661","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ff642fcf-c1cd-4706-b0b9-985aa9c4179f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c857d749-ea18-449c-8d28-fa08a668266c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a3daabab-8907-40fe-b07d-1ba05bd3ca58","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id/:id","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ec6bdb66-a572-4413-b1c4-dd096b54e18b"}],"id":"d76ec05c-a028-42c5-aa45-0b505ece8f51","_postman_id":"d76ec05c-a028-42c5-aa45-0b505ece8f51","description":""},{"name":"Create an Item","id":"166624ea-c076-43c3-ad24-1bb3b071c290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale_customer_id?meta=<string>","description":"<p>Create a new point_of_sale_customer_id item.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"10a01707-86c4-44f8-9fa1-8fe5b03abe7d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id?meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a272896b-bd19-4abb-be96-e64bfb6c2773","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id?meta=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"166624ea-c076-43c3-ad24-1bb3b071c290"},{"name":"List Items","id":"6bd2e0eb-255c-4222-ba5c-8b0ffd9ce071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale_customer_id?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the point_of_sale_customer_id items.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6e1e9a74-15c8-4fc8-b803-ec8a7b5c2f19","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"point_of_sale_transaction_id\": \"<uuid>\",\n      \"item\": \"<string>\",\n      \"collection\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"point_of_sale_transaction_id\": \"<uuid>\",\n      \"item\": \"<string>\",\n      \"collection\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"cfedf81c-177d-4f6d-8849-cff2fd5e4745","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6bd2e0eb-255c-4222-ba5c-8b0ffd9ce071"},{"name":"Update Multiple Items","id":"84d85f3d-2987-428b-9ad1-bddb853c86a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/point_of_sale_customer_id?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple point_of_sale_customer_id items at the same time.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"adb3a727-c268-46e2-a4ad-21807cab4a8a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"point_of_sale_transaction_id\": \"<uuid>\",\n    \"item\": \"<string>\",\n    \"collection\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/point_of_sale_customer_id?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","point_of_sale_customer_id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"84d85f3d-2987-428b-9ad1-bddb853c86a1"},{"name":"Delete Multiple Items","id":"ef25098e-e523-4ffc-94c4-41dd923e64fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale_customer_id","description":"<p>Delete multiple existing point_of_sale_customer_id items.</p>\n","urlObject":{"path":["items","point_of_sale_customer_id"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e38ced5c-b382-4747-b7b1-d7eeab8f0fa1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/point_of_sale_customer_id"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b139c246-dce5-4bd7-a251-e0a5b214675a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/point_of_sale_customer_id"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ef25098e-e523-4ffc-94c4-41dd923e64fb"}],"id":"16a2492b-d08d-4d37-80f0-362e395c0557","_postman_id":"16a2492b-d08d-4d37-80f0-362e395c0557","description":""},{"name":"policy","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"6ebae3ef-5505-4a28-9325-8f03c57eb44c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single policy item by unique identifier.</p>\n","urlObject":{"path":["items","policy",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"4ca70781-63fe-406d-89f8-79f1f5a0e70e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3c710edf-ed2a-48c8-9195-eb45517de025","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"fd31b685-6cc5-49cb-865b-df09263124f1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b9bcdbc5-a09c-4acc-b97b-6dd0064b03e3","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6ebae3ef-5505-4a28-9325-8f03c57eb44c"},{"name":"Update an Item","id":"e9e0d4bc-e776-454c-abdd-f0f7b2551800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy_id\": \"<uuid>\",\n  \"policy_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing policy item.</p>\n","urlObject":{"path":["items","policy",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"fad73428-2e53-4ca1-9a43-bda9c4d47215","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"365a6ab2-64da-4f2b-b2e1-82c396675064","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy_id\": \"<uuid>\",\n  \"policy_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"b33fcc19-99ea-44c5-b9f8-eec6d74ffe13","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy_id\": \"<uuid>\",\n  \"policy_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3b50b243-4b4e-4d0d-8d4d-ad54fada33b0","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy_id\": \"<uuid>\",\n  \"policy_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"review_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","policy",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e9e0d4bc-e776-454c-abdd-f0f7b2551800"},{"name":"Delete an Item","id":"7cab9388-ce85-4634-beb6-f0a481df6224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/policy/:id","description":"<p>Delete an existing policy item.</p>\n","urlObject":{"path":["items","policy",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"53dc05ea-ad6c-4cb2-a7a0-11a23a9c3744","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"99ccae8c-e45c-4d24-8999-3255025574c6","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/policy/:id","host":["https://app.empress.eco"],"path":["items","policy",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3bbe7c7e-8bfd-41a2-a36b-57635ed12eaa","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/policy/:id","host":["https://app.empress.eco"],"path":["items","policy",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b990997c-0dbc-46c4-a55d-6369149be660","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/policy/:id","host":["https://app.empress.eco"],"path":["items","policy",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7cab9388-ce85-4634-beb6-f0a481df6224"}],"id":"76082e25-effe-409c-ad60-64ea7adf204b","_postman_id":"76082e25-effe-409c-ad60-64ea7adf204b","description":""},{"name":"Create an Item","id":"df5af2f3-0b44-41ba-8cd0-9d9f480beaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/policy?meta=<string>","description":"<p>Create a new policy item.</p>\n","urlObject":{"path":["items","policy"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d1e75aa8-a3bb-4e0f-a022-28cb2b055781","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy?meta=<string>","host":["https://app.empress.eco"],"path":["items","policy"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6aa063b8-c242-4141-bf29-be2a703a19cd","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy?meta=<string>","host":["https://app.empress.eco"],"path":["items","policy"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"df5af2f3-0b44-41ba-8cd0-9d9f480beaf7"},{"name":"List Items","id":"5a58cad7-6402-49d6-ae98-e94f7ab984ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/policy?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the policy items.</p>\n","urlObject":{"path":["items","policy"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4729294f-5fc8-4d96-b769-92a685b265c1","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/policy?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","policy"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"policy_id\": \"<uuid>\",\n      \"policy_name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"effective_date\": \"<date>\",\n      \"review_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"policy_id\": \"<uuid>\",\n      \"policy_name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"effective_date\": \"<date>\",\n      \"review_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c8ee2e3b-9ac9-4fcb-b158-70163bae26fe","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/policy?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","policy"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5a58cad7-6402-49d6-ae98-e94f7ab984ae"},{"name":"Update Multiple Items","id":"d970a0b3-2cf4-46e1-be17-36589f850148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/policy?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple policy items at the same time.</p>\n","urlObject":{"path":["items","policy"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"79e47501-bcb0-42be-9120-1fb1d4ecb807","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"policy_id\": \"<uuid>\",\n    \"policy_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"review_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/policy?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","policy"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d970a0b3-2cf4-46e1-be17-36589f850148"},{"name":"Delete Multiple Items","id":"1d037503-8df3-4630-b7bf-841540531f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/policy","description":"<p>Delete multiple existing policy items.</p>\n","urlObject":{"path":["items","policy"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cd38f2b0-53d7-4755-b84d-9ba9ef3a107d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/policy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b06acd3c-964f-48eb-9503-eeae2fc6aeaa","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/policy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1d037503-8df3-4630-b7bf-841540531f63"}],"id":"4c79332c-ab5f-4377-9641-f090b2adf775","_postman_id":"4c79332c-ab5f-4377-9641-f090b2adf775","description":""},{"name":"post_gallery_items","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"50b5b68c-9658-4fb1-b3cb-5bb3969e46b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single post_gallery_items item by unique identifier.</p>\n","urlObject":{"path":["items","post_gallery_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"35e7df95-5e15-4b1e-b761-0fbbca499164","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"86ceda26-4619-4a9a-8060-7a217419fad3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"41d81e69-d57d-49fd-9081-b313887fb618","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dd3a23a5-b2f6-4343-a414-6ddf8865917e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"50b5b68c-9658-4fb1-b3cb-5bb3969e46b4"},{"name":"Update an Item","id":"f1f07133-7948-413e-bbe4-333666a00959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"posts_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing post_gallery_items item.</p>\n","urlObject":{"path":["items","post_gallery_items",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"65b2e7f8-fc45-41c7-9681-bf6f65bb2eb8","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"52173bac-9764-4d03-9a75-262261103f7f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"posts_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n}"},{"id":"4dd4605b-e328-4a3c-a938-6ff496cf13fe","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"posts_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bd23df73-8d59-41dc-b8e3-490eeaeda74c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"directus_files_id\": \"<uuid>\",\n  \"id\": \"<uuid>\",\n  \"posts_id\": \"<uuid>\",\n  \"sort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f1f07133-7948-413e-bbe4-333666a00959"},{"name":"Delete an Item","id":"7bc39843-c130-4e14-b21b-cca1da702319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/post_gallery_items/:id","description":"<p>Delete an existing post_gallery_items item.</p>\n","urlObject":{"path":["items","post_gallery_items",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7c0117b7-44b4-4368-a5cf-cd35479f0bee","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"637a9a61-ad59-476d-8ed4-4d15fd637328","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d81647e5-944e-4802-99a3-14456005932a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bcbabf9a-49ab-47fa-a0af-e8e206078327","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items/:id","host":["https://app.empress.eco"],"path":["items","post_gallery_items",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7bc39843-c130-4e14-b21b-cca1da702319"}],"id":"e883baa1-820f-4489-aa3f-3c89ac20d91a","_postman_id":"e883baa1-820f-4489-aa3f-3c89ac20d91a","description":""},{"name":"Create an Item","id":"6bfb85cb-857e-43e0-aa55-e3a5a6339f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/post_gallery_items?meta=<string>","description":"<p>Create a new post_gallery_items item.</p>\n","urlObject":{"path":["items","post_gallery_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f27f72dd-1d8a-4e2a-a6ae-016a7ceca0e3","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"69d9d38c-fdb9-4405-9747-43779c744fdc","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items?meta=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6bfb85cb-857e-43e0-aa55-e3a5a6339f71"},{"name":"List Items","id":"110dc3c1-770c-4288-8240-fa07a3f20020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/post_gallery_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the post_gallery_items items.</p>\n","urlObject":{"path":["items","post_gallery_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4dc89f22-7de8-4b5b-b4f3-f6cbdf7f3100","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"posts_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    },\n    {\n      \"directus_files_id\": \"<uuid>\",\n      \"id\": \"<uuid>\",\n      \"posts_id\": \"<uuid>\",\n      \"sort\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"42671d4e-c8fc-4758-93b3-2b45731dae91","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/post_gallery_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"110dc3c1-770c-4288-8240-fa07a3f20020"},{"name":"Update Multiple Items","id":"d416ee7c-e68a-4935-8032-20e8b956aac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/post_gallery_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple post_gallery_items items at the same time.</p>\n","urlObject":{"path":["items","post_gallery_items"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e13fbb5e-74e6-44ad-a49e-ba8136e719a9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  },\n  {\n    \"directus_files_id\": \"<uuid>\",\n    \"id\": \"<uuid>\",\n    \"posts_id\": \"<uuid>\",\n    \"sort\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/post_gallery_items?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","post_gallery_items"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d416ee7c-e68a-4935-8032-20e8b956aac6"},{"name":"Delete Multiple Items","id":"ce40d95e-ed64-4b00-aa0c-43b489adc6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/post_gallery_items","description":"<p>Delete multiple existing post_gallery_items items.</p>\n","urlObject":{"path":["items","post_gallery_items"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"336d98f1-4c83-4aa0-a834-ba57ae10e584","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/post_gallery_items"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a1cb025d-2169-4cd6-a85d-a2093e28cec4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/post_gallery_items"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ce40d95e-ed64-4b00-aa0c-43b489adc6dd"}],"id":"f0550170-40c0-465a-a63e-a4be5a1b2fa7","_postman_id":"f0550170-40c0-465a-a63e-a4be5a1b2fa7","description":""},{"name":"posts","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"f3f92e07-6e7e-4c30-801e-294a61a73ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single posts item by unique identifier.</p>\n","urlObject":{"path":["items","posts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"fa6c0f08-034a-4b08-adc4-ece9718bc07b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"886b4ec8-6ce6-4864-89f3-c144207809f2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"6a1af47c-9d3c-4f4b-b8aa-7184e134df3e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"67e26cf3-dcec-44f4-b859-fa908ff72dd9","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f3f92e07-6e7e-4c30-801e-294a61a73ab3"},{"name":"Update an Item","id":"c2832a70-5c10-466a-9af9-e5bc275cc8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"author\": \"<uuid>\",\n  \"built_with\": {\n    \"nullable\": true\n  },\n  \"category\": \"<uuid>\",\n  \"client\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cost\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_published\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"video_url\": \"<string>\",\n  \"links\": \"<string>\",\n  \"project_details\": \"<string>\",\n  \"gallery\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing posts item.</p>\n","urlObject":{"path":["items","posts",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"ce2709fe-8841-4a90-a1db-6eb5e38b2725","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fd73aedb-4b57-4b7d-bc44-fbe217b02666","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"author\": \"<uuid>\",\n  \"built_with\": {\n    \"nullable\": true\n  },\n  \"category\": \"<uuid>\",\n  \"client\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cost\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_published\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"video_url\": \"<string>\",\n  \"links\": \"<string>\",\n  \"project_details\": \"<string>\",\n  \"gallery\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"33feff43-09ec-46d1-8ca4-f16aaf140e76","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"author\": \"<uuid>\",\n  \"built_with\": {\n    \"nullable\": true\n  },\n  \"category\": \"<uuid>\",\n  \"client\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cost\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_published\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"video_url\": \"<string>\",\n  \"links\": \"<string>\",\n  \"project_details\": \"<string>\",\n  \"gallery\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3b6b444a-1930-47d1-b27d-f6b5c3c85238","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"author\": \"<uuid>\",\n  \"built_with\": {\n    \"nullable\": true\n  },\n  \"category\": \"<uuid>\",\n  \"client\": \"<string>\",\n  \"content\": \"<string>\",\n  \"cost\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_published\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"seo\": \"<uuid>\",\n  \"slug\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"summary\": \"<string>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"video_url\": \"<string>\",\n  \"links\": \"<string>\",\n  \"project_details\": \"<string>\",\n  \"gallery\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","posts",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c2832a70-5c10-466a-9af9-e5bc275cc8e0"},{"name":"Delete an Item","id":"98f8f5dd-4133-421d-8eb7-700ec045fa66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/posts/:id","description":"<p>Delete an existing posts item.</p>\n","urlObject":{"path":["items","posts",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"491e71e1-3da6-48e0-bc72-d89e7b434f6c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a57fd534-834d-41b0-8308-aaaa01ee046e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/posts/:id","host":["https://app.empress.eco"],"path":["items","posts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c5da3e5c-71bf-4024-977c-b72d22201724","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/posts/:id","host":["https://app.empress.eco"],"path":["items","posts",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ad5b5bf3-fa06-4a21-99d3-eb8ab3ad4d8a","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/posts/:id","host":["https://app.empress.eco"],"path":["items","posts",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"98f8f5dd-4133-421d-8eb7-700ec045fa66"}],"id":"17045531-f686-4b64-acbd-17745a00293a","_postman_id":"17045531-f686-4b64-acbd-17745a00293a","description":""},{"name":"Create an Item","id":"5b781086-b00c-46f4-8b01-7d0b82cb5881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/posts?meta=<string>","description":"<p>Create a new posts item.</p>\n","urlObject":{"path":["items","posts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f4d1a246-c1d7-4e5e-81d8-d34bc6690bb8","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts?meta=<string>","host":["https://app.empress.eco"],"path":["items","posts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5a1e30a2-23d6-42a5-8295-49fb40b347f4","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts?meta=<string>","host":["https://app.empress.eco"],"path":["items","posts"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5b781086-b00c-46f4-8b01-7d0b82cb5881"},{"name":"List Items","id":"05cb91b7-2dc5-4994-a75c-34fc53af657b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/posts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the posts items.</p>\n","urlObject":{"path":["items","posts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"eb5ceb97-6988-47de-b32d-46c2d9e123f3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/posts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","posts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"author\": \"<uuid>\",\n      \"built_with\": {\n        \"nullable\": true\n      },\n      \"category\": \"<uuid>\",\n      \"client\": \"<string>\",\n      \"content\": \"<string>\",\n      \"cost\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_published\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"video_url\": \"<string>\",\n      \"links\": \"<string>\",\n      \"project_details\": \"<string>\",\n      \"gallery\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"author\": \"<uuid>\",\n      \"built_with\": {\n        \"nullable\": true\n      },\n      \"category\": \"<uuid>\",\n      \"client\": \"<string>\",\n      \"content\": \"<string>\",\n      \"cost\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_published\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"seo\": \"<uuid>\",\n      \"slug\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"video_url\": \"<string>\",\n      \"links\": \"<string>\",\n      \"project_details\": \"<string>\",\n      \"gallery\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"e49c4757-65e4-475d-b350-6193c918d4af","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/posts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","posts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"05cb91b7-2dc5-4994-a75c-34fc53af657b"},{"name":"Update Multiple Items","id":"4d0def80-488f-427e-9f24-8e708db8b464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/posts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple posts items at the same time.</p>\n","urlObject":{"path":["items","posts"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d276348c-cd5f-4279-a2dc-c78c74794d52","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"author\": \"<uuid>\",\n    \"built_with\": {\n      \"nullable\": true\n    },\n    \"category\": \"<uuid>\",\n    \"client\": \"<string>\",\n    \"content\": \"<string>\",\n    \"cost\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_published\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"seo\": \"<uuid>\",\n    \"slug\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"summary\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"video_url\": \"<string>\",\n    \"links\": \"<string>\",\n    \"project_details\": \"<string>\",\n    \"gallery\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/posts?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","posts"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4d0def80-488f-427e-9f24-8e708db8b464"},{"name":"Delete Multiple Items","id":"9ea5a359-4338-4043-a79f-53ef94450e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/posts","description":"<p>Delete multiple existing posts items.</p>\n","urlObject":{"path":["items","posts"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"11259d82-de50-43dc-94df-ce5d0202f437","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/posts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ee4bef05-2a9f-4b9f-8dbd-15f3ba20492f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/posts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ea5a359-4338-4043-a79f-53ef94450e21"}],"id":"ec113479-9b52-4968-80c8-b15fe49c7438","_postman_id":"ec113479-9b52-4968-80c8-b15fe49c7438","description":""},{"name":"procurement","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7bbc59f5-ac7e-4061-8d90-6476f52c60f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single procurement item by unique identifier.</p>\n","urlObject":{"path":["items","procurement",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"63055327-4c34-41c7-9cb8-c9ba9c8f8416","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"825a7d5d-87da-4488-9eeb-8db1d309d2d3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"cc6886be-863c-451b-85d9-beeb6ba54c30","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"08366cb0-7fea-4fdd-abbe-d3e2e8e3ee54","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7bbc59f5-ac7e-4061-8d90-6476f52c60f4"},{"name":"Update an Item","id":"603cf35d-3f5f-4fe0-b99b-2fa7bf083e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": false\n  },\n  \"total_quantity_ordered\": \"<integer>\",\n  \"price_per_unit\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing procurement item.</p>\n","urlObject":{"path":["items","procurement",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"bb58b572-e207-4490-90df-e0c098e8dfb3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"62bd42e3-2db7-4409-b156-de771c6751f9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": false\n  },\n  \"total_quantity_ordered\": \"<integer>\",\n  \"price_per_unit\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"cf7c792b-173b-4b8e-981a-ac0cdef58348","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": false\n  },\n  \"total_quantity_ordered\": \"<integer>\",\n  \"price_per_unit\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f6d0a526-7c04-4745-8822-23b81aaf5d41","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"products_ordered\": {\n    \"nullable\": false\n  },\n  \"total_quantity_ordered\": \"<integer>\",\n  \"price_per_unit\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"603cf35d-3f5f-4fe0-b99b-2fa7bf083e3a"},{"name":"Delete an Item","id":"13d1232e-b049-4b03-b2d4-3a1b6f924de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/procurement/:id","description":"<p>Delete an existing procurement item.</p>\n","urlObject":{"path":["items","procurement",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1005e56d-ce49-4cd7-8d4d-5b7f67896462","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c9452c11-431e-4ade-873c-09594f4d9ed3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/procurement/:id","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c07a684b-1ae7-4006-9de7-668bfdb3aa3a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/procurement/:id","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"39bc9d16-2d88-46f7-8e84-8617f2d56018","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/procurement/:id","host":["https://app.empress.eco"],"path":["items","procurement",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"13d1232e-b049-4b03-b2d4-3a1b6f924de9"}],"id":"ae84f8aa-a26f-4f19-a9ba-a32485a21e60","_postman_id":"ae84f8aa-a26f-4f19-a9ba-a32485a21e60","description":""},{"name":"Create an Item","id":"a8b5869f-199f-4549-b41a-1090697a2fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/procurement?meta=<string>","description":"<p>Create a new procurement item.</p>\n","urlObject":{"path":["items","procurement"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"529438aa-ae90-4d07-a85e-b06fb0a5072c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement?meta=<string>","host":["https://app.empress.eco"],"path":["items","procurement"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b1fa35e7-2c03-4076-873c-f762aeea5064","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement?meta=<string>","host":["https://app.empress.eco"],"path":["items","procurement"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a8b5869f-199f-4549-b41a-1090697a2fc1"},{"name":"List Items","id":"3d4d07b9-f27d-4a73-9a14-042992463b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/procurement?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the procurement items.</p>\n","urlObject":{"path":["items","procurement"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4876ec17-7c26-42d6-812f-4004d1a30c53","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/procurement?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","procurement"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"purchase_order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"products_ordered\": {\n        \"nullable\": false\n      },\n      \"total_quantity_ordered\": \"<integer>\",\n      \"price_per_unit\": \"<number>\",\n      \"total_cost\": \"<number>\",\n      \"order_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"purchase_order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"products_ordered\": {\n        \"nullable\": false\n      },\n      \"total_quantity_ordered\": \"<integer>\",\n      \"price_per_unit\": \"<number>\",\n      \"total_cost\": \"<number>\",\n      \"order_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a5d98bc6-cb58-4912-82ec-67b41cec9c3f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/procurement?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","procurement"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3d4d07b9-f27d-4a73-9a14-042992463b5d"},{"name":"Update Multiple Items","id":"a106504f-00c5-403b-b4bc-9d7a04cafeab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/procurement?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple procurement items at the same time.</p>\n","urlObject":{"path":["items","procurement"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"78f41db7-eb57-4a52-bc9d-e6b0e0dd9ead","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"products_ordered\": {\n      \"nullable\": false\n    },\n    \"total_quantity_ordered\": \"<integer>\",\n    \"price_per_unit\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/procurement?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","procurement"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a106504f-00c5-403b-b4bc-9d7a04cafeab"},{"name":"Delete Multiple Items","id":"b4a86c7c-0bd9-441c-9980-d723985f32d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/procurement","description":"<p>Delete multiple existing procurement items.</p>\n","urlObject":{"path":["items","procurement"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"657c9bed-a6a2-4491-8d56-1adb52e531bc","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/procurement"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ad6ddcbe-8dff-497d-84da-c3b48ac00ccd","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/procurement"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b4a86c7c-0bd9-441c-9980-d723985f32d2"}],"id":"6851e5b9-9acc-43cd-bab8-7112cbbcabfb","_postman_id":"6851e5b9-9acc-43cd-bab8-7112cbbcabfb","description":""},{"name":"Product","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"bf1cc798-2ea5-40b9-9ee8-3b0a90cc25cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Product item by unique identifier.</p>\n","urlObject":{"path":["items","Product",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"a2097274-293a-4449-8711-c6b5ca80b64a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d0d89812-9904-4f34-9bc3-c6a8b41be459","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"fb1e99e1-fabd-4f03-bb46-e92be6da02bf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"254d3bbd-ea14-4875-b2f4-dad19ee0529a","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bf1cc798-2ea5-40b9-9ee8-3b0a90cc25cf"},{"name":"Update an Item","id":"9ab508bc-72f8-4533-8b46-22055dcdf5a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Product item.</p>\n","urlObject":{"path":["items","Product",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"4b40f87d-715c-4383-a98d-e54827aeab5c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b50d7324-d9d1-4f2e-919a-39694e766f87","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"f367af76-b08b-4293-bc1c-d7fce1f0790c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ece83c72-e3eb-4024-9c84-0836e47d43c7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Product",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ab508bc-72f8-4533-8b46-22055dcdf5a5"},{"name":"Delete an Item","id":"3e90d197-8197-4163-8803-28f918f17bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Product/:id","description":"<p>Delete an existing Product item.</p>\n","urlObject":{"path":["items","Product",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1552daab-7e36-4381-94ce-2a77b8a07447","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f2446623-ca5e-4acc-8278-a81ede7ac65e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Product/:id","host":["https://app.empress.eco"],"path":["items","Product",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dd5c1f72-b858-41a0-a576-72214e0183b0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Product/:id","host":["https://app.empress.eco"],"path":["items","Product",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"030a0d90-a214-42cb-ae86-0e9a70f3ff58","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Product/:id","host":["https://app.empress.eco"],"path":["items","Product",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3e90d197-8197-4163-8803-28f918f17bdf"}],"id":"59c830a9-8e40-4e30-8a09-c51930cae42a","_postman_id":"59c830a9-8e40-4e30-8a09-c51930cae42a","description":""},{"name":"Create an Item","id":"ebb98b4f-4851-4132-8086-f12d59a30218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Product?meta=<string>","description":"<p>Create a new Product item.</p>\n","urlObject":{"path":["items","Product"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"45036a8c-341c-4f9c-9f9e-d59c70e4ceba","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product?meta=<string>","host":["https://app.empress.eco"],"path":["items","Product"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d24495f4-1a6d-48a4-aa17-965ece509287","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product?meta=<string>","host":["https://app.empress.eco"],"path":["items","Product"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ebb98b4f-4851-4132-8086-f12d59a30218"},{"name":"List Items","id":"855b4a45-2298-49ba-b4db-bc6c106dce50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Product?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Product items.</p>\n","urlObject":{"path":["items","Product"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1dab3b70-0e23-4873-ba1b-19c9a6cbc318","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Product?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Product"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"ad2b8a86-29f2-4db8-9fca-d1e128b7aeeb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Product?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Product"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"855b4a45-2298-49ba-b4db-bc6c106dce50"},{"name":"Update Multiple Items","id":"0e80784b-5193-4a7d-9170-58275011c217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Product?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Product items at the same time.</p>\n","urlObject":{"path":["items","Product"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e3d80afe-6ae8-46ed-8de8-728e68bda1fc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Product?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Product"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0e80784b-5193-4a7d-9170-58275011c217"},{"name":"Delete Multiple Items","id":"31e07c39-20f1-4053-b248-7c5f513c75fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Product","description":"<p>Delete multiple existing Product items.</p>\n","urlObject":{"path":["items","Product"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"0efa37cd-ef7b-4b94-9f0d-74bc927d6e68","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Product"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c424d4b9-e8c9-4c91-892e-f0d46aa1d846","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Product"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"31e07c39-20f1-4053-b248-7c5f513c75fe"}],"id":"abcea05a-891e-4c0b-83ed-5319650d2d08","_postman_id":"abcea05a-891e-4c0b-83ed-5319650d2d08","description":""},{"name":"production_batch","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"b1897cd9-9668-47cf-b146-fe2fb282859d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single production_batch item by unique identifier.</p>\n","urlObject":{"path":["items","production_batch",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"0ce17a5c-1e57-45f7-9b94-488a2083d3ea","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a8e07ba6-ac48-4041-99c2-8b97ca217f0b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"239a3deb-0b35-49f1-b6c2-b8672c0eb710","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"976bc439-69ee-44f1-9f82-9067ea92d619","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b1897cd9-9668-47cf-b146-fe2fb282859d"},{"name":"Update an Item","id":"a3f86676-3fa8-471f-87af-66a2cec8ff8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"production_batch_id\": \"<uuid>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"quantity_produced\": \"<integer>\",\n  \"manufacturing_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"product_id\": \"<uuid>\",\n  \"production_supervisor\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing production_batch item.</p>\n","urlObject":{"path":["items","production_batch",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"1deb8c94-eb2e-4fec-adf5-0d985fa758e9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"34ada630-6b87-4b3c-9b19-acdb51e63e2c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"production_batch_id\": \"<uuid>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"quantity_produced\": \"<integer>\",\n  \"manufacturing_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"product_id\": \"<uuid>\",\n  \"production_supervisor\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"90307290-130f-4b82-8009-2288def06ec5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"production_batch_id\": \"<uuid>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"quantity_produced\": \"<integer>\",\n  \"manufacturing_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"product_id\": \"<uuid>\",\n  \"production_supervisor\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"895380cd-b6a6-474b-b26c-e48741836a5d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"production_batch_id\": \"<uuid>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"quantity_produced\": \"<integer>\",\n  \"manufacturing_cost\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"product_id\": \"<uuid>\",\n  \"production_supervisor\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a3f86676-3fa8-471f-87af-66a2cec8ff8e"},{"name":"Delete an Item","id":"34f45ad1-1c03-43ca-b251-51904c8d9631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/production_batch/:id","description":"<p>Delete an existing production_batch item.</p>\n","urlObject":{"path":["items","production_batch",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"972f2e8d-6cef-4944-85ef-751e2a934f2c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2f47157d-151d-4f2b-bd3f-485bd0814352","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/production_batch/:id","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7aebcaf2-fc51-4c82-b03b-d0a913e1b23e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/production_batch/:id","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3be17052-2760-42fb-bdbf-7d9c124464b6","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/production_batch/:id","host":["https://app.empress.eco"],"path":["items","production_batch",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"34f45ad1-1c03-43ca-b251-51904c8d9631"}],"id":"dea37c54-5704-4d13-9b37-411ee9ace072","_postman_id":"dea37c54-5704-4d13-9b37-411ee9ace072","description":""},{"name":"Create an Item","id":"12d61914-f2a7-45d3-b414-d33c8be9b2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/production_batch?meta=<string>","description":"<p>Create a new production_batch item.</p>\n","urlObject":{"path":["items","production_batch"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e425c39c-416e-4d2a-ae30-f29ba49c65b5","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch?meta=<string>","host":["https://app.empress.eco"],"path":["items","production_batch"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7f67b44e-1b1c-42b1-ae68-26d53c71f1ab","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch?meta=<string>","host":["https://app.empress.eco"],"path":["items","production_batch"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"12d61914-f2a7-45d3-b414-d33c8be9b2ff"},{"name":"List Items","id":"20167981-e5f6-43f4-8f5d-1bd78822ab6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/production_batch?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the production_batch items.</p>\n","urlObject":{"path":["items","production_batch"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bf04b952-32c3-437b-9d52-f87d40eac549","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/production_batch?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","production_batch"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"production_batch_id\": \"<uuid>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"quantity_produced\": \"<integer>\",\n      \"manufacturing_cost\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"product_id\": \"<uuid>\",\n      \"production_supervisor\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"production_batch_id\": \"<uuid>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"quantity_produced\": \"<integer>\",\n      \"manufacturing_cost\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"product_id\": \"<uuid>\",\n      \"production_supervisor\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"46bcf016-4451-4f08-8eb4-cebb35eef818","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/production_batch?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","production_batch"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"20167981-e5f6-43f4-8f5d-1bd78822ab6f"},{"name":"Update Multiple Items","id":"a98399b5-8d70-4727-ae4d-91e3888cb717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/production_batch?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple production_batch items at the same time.</p>\n","urlObject":{"path":["items","production_batch"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"27d4d430-b1f0-4395-a05a-9df844fc464f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"production_batch_id\": \"<uuid>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"quantity_produced\": \"<integer>\",\n    \"manufacturing_cost\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"product_id\": \"<uuid>\",\n    \"production_supervisor\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/production_batch?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","production_batch"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a98399b5-8d70-4727-ae4d-91e3888cb717"},{"name":"Delete Multiple Items","id":"0d57caad-087c-41a7-9fb6-b2bbf78118e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/production_batch","description":"<p>Delete multiple existing production_batch items.</p>\n","urlObject":{"path":["items","production_batch"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f3d0af1c-5c21-41d2-8563-7c4a7c213b19","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/production_batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43abb1b7-99d8-4b45-8dc4-f97cc8345ba6","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/production_batch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d57caad-087c-41a7-9fb6-b2bbf78118e2"}],"id":"e0217abe-dfdf-497e-8c50-16f1ccdcd26f","_postman_id":"e0217abe-dfdf-497e-8c50-16f1ccdcd26f","description":""},{"name":"project","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4cc90d3b-ef72-4aea-ac2c-fcaa9b698b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single project item by unique identifier.</p>\n","urlObject":{"path":["items","project",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"547f410c-d06d-4543-b032-b8a18feec5cd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e84187e5-cc81-47d4-9b92-ffb9e355d1ff","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"3cbf7e6c-5d57-4e95-b9da-12915564b5c4","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a661d9ab-63be-46ba-94a2-0c0239f1a9ba","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4cc90d3b-ef72-4aea-ac2c-fcaa9b698b80"},{"name":"Update an Item","id":"053a3106-4e9d-4358-8d2c-df557f8358c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"project_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing project item.</p>\n","urlObject":{"path":["items","project",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"47799cf6-8acf-4709-8de5-e91cf9a2f2b5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"38a2791b-f5ff-45ad-b9bd-a601860245a4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"project_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"2c97d99b-0b32-4373-8d57-071365c55068","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"project_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b469ebc4-81cd-429d-acea-a0441f971046","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"project_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","project",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"053a3106-4e9d-4358-8d2c-df557f8358c3"},{"name":"Delete an Item","id":"d2520bd0-e5c8-4ad5-a37a-c32969c78b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/project/:id","description":"<p>Delete an existing project item.</p>\n","urlObject":{"path":["items","project",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b5cf6d0d-5b3a-42bb-ae62-1ab34f513075","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"78705d9d-ae68-4005-91f7-eabf5a77ae7e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/project/:id","host":["https://app.empress.eco"],"path":["items","project",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4142ed45-997e-4e00-a060-04b08bf92057","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/project/:id","host":["https://app.empress.eco"],"path":["items","project",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"49e12f56-49a4-47ef-92d4-094ed4168cf2","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/project/:id","host":["https://app.empress.eco"],"path":["items","project",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d2520bd0-e5c8-4ad5-a37a-c32969c78b91"}],"id":"c82d2f9b-9d24-407f-9156-58c5703ed64a","_postman_id":"c82d2f9b-9d24-407f-9156-58c5703ed64a","description":""},{"name":"Create an Item","id":"6b9ee3b3-5f53-4fc3-8092-13cccadc0911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/project?meta=<string>","description":"<p>Create a new project item.</p>\n","urlObject":{"path":["items","project"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1259656b-26e4-4ea6-968b-e6f1e6c78ea2","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project?meta=<string>","host":["https://app.empress.eco"],"path":["items","project"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8ced70d2-eb18-4358-a03a-aa6df2268d8e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project?meta=<string>","host":["https://app.empress.eco"],"path":["items","project"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6b9ee3b3-5f53-4fc3-8092-13cccadc0911"},{"name":"List Items","id":"7b7525b3-69ce-4720-b6a1-e0001c3c1fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/project?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the project items.</p>\n","urlObject":{"path":["items","project"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c632c499-35a8-4579-b29f-b0e2294457fe","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/project?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","project"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"project_id\": \"<uuid>\",\n      \"project_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"budget\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"project_id\": \"<uuid>\",\n      \"project_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"budget\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"00c85002-03cb-4873-aff5-b479bc38f3ad","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/project?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","project"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7b7525b3-69ce-4720-b6a1-e0001c3c1fdc"},{"name":"Update Multiple Items","id":"2024a140-6e7f-47b8-8271-4f68ec2dfe9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/project?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple project items at the same time.</p>\n","urlObject":{"path":["items","project"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2de28613-133d-43d3-8ef3-c7a2496ea29d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"project_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/project?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","project"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2024a140-6e7f-47b8-8271-4f68ec2dfe9b"},{"name":"Delete Multiple Items","id":"3c0a748c-8d99-4c99-813f-72191bb2083b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/project","description":"<p>Delete multiple existing project items.</p>\n","urlObject":{"path":["items","project"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9b5ee82a-44da-46c1-94cc-0cd23a9a0cf4","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/project"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6868efc7-2e04-4e34-b228-2546d658464c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/project"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3c0a748c-8d99-4c99-813f-72191bb2083b"}],"id":"dbebbb6d-26a4-4feb-914d-36d76cfb3aa5","_postman_id":"dbebbb6d-26a4-4feb-914d-36d76cfb3aa5","description":""},{"name":"purchase_orders","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"9b19a45a-90c0-4049-96b1-23c3fd4815f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single purchase_orders item by unique identifier.</p>\n","urlObject":{"path":["items","purchase_orders",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"77c555c4-8938-4594-b346-8c974df40c2d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2749ba91-e0a9-475d-bf3a-fab32bfa18c8","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f7bcabc4-9afa-45a2-9bbe-d68c91444474","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c39a4806-19e1-4154-ab5f-adc6f6ae521b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9b19a45a-90c0-4049-96b1-23c3fd4815f4"},{"name":"Update an Item","id":"7c50e2b0-13dc-4662-870d-62dad49a014d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"quantity_ordered\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing purchase_orders item.</p>\n","urlObject":{"path":["items","purchase_orders",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"dcb03942-9925-4b99-893b-d19de3dc497c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ccdc0edb-6648-41ec-b310-f524fd87e244","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"quantity_ordered\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"a800cb09-36d5-42b4-b9fa-863a7585da4c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"quantity_ordered\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"96e6ad56-55e6-45d9-bb34-f0b3f91c169a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purchase_order_id\": \"<uuid>\",\n  \"order_date\": \"<date>\",\n  \"expected_delivery_date\": \"<date>\",\n  \"quantity_ordered\": \"<integer>\",\n  \"unit_price\": \"<number>\",\n  \"total_cost\": \"<number>\",\n  \"order_status\": \"<string>\",\n  \"approval_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"supplier_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7c50e2b0-13dc-4662-870d-62dad49a014d"},{"name":"Delete an Item","id":"e2c60d7c-7085-4c86-bdb8-e82db4719e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/purchase_orders/:id","description":"<p>Delete an existing purchase_orders item.</p>\n","urlObject":{"path":["items","purchase_orders",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"e3fe7803-639c-4f48-84e4-121a78d1a965","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9f339b23-8fcb-4897-afed-5f4a5edb1961","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dda307a6-dbc2-40d7-993d-b3a0e3b32fa7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5da9d0b3-3487-42d5-9b84-25314b8569da","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders/:id","host":["https://app.empress.eco"],"path":["items","purchase_orders",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e2c60d7c-7085-4c86-bdb8-e82db4719e75"}],"id":"c6fe152d-f469-4713-ba75-27c02bfe2a60","_postman_id":"c6fe152d-f469-4713-ba75-27c02bfe2a60","description":""},{"name":"Create an Item","id":"d1fb0afe-ce9b-4082-b12b-28b43962bbe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/purchase_orders?meta=<string>","description":"<p>Create a new purchase_orders item.</p>\n","urlObject":{"path":["items","purchase_orders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"132bb3cf-b14e-4873-8460-7b8b016480bd","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders?meta=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb14d4d5-1dba-48a3-9292-08e75d5feef4","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders?meta=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d1fb0afe-ce9b-4082-b12b-28b43962bbe5"},{"name":"List Items","id":"dc189392-9b5a-40e0-b7be-a10a957dbc56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/purchase_orders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the purchase_orders items.</p>\n","urlObject":{"path":["items","purchase_orders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"46c2d9a1-1c10-4b29-bb04-48609048365d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"purchase_order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"quantity_ordered\": \"<integer>\",\n      \"unit_price\": \"<number>\",\n      \"total_cost\": \"<number>\",\n      \"order_status\": \"<string>\",\n      \"approval_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"item_id\": \"<uuid>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"purchase_order_id\": \"<uuid>\",\n      \"order_date\": \"<date>\",\n      \"expected_delivery_date\": \"<date>\",\n      \"quantity_ordered\": \"<integer>\",\n      \"unit_price\": \"<number>\",\n      \"total_cost\": \"<number>\",\n      \"order_status\": \"<string>\",\n      \"approval_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"item_id\": \"<uuid>\",\n      \"supplier_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"31daae07-6633-473f-a86e-c20a9f758936","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/purchase_orders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dc189392-9b5a-40e0-b7be-a10a957dbc56"},{"name":"Update Multiple Items","id":"e1cdff63-0316-4d82-af0a-520edfe8e4da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/purchase_orders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple purchase_orders items at the same time.</p>\n","urlObject":{"path":["items","purchase_orders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d8fee05f-c88a-4ed9-9a8d-d5fa2ed1d3bb","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"purchase_order_id\": \"<uuid>\",\n    \"order_date\": \"<date>\",\n    \"expected_delivery_date\": \"<date>\",\n    \"quantity_ordered\": \"<integer>\",\n    \"unit_price\": \"<number>\",\n    \"total_cost\": \"<number>\",\n    \"order_status\": \"<string>\",\n    \"approval_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"supplier_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/purchase_orders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","purchase_orders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e1cdff63-0316-4d82-af0a-520edfe8e4da"},{"name":"Delete Multiple Items","id":"26213070-b94e-4f83-b604-b5c03d2a240f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/purchase_orders","description":"<p>Delete multiple existing purchase_orders items.</p>\n","urlObject":{"path":["items","purchase_orders"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"265de069-d870-4cf8-8afc-802146a31abf","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/purchase_orders"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"989e118f-e7b0-4c9a-94e2-82144d5a836a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/purchase_orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"26213070-b94e-4f83-b604-b5c03d2a240f"}],"id":"bbb88f10-1822-499c-b561-9b4a6e17f4e0","_postman_id":"bbb88f10-1822-499c-b561-9b4a6e17f4e0","description":""},{"name":"quality_check","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"26cebefc-8929-4351-8e1e-d361ab30f9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single quality_check item by unique identifier.</p>\n","urlObject":{"path":["items","quality_check",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"04fdf45d-eec5-43c8-abb3-3029dc170e27","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9fd7a035-ffc3-4a3c-a3a2-795dca2bbc19","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"78b88c9e-a6c6-4a76-af3a-3d12b4cce3cb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"02f344e2-5a6e-43b1-9d7a-f1aaf79a754f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"26cebefc-8929-4351-8e1e-d361ab30f9e3"},{"name":"Update an Item","id":"e914119b-5084-4be6-9edd-718d2648d7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality_check_id\": \"<uuid>\",\n  \"check_date\": \"<date>\",\n  \"checked_by\": \"<string>\",\n  \"standards_met\": \"<boolean>\",\n  \"issues_identified\": \"<string>\",\n  \"corrective_actions\": \"<string>\",\n  \"next_check_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing quality_check item.</p>\n","urlObject":{"path":["items","quality_check",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"11548b53-512a-49ea-983c-97053abb8438","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6e1e97ff-a9bb-40c9-8582-b33ea8213db5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality_check_id\": \"<uuid>\",\n  \"check_date\": \"<date>\",\n  \"checked_by\": \"<string>\",\n  \"standards_met\": \"<boolean>\",\n  \"issues_identified\": \"<string>\",\n  \"corrective_actions\": \"<string>\",\n  \"next_check_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"af808ab0-2a6c-4443-a52e-cd3241fa2aae","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality_check_id\": \"<uuid>\",\n  \"check_date\": \"<date>\",\n  \"checked_by\": \"<string>\",\n  \"standards_met\": \"<boolean>\",\n  \"issues_identified\": \"<string>\",\n  \"corrective_actions\": \"<string>\",\n  \"next_check_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ba68e8f0-9388-4aa9-93ff-abd743fdb17a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quality_check_id\": \"<uuid>\",\n  \"check_date\": \"<date>\",\n  \"checked_by\": \"<string>\",\n  \"standards_met\": \"<boolean>\",\n  \"issues_identified\": \"<string>\",\n  \"corrective_actions\": \"<string>\",\n  \"next_check_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"item_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e914119b-5084-4be6-9edd-718d2648d7bf"},{"name":"Delete an Item","id":"eb63e446-48ce-4b1f-a394-fb00fcf5a5cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quality_check/:id","description":"<p>Delete an existing quality_check item.</p>\n","urlObject":{"path":["items","quality_check",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"0847026b-83d1-4a7b-b4dc-bec27cb01e35","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8fbc0706-b60f-4e38-b0b0-04dd9d63a1b9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/quality_check/:id","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2ca8625d-a1d9-4768-a3e1-5a0578b57fba","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quality_check/:id","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"04a79f0e-624c-4b48-833c-df8009ec1d1a","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quality_check/:id","host":["https://app.empress.eco"],"path":["items","quality_check",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eb63e446-48ce-4b1f-a394-fb00fcf5a5cf"}],"id":"4745b55f-278f-4a1a-816d-b5595390ff95","_postman_id":"4745b55f-278f-4a1a-816d-b5595390ff95","description":""},{"name":"Create an Item","id":"9ea8e74a-88b0-449d-8595-09c2c1213a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quality_check?meta=<string>","description":"<p>Create a new quality_check item.</p>\n","urlObject":{"path":["items","quality_check"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"be6e427b-639f-44d0-88d4-94be8281864c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check?meta=<string>","host":["https://app.empress.eco"],"path":["items","quality_check"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ad12c6e6-740d-4a75-9ee4-42bc97d5de7f","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check?meta=<string>","host":["https://app.empress.eco"],"path":["items","quality_check"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9ea8e74a-88b0-449d-8595-09c2c1213a13"},{"name":"List Items","id":"9d51c5be-d3bd-4e41-8210-f9c8c4714aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quality_check?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the quality_check items.</p>\n","urlObject":{"path":["items","quality_check"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3789da40-99eb-469a-a3ed-614cc3d1e4bf","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/quality_check?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quality_check"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"quality_check_id\": \"<uuid>\",\n      \"check_date\": \"<date>\",\n      \"checked_by\": \"<string>\",\n      \"standards_met\": \"<boolean>\",\n      \"issues_identified\": \"<string>\",\n      \"corrective_actions\": \"<string>\",\n      \"next_check_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"item_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"quality_check_id\": \"<uuid>\",\n      \"check_date\": \"<date>\",\n      \"checked_by\": \"<string>\",\n      \"standards_met\": \"<boolean>\",\n      \"issues_identified\": \"<string>\",\n      \"corrective_actions\": \"<string>\",\n      \"next_check_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"item_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"be1fbef3-562e-492b-8e31-4cc4ff536365","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/quality_check?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quality_check"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9d51c5be-d3bd-4e41-8210-f9c8c4714aa5"},{"name":"Update Multiple Items","id":"bb686987-79e1-4b91-9f0b-a6b873e14e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quality_check?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple quality_check items at the same time.</p>\n","urlObject":{"path":["items","quality_check"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"26dd2587-c50c-4f9f-a117-bf025b2a0621","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quality_check_id\": \"<uuid>\",\n    \"check_date\": \"<date>\",\n    \"checked_by\": \"<string>\",\n    \"standards_met\": \"<boolean>\",\n    \"issues_identified\": \"<string>\",\n    \"corrective_actions\": \"<string>\",\n    \"next_check_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"item_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quality_check?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quality_check"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"bb686987-79e1-4b91-9f0b-a6b873e14e79"},{"name":"Delete Multiple Items","id":"163e407e-a39a-4358-a7fb-ab39b7fb6301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quality_check","description":"<p>Delete multiple existing quality_check items.</p>\n","urlObject":{"path":["items","quality_check"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"8401343c-4cb7-429a-bc9e-b26a8565a1dd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/quality_check"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a9e420d-9599-4023-be56-0ce2490535c2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quality_check"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"163e407e-a39a-4358-a7fb-ab39b7fb6301"}],"id":"7a4d754c-e875-48d9-b1cf-d42e258b41c5","_postman_id":"7a4d754c-e875-48d9-b1cf-d42e258b41c5","description":""},{"name":"quotes","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7cd854d7-b062-49d1-bb9f-10a4edceec52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single quotes item by unique identifier.</p>\n","urlObject":{"path":["items","quotes",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"33d05f9a-93fa-4a0f-8916-56b741740564","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"56d7d5c2-dfed-435c-bef7-e2da735d58d0","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"757b1cb7-b749-4e31-9889-1b90cce79f95","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"81169c6e-3b64-4fe9-8f2b-37deecf62aa2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7cd854d7-b062-49d1-bb9f-10a4edceec52"},{"name":"Update an Item","id":"8b21e73f-7515-49de-a828-0df12023a520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quote_id\": \"<uuid>\",\n  \"date_created\": \"<date>\",\n  \"valid_until\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"price_estimate\": \"<number>\",\n  \"terms_and_conditions\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing quotes item.</p>\n","urlObject":{"path":["items","quotes",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"4f07f65b-3271-4297-81ac-6af6c940a5f4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e58db698-5ef6-4409-a100-90f74d8a7dc4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quote_id\": \"<uuid>\",\n  \"date_created\": \"<date>\",\n  \"valid_until\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"price_estimate\": \"<number>\",\n  \"terms_and_conditions\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"1b097416-9c5c-47e1-a3d0-4beea74c1c54","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quote_id\": \"<uuid>\",\n  \"date_created\": \"<date>\",\n  \"valid_until\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"price_estimate\": \"<number>\",\n  \"terms_and_conditions\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2658d85c-9b31-46b0-a91f-baed4cd41471","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"quote_id\": \"<uuid>\",\n  \"date_created\": \"<date>\",\n  \"valid_until\": \"<date>\",\n  \"products_services_desc\": \"<string>\",\n  \"price_estimate\": \"<number>\",\n  \"terms_and_conditions\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"customer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8b21e73f-7515-49de-a828-0df12023a520"},{"name":"Delete an Item","id":"25f13b04-b25b-45f6-93ec-c96e8e99fb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quotes/:id","description":"<p>Delete an existing quotes item.</p>\n","urlObject":{"path":["items","quotes",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b9c56aa4-230f-47dd-b2fd-af5bc7164bc9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"550d1413-fa50-4a21-83ce-f179d96f0155","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/quotes/:id","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7b625b8a-ba4a-4dfe-9186-b2590b79a913","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quotes/:id","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dd78eda2-922d-4074-bb04-c42158d59df0","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/quotes/:id","host":["https://app.empress.eco"],"path":["items","quotes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"25f13b04-b25b-45f6-93ec-c96e8e99fb9b"}],"id":"b18347a6-fcda-48e7-a3c9-79b9fcb4c0b6","_postman_id":"b18347a6-fcda-48e7-a3c9-79b9fcb4c0b6","description":""},{"name":"Create an Item","id":"4328505c-674b-4bff-a0e1-abac25e8fbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quotes?meta=<string>","description":"<p>Create a new quotes item.</p>\n","urlObject":{"path":["items","quotes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"beaf662d-b4d8-4da3-8324-fc494154d609","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes?meta=<string>","host":["https://app.empress.eco"],"path":["items","quotes"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e20055f2-13eb-4304-abf5-9e2a5148fc5b","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes?meta=<string>","host":["https://app.empress.eco"],"path":["items","quotes"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4328505c-674b-4bff-a0e1-abac25e8fbc7"},{"name":"List Items","id":"09ce2cf8-64fe-4a93-9b3f-020862956d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quotes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the quotes items.</p>\n","urlObject":{"path":["items","quotes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"8cb1c614-bfc8-4a71-807c-99e275032982","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/quotes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quotes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"quote_id\": \"<uuid>\",\n      \"date_created\": \"<date>\",\n      \"valid_until\": \"<date>\",\n      \"products_services_desc\": \"<string>\",\n      \"price_estimate\": \"<number>\",\n      \"terms_and_conditions\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"quote_id\": \"<uuid>\",\n      \"date_created\": \"<date>\",\n      \"valid_until\": \"<date>\",\n      \"products_services_desc\": \"<string>\",\n      \"price_estimate\": \"<number>\",\n      \"terms_and_conditions\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"customer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5eaf189b-0b4b-49d4-bc00-a7747f8ca42b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/quotes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quotes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"09ce2cf8-64fe-4a93-9b3f-020862956d6d"},{"name":"Update Multiple Items","id":"fa839092-636a-4aaa-80cb-674be5a9c03d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/quotes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple quotes items at the same time.</p>\n","urlObject":{"path":["items","quotes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"63eac39f-0a39-4b89-b827-665e4e23385e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"quote_id\": \"<uuid>\",\n    \"date_created\": \"<date>\",\n    \"valid_until\": \"<date>\",\n    \"products_services_desc\": \"<string>\",\n    \"price_estimate\": \"<number>\",\n    \"terms_and_conditions\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"customer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/quotes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","quotes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fa839092-636a-4aaa-80cb-674be5a9c03d"},{"name":"Delete Multiple Items","id":"9a41399f-9945-4c07-9ce3-fc353056e313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quotes","description":"<p>Delete multiple existing quotes items.</p>\n","urlObject":{"path":["items","quotes"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f47692d8-89ce-4959-bd29-28d83d715b55","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/quotes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a8a6980a-6fbe-4753-b112-f6fb9e326d42","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/quotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9a41399f-9945-4c07-9ce3-fc353056e313"}],"id":"6863eb3b-1c00-48a5-a132-627b620fe70e","_postman_id":"6863eb3b-1c00-48a5-a132-627b620fe70e","description":""},{"name":"recruit","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"1f88c134-ec18-4e97-bda2-782124fc0f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single recruit item by unique identifier.</p>\n","urlObject":{"path":["items","recruit",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"52514b45-1c6f-458c-a6be-bd0c26e99d83","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b23b88e7-31e8-47d2-8ac9-af2125c16c78","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"bf3c2522-3db9-4fe3-9a67-8da3ad881ce8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"700ad47e-78a6-47c8-98eb-f316b7c1e62d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1f88c134-ec18-4e97-bda2-782124fc0f29"},{"name":"Update an Item","id":"ac823adf-4b9a-4c35-827c-3e552a9b1fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"applicant_id\": \"<uuid>\",\n  \"applicant_name\": \"<string>\",\n  \"position_applied\": \"<string>\",\n  \"application_date\": \"<date>\",\n  \"interview_date\": \"<date>\",\n  \"current_stage\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"interviewer\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing recruit item.</p>\n","urlObject":{"path":["items","recruit",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f97752a9-0193-4272-8797-8681bc9c3bde","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d48a1711-91cc-4911-b38a-b19bc60cee7d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"applicant_id\": \"<uuid>\",\n  \"applicant_name\": \"<string>\",\n  \"position_applied\": \"<string>\",\n  \"application_date\": \"<date>\",\n  \"interview_date\": \"<date>\",\n  \"current_stage\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"interviewer\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"57c7bb06-7a2a-4bd4-a808-241f60966955","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"applicant_id\": \"<uuid>\",\n  \"applicant_name\": \"<string>\",\n  \"position_applied\": \"<string>\",\n  \"application_date\": \"<date>\",\n  \"interview_date\": \"<date>\",\n  \"current_stage\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"interviewer\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"73154c2b-ff63-496a-8e01-1fda58f4c376","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"applicant_id\": \"<uuid>\",\n  \"applicant_name\": \"<string>\",\n  \"position_applied\": \"<string>\",\n  \"application_date\": \"<date>\",\n  \"interview_date\": \"<date>\",\n  \"current_stage\": \"<string>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"interviewer\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ac823adf-4b9a-4c35-827c-3e552a9b1fdf"},{"name":"Delete an Item","id":"d9b41dcb-81bc-4cd1-9881-d83de8aa6595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/recruit/:id","description":"<p>Delete an existing recruit item.</p>\n","urlObject":{"path":["items","recruit",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"c0803099-55cc-4c65-9754-77877f242e71","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1c6aec0b-e73c-4012-b72a-862f3e676559","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/recruit/:id","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d7d77904-d5bb-477f-a01f-193ddd60d680","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/recruit/:id","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"89a0a89e-f00e-41d8-ac98-1492d3c5b809","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/recruit/:id","host":["https://app.empress.eco"],"path":["items","recruit",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d9b41dcb-81bc-4cd1-9881-d83de8aa6595"}],"id":"e81fdf70-3525-411b-9244-65b7fdbc5294","_postman_id":"e81fdf70-3525-411b-9244-65b7fdbc5294","description":""},{"name":"Create an Item","id":"4683b2cf-99a4-40cc-b394-69b08b300ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/recruit?meta=<string>","description":"<p>Create a new recruit item.</p>\n","urlObject":{"path":["items","recruit"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"2d825e03-c6d5-4d5f-8c4e-a85cf17d09cb","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit?meta=<string>","host":["https://app.empress.eco"],"path":["items","recruit"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0a2b4c17-c380-47ba-b362-a82820080b15","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit?meta=<string>","host":["https://app.empress.eco"],"path":["items","recruit"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4683b2cf-99a4-40cc-b394-69b08b300ca1"},{"name":"List Items","id":"a23a52de-4e68-42ee-86c3-179b115386b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/recruit?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the recruit items.</p>\n","urlObject":{"path":["items","recruit"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"cf2c1978-0429-432d-9cb3-5625c7ad9373","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/recruit?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","recruit"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"applicant_id\": \"<uuid>\",\n      \"applicant_name\": \"<string>\",\n      \"position_applied\": \"<string>\",\n      \"application_date\": \"<date>\",\n      \"interview_date\": \"<date>\",\n      \"current_stage\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"applicant_id\": \"<uuid>\",\n      \"applicant_name\": \"<string>\",\n      \"position_applied\": \"<string>\",\n      \"application_date\": \"<date>\",\n      \"interview_date\": \"<date>\",\n      \"current_stage\": \"<string>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"interviewer\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"f7311390-0526-4f1c-8072-84c68778db3b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/recruit?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","recruit"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a23a52de-4e68-42ee-86c3-179b115386b9"},{"name":"Update Multiple Items","id":"0328f4b1-140e-4808-a83b-b13c9296ac40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/recruit?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple recruit items at the same time.</p>\n","urlObject":{"path":["items","recruit"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3b930120-36e4-417d-9144-132ff3d2815b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"applicant_id\": \"<uuid>\",\n    \"applicant_name\": \"<string>\",\n    \"position_applied\": \"<string>\",\n    \"application_date\": \"<date>\",\n    \"interview_date\": \"<date>\",\n    \"current_stage\": \"<string>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"interviewer\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/recruit?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","recruit"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"0328f4b1-140e-4808-a83b-b13c9296ac40"},{"name":"Delete Multiple Items","id":"f75989d9-a24a-4bd7-a83e-b27ee8aa3cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/recruit","description":"<p>Delete multiple existing recruit items.</p>\n","urlObject":{"path":["items","recruit"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2961fae0-c03e-4847-b6ea-a6899cbf9516","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/recruit"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0a373b0f-189e-47a7-b2b3-74773cec3019","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/recruit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f75989d9-a24a-4bd7-a83e-b27ee8aa3cf6"}],"id":"2e2810df-a87f-48df-bc60-26e8d9d6c493","_postman_id":"2e2810df-a87f-48df-bc60-26e8d9d6c493","description":""},{"name":"redirects","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"7364eb61-20f0-4a16-b741-23babb2828d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single redirects item by unique identifier.</p>\n","urlObject":{"path":["items","redirects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"82da2fb4-879e-4040-b081-67b6e140b917","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"12ed6152-5d0d-4fb5-88bc-6d24beda8ce5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n}"},{"id":"6b800599-2a45-4036-9603-e2433ce7cf73","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ca24c585-a705-43ef-abf7-da5fbbf04c4b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7364eb61-20f0-4a16-b741-23babb2828d4"},{"name":"Update an Item","id":"bcf61a21-62f9-4fe0-84b0-a729a91dc69c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"response_code\": \"<integer>\",\n  \"url_new\": \"<string>\",\n  \"url_old\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"notice_redirects\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing redirects item.</p>\n","urlObject":{"path":["items","redirects",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"38874816-7b8b-4dda-a2bd-aa796f708fb4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fe3d891f-4c27-4e7a-b675-318c96671c72","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"response_code\": \"<integer>\",\n  \"url_new\": \"<string>\",\n  \"url_old\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"notice_redirects\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n}"},{"id":"f9a3837b-e228-491f-87d1-aab09813f1d6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"response_code\": \"<integer>\",\n  \"url_new\": \"<string>\",\n  \"url_old\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"notice_redirects\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9fb637a7-96d8-499d-a929-6a2f92240a16","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"response_code\": \"<integer>\",\n  \"url_new\": \"<string>\",\n  \"url_old\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"notice_redirects\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bcf61a21-62f9-4fe0-84b0-a729a91dc69c"},{"name":"Delete an Item","id":"c11c6d5a-3e36-4a9e-b759-9cd4f78ca9f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/redirects/:id","description":"<p>Delete an existing redirects item.</p>\n","urlObject":{"path":["items","redirects",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b2c9ed81-1f41-4579-9732-14a19ddc1c51","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"efc1ec87-1d06-4963-a369-13fa0ac75fcd","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/redirects/:id","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"954e93fc-8b19-4096-8125-fbe8037576c2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/redirects/:id","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4de6633e-5b98-4d49-85bf-99849a0d131b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/redirects/:id","host":["https://app.empress.eco"],"path":["items","redirects",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c11c6d5a-3e36-4a9e-b759-9cd4f78ca9f5"}],"id":"24bd6e1e-a0fe-4d79-a6b3-96d41334676d","_postman_id":"24bd6e1e-a0fe-4d79-a6b3-96d41334676d","description":""},{"name":"Create an Item","id":"d87c7ee2-e3b2-4775-8690-feec085fd459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/redirects?meta=<string>","description":"<p>Create a new redirects item.</p>\n","urlObject":{"path":["items","redirects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"46c7034e-c652-4458-aa12-7d4aaec704fc","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects?meta=<string>","host":["https://app.empress.eco"],"path":["items","redirects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ce002c68-8a46-4d7f-90c7-33c97d40c536","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects?meta=<string>","host":["https://app.empress.eco"],"path":["items","redirects"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d87c7ee2-e3b2-4775-8690-feec085fd459"},{"name":"List Items","id":"d3e69cdd-b462-4780-b8d7-390e3475659f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/redirects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the redirects items.</p>\n","urlObject":{"path":["items","redirects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1482bbd0-13ac-4ce1-ab39-490334d1657f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/redirects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","redirects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"response_code\": \"<integer>\",\n      \"url_new\": \"<string>\",\n      \"url_old\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"notice_redirects\": \"<string>\"\n    },\n    {\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"response_code\": \"<integer>\",\n      \"url_new\": \"<string>\",\n      \"url_old\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"notice_redirects\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"8a3f439c-f355-4be7-91a0-7a767db2452f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/redirects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","redirects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d3e69cdd-b462-4780-b8d7-390e3475659f"},{"name":"Update Multiple Items","id":"8dd157df-9a92-4321-aadb-f914aa30c9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/redirects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple redirects items at the same time.</p>\n","urlObject":{"path":["items","redirects"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"44a8754b-1668-42ed-ad0f-0ef0fe596fe4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  },\n  {\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"response_code\": \"<integer>\",\n    \"url_new\": \"<string>\",\n    \"url_old\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"notice_redirects\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/redirects?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","redirects"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8dd157df-9a92-4321-aadb-f914aa30c9a1"},{"name":"Delete Multiple Items","id":"cf2da407-8f85-411f-b683-c26b93771660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/redirects","description":"<p>Delete multiple existing redirects items.</p>\n","urlObject":{"path":["items","redirects"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b71c4426-8a9d-4768-9527-3f67877d47e2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/redirects"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9f0c767c-f12b-4d87-9a45-2287e14f2f4c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/redirects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cf2da407-8f85-411f-b683-c26b93771660"}],"id":"ba993289-5932-41c3-af15-e73aff860147","_postman_id":"ba993289-5932-41c3-af15-e73aff860147","description":""},{"name":"regulations","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"40568038-6a6a-4f00-85d1-d6a260f3f416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single regulations item by unique identifier.</p>\n","urlObject":{"path":["items","regulations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"32413cd2-50b3-4ae6-aa17-9765df61e1a4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"48785f58-297f-4cf8-b6c7-8271014c7cba","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"3c7d084a-60ac-490f-b4d6-feac1d40e8d8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"395cde8a-c41c-42a1-bb81-c61240a2ae7e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"40568038-6a6a-4f00-85d1-d6a260f3f416"},{"name":"Update an Item","id":"6cea5a9f-9427-40a6-a2d4-08a540ad8888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"regulation_id\": \"<uuid>\",\n  \"regulation_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"compliance_deadline\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing regulations item.</p>\n","urlObject":{"path":["items","regulations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7b649fea-aca0-4bee-8678-366a28e2c2e4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7dc1be9d-c394-4636-a789-36ba5e8560ec","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"regulation_id\": \"<uuid>\",\n  \"regulation_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"compliance_deadline\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f4e2946c-eb3d-4fba-a94a-bc8550f50828","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"regulation_id\": \"<uuid>\",\n  \"regulation_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"compliance_deadline\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"742999a2-c129-41d4-9160-2128a2460c8f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"regulation_id\": \"<uuid>\",\n  \"regulation_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"effective_date\": \"<date>\",\n  \"compliance_deadline\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6cea5a9f-9427-40a6-a2d4-08a540ad8888"},{"name":"Delete an Item","id":"8f8f2598-ad3d-4426-8c72-9e97e914ad25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/regulations/:id","description":"<p>Delete an existing regulations item.</p>\n","urlObject":{"path":["items","regulations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"31492230-cdbc-4c63-bf8e-c7ce9f4cf3c7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b3e6333b-10a1-41ab-af98-f12f392e79c7","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/regulations/:id","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"81525c1f-19ab-40e2-84bd-16adfbfc32e1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/regulations/:id","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e33224af-82ec-4bdf-a7c2-eed20acfe3a5","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/regulations/:id","host":["https://app.empress.eco"],"path":["items","regulations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8f8f2598-ad3d-4426-8c72-9e97e914ad25"}],"id":"b979798f-76e4-490e-ad09-641527b03690","_postman_id":"b979798f-76e4-490e-ad09-641527b03690","description":""},{"name":"Create an Item","id":"e1d8cc00-5afd-4259-b327-e7b9d805a100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/regulations?meta=<string>","description":"<p>Create a new regulations item.</p>\n","urlObject":{"path":["items","regulations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1b7df083-c25a-4488-b7dc-7ddad714de79","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations?meta=<string>","host":["https://app.empress.eco"],"path":["items","regulations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2e7a136-7c77-4707-ba0f-17be03f14569","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations?meta=<string>","host":["https://app.empress.eco"],"path":["items","regulations"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e1d8cc00-5afd-4259-b327-e7b9d805a100"},{"name":"List Items","id":"f13185c6-8c80-4020-9723-cb574ed39ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/regulations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the regulations items.</p>\n","urlObject":{"path":["items","regulations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3771de21-92c1-4b5e-86fc-d2d73ac5ca14","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/regulations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","regulations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"regulation_id\": \"<uuid>\",\n      \"regulation_name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"effective_date\": \"<date>\",\n      \"compliance_deadline\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"regulation_id\": \"<uuid>\",\n      \"regulation_name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"effective_date\": \"<date>\",\n      \"compliance_deadline\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d914cea2-09bd-4fb8-8dc6-9f1e936a78c6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/regulations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","regulations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f13185c6-8c80-4020-9723-cb574ed39ca0"},{"name":"Update Multiple Items","id":"5772e629-d33d-4504-890f-eaa9989b9900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/regulations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple regulations items at the same time.</p>\n","urlObject":{"path":["items","regulations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3f92ecee-0c01-4b6a-9017-74240ace56bf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"regulation_id\": \"<uuid>\",\n    \"regulation_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"effective_date\": \"<date>\",\n    \"compliance_deadline\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/regulations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","regulations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5772e629-d33d-4504-890f-eaa9989b9900"},{"name":"Delete Multiple Items","id":"a6feff1a-47af-4a27-a2d0-e26ab5857182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/regulations","description":"<p>Delete multiple existing regulations items.</p>\n","urlObject":{"path":["items","regulations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cb5d7944-4982-43cd-965e-17d5b60244c1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/regulations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c110942c-d683-4b90-890f-a574a9b233d4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/regulations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a6feff1a-47af-4a27-a2d0-e26ab5857182"}],"id":"d48ec575-4691-4205-ad06-18abd0c11fc0","_postman_id":"d48ec575-4691-4205-ad06-18abd0c11fc0","description":""},{"name":"rentals","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"218c6459-74a4-4181-9aa0-225c7435c8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single rentals item by unique identifier.</p>\n","urlObject":{"path":["items","rentals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"a32d0a5a-7d7f-4812-92f2-422f0d9672c0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"39ecdc87-dd70-465e-b40d-62effbe53505","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"dbfa2856-10ba-4a87-ae71-acccff5afcf8","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1dc04967-0316-41e0-a1cf-9a339002ac21","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"218c6459-74a4-4181-9aa0-225c7435c8c2"},{"name":"Update an Item","id":"81f38b8e-7db6-4fcd-bdbb-6ce09243830c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rental_id\": \"<uuid>\",\n  \"rental_item_id\": \"<integer>\",\n  \"quantity\": \"<integer>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"rental_rate\": \"<number>\",\n  \"total_charge\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing rentals item.</p>\n","urlObject":{"path":["items","rentals",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"ab52a757-4e9f-4445-b493-56efee18d917","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4a2d4e40-3757-40ff-95bf-14a9972d0b4e","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rental_id\": \"<uuid>\",\n  \"rental_item_id\": \"<integer>\",\n  \"quantity\": \"<integer>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"rental_rate\": \"<number>\",\n  \"total_charge\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"448d5ecc-224a-4a9a-8a2f-162c7ac3e3a6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rental_id\": \"<uuid>\",\n  \"rental_item_id\": \"<integer>\",\n  \"quantity\": \"<integer>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"rental_rate\": \"<number>\",\n  \"total_charge\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"14acddaf-7f67-40b6-963e-ed694e8db661","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"rental_id\": \"<uuid>\",\n  \"rental_item_id\": \"<integer>\",\n  \"quantity\": \"<integer>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"rental_rate\": \"<number>\",\n  \"total_charge\": \"<number>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"81f38b8e-7db6-4fcd-bdbb-6ce09243830c"},{"name":"Delete an Item","id":"62e4f3f4-835d-45d1-9e8b-c5ab684ced94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/rentals/:id","description":"<p>Delete an existing rentals item.</p>\n","urlObject":{"path":["items","rentals",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"e4e05eff-cd2a-444b-9023-6275f65cf7fa","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"31ec6e27-d048-459b-98a9-e5ff1a48f216","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/rentals/:id","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2512de8e-6659-45d4-b18a-c1204b7186ff","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/rentals/:id","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4fc2affd-c6d6-40df-9564-e33ce87dd0d4","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/rentals/:id","host":["https://app.empress.eco"],"path":["items","rentals",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"62e4f3f4-835d-45d1-9e8b-c5ab684ced94"}],"id":"ab469f34-f300-43b8-8276-085d20ae93c4","_postman_id":"ab469f34-f300-43b8-8276-085d20ae93c4","description":""},{"name":"Create an Item","id":"54f73191-a522-4fac-8acf-8810c3c333d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/rentals?meta=<string>","description":"<p>Create a new rentals item.</p>\n","urlObject":{"path":["items","rentals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"2826cb8a-c4d9-426c-a0b8-3afd24d72b3f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals?meta=<string>","host":["https://app.empress.eco"],"path":["items","rentals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c7190b9f-f0be-44a0-ba40-568fed8dab37","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals?meta=<string>","host":["https://app.empress.eco"],"path":["items","rentals"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"54f73191-a522-4fac-8acf-8810c3c333d4"},{"name":"List Items","id":"8c355400-01d8-49fc-9784-676f8fb6bc3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/rentals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the rentals items.</p>\n","urlObject":{"path":["items","rentals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e9a13677-5e94-4c87-8fcd-ff81cca51a1c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/rentals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","rentals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"rental_id\": \"<uuid>\",\n      \"rental_item_id\": \"<integer>\",\n      \"quantity\": \"<integer>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"rental_rate\": \"<number>\",\n      \"total_charge\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"rental_id\": \"<uuid>\",\n      \"rental_item_id\": \"<integer>\",\n      \"quantity\": \"<integer>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"rental_rate\": \"<number>\",\n      \"total_charge\": \"<number>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a13bd4e6-3241-4594-abab-a980269cb631","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/rentals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","rentals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8c355400-01d8-49fc-9784-676f8fb6bc3f"},{"name":"Update Multiple Items","id":"8b41fe84-55f8-4cfb-8a0e-a7ed13b87f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/rentals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple rentals items at the same time.</p>\n","urlObject":{"path":["items","rentals"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"86ffbfab-7b40-4f0e-bacd-1f7fc069bb4f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"rental_id\": \"<uuid>\",\n    \"rental_item_id\": \"<integer>\",\n    \"quantity\": \"<integer>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"rental_rate\": \"<number>\",\n    \"total_charge\": \"<number>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/rentals?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","rentals"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8b41fe84-55f8-4cfb-8a0e-a7ed13b87f2e"},{"name":"Delete Multiple Items","id":"5d35b499-30d6-43f5-9326-d3638b18f5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/rentals","description":"<p>Delete multiple existing rentals items.</p>\n","urlObject":{"path":["items","rentals"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"13a234c1-15c3-44c7-af07-70a13464969c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/rentals"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d95ca6d2-f3d8-4494-8680-96259430ca3b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/rentals"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5d35b499-30d6-43f5-9326-d3638b18f5f8"}],"id":"7871a943-f78b-48af-851e-a1ed09c30897","_postman_id":"7871a943-f78b-48af-851e-a1ed09c30897","description":""},{"name":"sales","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"33dec1e3-80e0-4697-b364-1a16c4f639d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single sales item by unique identifier.</p>\n","urlObject":{"path":["items","sales",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"9d600e8f-16f6-4cc9-a6d8-a703d264660e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3f42f97d-e544-4dbb-997d-30c6b0383c6b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"07694e83-3aa4-46e5-8530-6519d7e0140a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c4a6f4e0-e060-47fb-bfd8-98eac0e9d194","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"33dec1e3-80e0-4697-b364-1a16c4f639d8"},{"name":"Update an Item","id":"10e81ac3-b1fc-4617-9493-e3465e461251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing sales item.</p>\n","urlObject":{"path":["items","sales",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"45aa4116-2cf4-4b03-b874-01a47480d895","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"b4b25a55-c361-4421-9887-e93812151e1a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"96a00fbc-0f02-4f2f-868c-6abc4df4a600","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2b1228ab-0876-48a8-a8ba-8d704d7263c4","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"10e81ac3-b1fc-4617-9493-e3465e461251"},{"name":"Delete an Item","id":"559cf759-e54e-4f51-ac16-1a7e6e13642c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sales/:id","description":"<p>Delete an existing sales item.</p>\n","urlObject":{"path":["items","sales",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"d7f2af88-54c2-4957-9503-556e1b304dcb","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fbd17361-f04e-4557-ba4e-c007ae55959c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/sales/:id","host":["https://app.empress.eco"],"path":["items","sales",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d3794559-d8bd-4073-88aa-67753d98324e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sales/:id","host":["https://app.empress.eco"],"path":["items","sales",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"24fd3876-a09b-4a52-b679-913760155185","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sales/:id","host":["https://app.empress.eco"],"path":["items","sales",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"559cf759-e54e-4f51-ac16-1a7e6e13642c"}],"id":"32fbdee8-8334-46d8-83ae-7f34dad5ce6c","_postman_id":"32fbdee8-8334-46d8-83ae-7f34dad5ce6c","description":""},{"name":"Create an Item","id":"1094d896-f0da-48e5-86ab-001066526999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sales?meta=<string>","description":"<p>Create a new sales item.</p>\n","urlObject":{"path":["items","sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"baf0b8d6-4eea-434b-bc7d-e1964c355e18","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales?meta=<string>","host":["https://app.empress.eco"],"path":["items","sales"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9edcc3b1-e0cc-497b-b268-f73eea513198","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales?meta=<string>","host":["https://app.empress.eco"],"path":["items","sales"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1094d896-f0da-48e5-86ab-001066526999"},{"name":"List Items","id":"b93a7a96-1684-4e96-b0bd-f92ecd23c15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the sales items.</p>\n","urlObject":{"path":["items","sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9f5cf9b2-0041-4347-b2db-3096ff62dc2f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c801ece7-9c9c-46e7-b602-14a1e4e9b491","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b93a7a96-1684-4e96-b0bd-f92ecd23c15b"},{"name":"Update Multiple Items","id":"7ad2fc49-e405-4ee0-b4a1-bea3774dcd8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple sales items at the same time.</p>\n","urlObject":{"path":["items","sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d589d14a-98ca-4b6f-8e8b-19c6833dec70","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"7ad2fc49-e405-4ee0-b4a1-bea3774dcd8a"},{"name":"Delete Multiple Items","id":"08efc02c-318b-4b18-b81f-c9c8bd31930b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sales","description":"<p>Delete multiple existing sales items.</p>\n","urlObject":{"path":["items","sales"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"bcfd0e07-6c79-4dc6-a2f6-a2fd356b2f57","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/sales"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3e6bcb7e-3e37-4d17-97b4-b73e02734733","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sales"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"08efc02c-318b-4b18-b81f-c9c8bd31930b"}],"id":"b5e4dd5e-7171-48ec-af3d-b0ed801c7f99","_postman_id":"b5e4dd5e-7171-48ec-af3d-b0ed801c7f99","description":""},{"name":"Sales","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"4caaeb46-7b97-4ac8-96a1-440f8a3acb2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Sales item by unique identifier.</p>\n","urlObject":{"path":["items","Sales",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7a50318f-bab3-4a43-bfd0-1b20b946e6c7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"71d1999b-1414-43b9-a613-a9ec996eb383","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"20bc0100-d2e9-476b-9e46-07651ca1d530","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"caa170e9-16e7-4ac3-b71d-e1e85a08a3e2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4caaeb46-7b97-4ac8-96a1-440f8a3acb2d"},{"name":"Update an Item","id":"1c995eb0-b571-4974-a217-1bdcfdcec61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Sales item.</p>\n","urlObject":{"path":["items","Sales",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"4078c330-1f9a-46eb-95f6-e835dbedc14d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6263b6c3-68e4-4db9-9742-9b7b333af4bf","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"6572e5f1-4950-4837-91af-8e97cd7ca565","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ba1e597d-ab1a-44f4-9dcd-8db8a1752496","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1c995eb0-b571-4974-a217-1bdcfdcec61f"},{"name":"Delete an Item","id":"5a1cdaf9-fb0d-488d-a091-6172f40bf98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sales/:id","description":"<p>Delete an existing Sales item.</p>\n","urlObject":{"path":["items","Sales",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"163b2da7-a851-4574-b2b3-dac816ac755d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"875307f3-ed6d-4625-871c-20323cadc29d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Sales/:id","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2b6ff663-cc7a-4c3f-8224-000a7eff8ccb","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sales/:id","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f0f8e0bd-1b7d-47fd-8c91-bdf0eadd4272","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sales/:id","host":["https://app.empress.eco"],"path":["items","Sales",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5a1cdaf9-fb0d-488d-a091-6172f40bf98c"}],"id":"66959b23-5ee6-43f3-834f-86eebb8c77e6","_postman_id":"66959b23-5ee6-43f3-834f-86eebb8c77e6","description":""},{"name":"Create an Item","id":"22f94ceb-cf56-4bb7-81cb-77a141de1f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sales?meta=<string>","description":"<p>Create a new Sales item.</p>\n","urlObject":{"path":["items","Sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"228bf887-67fd-45ff-b9e7-538e992b4627","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales?meta=<string>","host":["https://app.empress.eco"],"path":["items","Sales"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0b1df47b-526f-452c-a6b8-e665fdc11bdf","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales?meta=<string>","host":["https://app.empress.eco"],"path":["items","Sales"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"22f94ceb-cf56-4bb7-81cb-77a141de1f59"},{"name":"List Items","id":"406ef5e0-77e5-4bcf-9273-493c4584c5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Sales items.</p>\n","urlObject":{"path":["items","Sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2d019ef8-2cb0-467a-a7f2-f56766927421","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"3d8ccb70-9234-43d5-b772-91a4832367b7","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"406ef5e0-77e5-4bcf-9273-493c4584c5ec"},{"name":"Update Multiple Items","id":"9adf7a34-5ebc-44f9-833b-9c91a71dfe63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Sales items at the same time.</p>\n","urlObject":{"path":["items","Sales"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ef7e5efc-8508-48e7-bfa8-d7b45eca2119","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sales?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sales"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9adf7a34-5ebc-44f9-833b-9c91a71dfe63"},{"name":"Delete Multiple Items","id":"09673d39-3304-4b91-bc27-4603cc287632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sales","description":"<p>Delete multiple existing Sales items.</p>\n","urlObject":{"path":["items","Sales"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ac3c5e0a-6e6e-4c9a-85f6-6144e7404a8b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Sales"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"812596db-cc20-4011-9e5c-9abaf8fe064b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sales"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"09673d39-3304-4b91-bc27-4603cc287632"}],"id":"1666770a-a542-4e5a-97da-a9437709df2f","_postman_id":"1666770a-a542-4e5a-97da-a9437709df2f","description":""},{"name":"seo","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"157a2051-8c55-4382-b251-50fac4e4af97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single seo item by unique identifier.</p>\n","urlObject":{"path":["items","seo",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"950e0748-4b4d-47d6-acdc-feee1f6efb51","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0dbc7ae2-27c9-4c98-92ab-ebdbac6d1b07","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"3c7c9b00-a956-4706-8372-41b0c599192f","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"defa3f09-a75b-4888-8eeb-5d203b7b826e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"157a2051-8c55-4382-b251-50fac4e4af97"},{"name":"Update an Item","id":"888dc8d7-5e61-4f40-b3dc-ecf32ffe1bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"canonical_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"meta_description\": \"<string>\",\n  \"no_follow\": \"<boolean>\",\n  \"no_index\": \"<boolean>\",\n  \"sitemap_change_frequency\": \"<string>\",\n  \"sitemap_priority\": \"<float>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing seo item.</p>\n","urlObject":{"path":["items","seo",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3416a7fa-4a3d-490f-a995-80a05e7061f6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c5de2f06-fabb-40b3-9b5e-25ecda86b2c4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"canonical_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"meta_description\": \"<string>\",\n  \"no_follow\": \"<boolean>\",\n  \"no_index\": \"<boolean>\",\n  \"sitemap_change_frequency\": \"<string>\",\n  \"sitemap_priority\": \"<float>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n}"},{"id":"d02ccb9b-be84-4891-a2fb-ca18b96506b5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"canonical_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"meta_description\": \"<string>\",\n  \"no_follow\": \"<boolean>\",\n  \"no_index\": \"<boolean>\",\n  \"sitemap_change_frequency\": \"<string>\",\n  \"sitemap_priority\": \"<float>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"815ffbd4-324c-41ba-9c6d-91518b7caae7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"canonical_url\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"meta_description\": \"<string>\",\n  \"no_follow\": \"<boolean>\",\n  \"no_index\": \"<boolean>\",\n  \"sitemap_change_frequency\": \"<string>\",\n  \"sitemap_priority\": \"<float>\",\n  \"title\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","seo",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"888dc8d7-5e61-4f40-b3dc-ecf32ffe1bd8"},{"name":"Delete an Item","id":"53a01d07-dfa4-4203-ad91-5d8b176ae692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/seo/:id","description":"<p>Delete an existing seo item.</p>\n","urlObject":{"path":["items","seo",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"ff4ef6ed-58cd-4909-bcde-019f9329531b","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2ddef43c-e28a-4dfd-b52c-dff813ad0942","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/seo/:id","host":["https://app.empress.eco"],"path":["items","seo",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f6d7e3ad-f741-4b32-bc8f-5d5018f99905","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/seo/:id","host":["https://app.empress.eco"],"path":["items","seo",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"211c3da6-8b4b-4d28-9ff3-fad7c3a2cd65","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/seo/:id","host":["https://app.empress.eco"],"path":["items","seo",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"53a01d07-dfa4-4203-ad91-5d8b176ae692"}],"id":"f0226957-f0ea-407c-bfa7-89fdcf80bde4","_postman_id":"f0226957-f0ea-407c-bfa7-89fdcf80bde4","description":""},{"name":"Create an Item","id":"006e3b7d-d757-459d-a4ff-cc4a276568bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/seo?meta=<string>","description":"<p>Create a new seo item.</p>\n","urlObject":{"path":["items","seo"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"c4c8d865-8a4e-4b8e-a537-81b406d5348d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo?meta=<string>","host":["https://app.empress.eco"],"path":["items","seo"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b0f0fd31-7b44-4802-981b-8f7c5e9826c4","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo?meta=<string>","host":["https://app.empress.eco"],"path":["items","seo"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"006e3b7d-d757-459d-a4ff-cc4a276568bf"},{"name":"List Items","id":"6ee78aae-7fa6-4670-abaf-d2605117c67f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/seo?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the seo items.</p>\n","urlObject":{"path":["items","seo"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d6a72b69-900d-4ba4-85a0-bbc24f3f62f9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/seo?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","seo"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"canonical_url\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"meta_description\": \"<string>\",\n      \"no_follow\": \"<boolean>\",\n      \"no_index\": \"<boolean>\",\n      \"sitemap_change_frequency\": \"<string>\",\n      \"sitemap_priority\": \"<float>\",\n      \"title\": \"<string>\"\n    },\n    {\n      \"canonical_url\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"meta_description\": \"<string>\",\n      \"no_follow\": \"<boolean>\",\n      \"no_index\": \"<boolean>\",\n      \"sitemap_change_frequency\": \"<string>\",\n      \"sitemap_priority\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"0cce8ea4-cee2-4294-930f-1bfbfe211252","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/seo?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","seo"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6ee78aae-7fa6-4670-abaf-d2605117c67f"},{"name":"Update Multiple Items","id":"2f6e5ae8-3be9-48da-b254-045f1d3007d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/seo?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple seo items at the same time.</p>\n","urlObject":{"path":["items","seo"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c25c323c-8ee8-4590-979d-fbefdde8981f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  },\n  {\n    \"canonical_url\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"meta_description\": \"<string>\",\n    \"no_follow\": \"<boolean>\",\n    \"no_index\": \"<boolean>\",\n    \"sitemap_change_frequency\": \"<string>\",\n    \"sitemap_priority\": \"<float>\",\n    \"title\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/seo?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","seo"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2f6e5ae8-3be9-48da-b254-045f1d3007d5"},{"name":"Delete Multiple Items","id":"06343c3f-2f6c-45e0-b208-41dcb5865095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/seo","description":"<p>Delete multiple existing seo items.</p>\n","urlObject":{"path":["items","seo"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"d85e7192-da5e-4326-a05f-8db94cda652d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/seo"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58454c37-e543-4702-b6f2-3ce95b9c6123","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/seo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"06343c3f-2f6c-45e0-b208-41dcb5865095"}],"id":"8ec7300b-dc8b-4ff9-8cd3-75159b579579","_postman_id":"8ec7300b-dc8b-4ff9-8cd3-75159b579579","description":""},{"name":"shipment","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"bc5d007e-7f63-4bed-bab1-f7b8975a8d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single shipment item by unique identifier.</p>\n","urlObject":{"path":["items","shipment",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"7637b0da-b84d-464e-b38e-2d527d43530e","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ee9a8347-7367-4b0e-b136-6bac8f71b2f3","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"5dc289bf-4698-49d2-8f22-ff264d7296d6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3293e42f-a45c-4154-9673-3e3d9f3668db","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bc5d007e-7f63-4bed-bab1-f7b8975a8d94"},{"name":"Update an Item","id":"7ae02c85-4c0b-45b2-9b4b-5798c583e37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipment_id\": \"<uuid>\",\n  \"order_id\": \"<integer>\",\n  \"departure_date\": \"<date>\",\n  \"arrival_date\": \"<date>\",\n  \"origin\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"transport_mode\": \"<string>\",\n  \"freight_cost\": \"<number>\",\n  \"shipment_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing shipment item.</p>\n","urlObject":{"path":["items","shipment",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"bb616091-2606-4726-830a-90503b8c3466","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"78484665-d277-4223-83e1-729e41d49705","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipment_id\": \"<uuid>\",\n  \"order_id\": \"<integer>\",\n  \"departure_date\": \"<date>\",\n  \"arrival_date\": \"<date>\",\n  \"origin\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"transport_mode\": \"<string>\",\n  \"freight_cost\": \"<number>\",\n  \"shipment_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6a9f9d1d-a3a7-49b8-aeb3-0a7d0eb466ab","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipment_id\": \"<uuid>\",\n  \"order_id\": \"<integer>\",\n  \"departure_date\": \"<date>\",\n  \"arrival_date\": \"<date>\",\n  \"origin\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"transport_mode\": \"<string>\",\n  \"freight_cost\": \"<number>\",\n  \"shipment_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c99e4b76-0974-4f69-b9e3-9ff389e7c9d0","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipment_id\": \"<uuid>\",\n  \"order_id\": \"<integer>\",\n  \"departure_date\": \"<date>\",\n  \"arrival_date\": \"<date>\",\n  \"origin\": \"<string>\",\n  \"destination\": \"<string>\",\n  \"transport_mode\": \"<string>\",\n  \"freight_cost\": \"<number>\",\n  \"shipment_status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7ae02c85-4c0b-45b2-9b4b-5798c583e37e"},{"name":"Delete an Item","id":"c4fb82c0-1772-45a7-810f-afb7b29d862b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/shipment/:id","description":"<p>Delete an existing shipment item.</p>\n","urlObject":{"path":["items","shipment",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"16b12030-3616-4015-9065-fbb74e41b7ea","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"76685431-37c0-4dcb-8087-df47937917f1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/shipment/:id","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d3ad2d4e-d106-476d-b6ae-f023f41230b9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/shipment/:id","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"09a678b2-6e0f-4b2d-8400-e2a5ac8c32cf","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/shipment/:id","host":["https://app.empress.eco"],"path":["items","shipment",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c4fb82c0-1772-45a7-810f-afb7b29d862b"}],"id":"ae1a3fba-1a64-4e0a-b4c4-99db5e07b4e3","_postman_id":"ae1a3fba-1a64-4e0a-b4c4-99db5e07b4e3","description":""},{"name":"Create an Item","id":"2049bcf2-f495-4a5d-a1e3-2f8b1786506f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/shipment?meta=<string>","description":"<p>Create a new shipment item.</p>\n","urlObject":{"path":["items","shipment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"7cac03fd-e9ce-4155-95fc-86382731771d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment?meta=<string>","host":["https://app.empress.eco"],"path":["items","shipment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d7e83480-6209-489a-a59d-ab04d87ddc38","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment?meta=<string>","host":["https://app.empress.eco"],"path":["items","shipment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2049bcf2-f495-4a5d-a1e3-2f8b1786506f"},{"name":"List Items","id":"f1339a88-439b-4aae-81f5-0a8c64a31be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/shipment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the shipment items.</p>\n","urlObject":{"path":["items","shipment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"fce40fc4-1bbb-43b6-ba6c-dbc9c0476103","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/shipment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","shipment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"shipment_id\": \"<uuid>\",\n      \"order_id\": \"<integer>\",\n      \"departure_date\": \"<date>\",\n      \"arrival_date\": \"<date>\",\n      \"origin\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"transport_mode\": \"<string>\",\n      \"freight_cost\": \"<number>\",\n      \"shipment_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"shipment_id\": \"<uuid>\",\n      \"order_id\": \"<integer>\",\n      \"departure_date\": \"<date>\",\n      \"arrival_date\": \"<date>\",\n      \"origin\": \"<string>\",\n      \"destination\": \"<string>\",\n      \"transport_mode\": \"<string>\",\n      \"freight_cost\": \"<number>\",\n      \"shipment_status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"86475465-eeee-48bb-8bd5-54f03c6eec48","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/shipment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","shipment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f1339a88-439b-4aae-81f5-0a8c64a31be9"},{"name":"Update Multiple Items","id":"a828d2f3-2fc7-472f-811e-fc5395471242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/shipment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple shipment items at the same time.</p>\n","urlObject":{"path":["items","shipment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"e3ab401f-0a0f-4726-a9de-a2769b8c9d6f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"shipment_id\": \"<uuid>\",\n    \"order_id\": \"<integer>\",\n    \"departure_date\": \"<date>\",\n    \"arrival_date\": \"<date>\",\n    \"origin\": \"<string>\",\n    \"destination\": \"<string>\",\n    \"transport_mode\": \"<string>\",\n    \"freight_cost\": \"<number>\",\n    \"shipment_status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/shipment?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","shipment"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a828d2f3-2fc7-472f-811e-fc5395471242"},{"name":"Delete Multiple Items","id":"16b5fcfe-fd64-4c01-bd5e-6ce75a24d5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/shipment","description":"<p>Delete multiple existing shipment items.</p>\n","urlObject":{"path":["items","shipment"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3c895215-fe8d-424c-a0af-c29108b7e58f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"888f7090-52cd-4ee9-bece-6211634c3623","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/shipment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"16b5fcfe-fd64-4c01-bd5e-6ce75a24d5a9"}],"id":"a9d70254-5734-481a-8595-46ab8d7e6765","_postman_id":"a9d70254-5734-481a-8595-46ab8d7e6765","description":""},{"name":"social_media","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"62bdaf2e-1ed8-42cf-8ba0-9aca93976638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single social_media item by unique identifier.</p>\n","urlObject":{"path":["items","social_media",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"ce644924-1026-4c32-8cd4-c7b74e341ff9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4b361aa9-9a71-4c8c-8295-b163a17fab6b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"21b3d999-a8e3-43dc-82bb-7d41ba1c49fb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"820bda04-32dc-4c6d-8173-8e6ad5c133f8","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"62bdaf2e-1ed8-42cf-8ba0-9aca93976638"},{"name":"Update an Item","id":"763dfc39-964c-4566-bba4-ac122fa67cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"platform\": \"<string>\",\n  \"post_date\": \"<date>\",\n  \"content\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"engagement_metrics\": \"<string>\",\n  \"impact_analysis\": \"<string>\",\n  \"scheduled_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing social_media item.</p>\n","urlObject":{"path":["items","social_media",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"71c24812-dad2-49c7-9b54-38b73d35fffd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0842c35f-54b5-48cd-b935-63255ad1a460","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"platform\": \"<string>\",\n  \"post_date\": \"<date>\",\n  \"content\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"engagement_metrics\": \"<string>\",\n  \"impact_analysis\": \"<string>\",\n  \"scheduled_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"f4157b7e-26c7-42d8-a486-f4047a616bdf","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"platform\": \"<string>\",\n  \"post_date\": \"<date>\",\n  \"content\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"engagement_metrics\": \"<string>\",\n  \"impact_analysis\": \"<string>\",\n  \"scheduled_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"cb80bfc7-b0c6-4862-a01e-fed6803a44b1","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"post_id\": \"<uuid>\",\n  \"platform\": \"<string>\",\n  \"post_date\": \"<date>\",\n  \"content\": \"<string>\",\n  \"target_audience\": \"<string>\",\n  \"engagement_metrics\": \"<string>\",\n  \"impact_analysis\": \"<string>\",\n  \"scheduled_date\": \"<date>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"763dfc39-964c-4566-bba4-ac122fa67cf6"},{"name":"Delete an Item","id":"6893910d-d61c-40b1-9370-8e3a59933d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_media/:id","description":"<p>Delete an existing social_media item.</p>\n","urlObject":{"path":["items","social_media",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"f81cb19f-2f24-4a6a-8867-5032b3e43fe3","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"84a82577-1771-4fca-b41f-9611ce5398a0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/social_media/:id","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3e2a5a0c-f0b5-44e5-8be9-311b8f5e3ea1","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_media/:id","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9a4d6b59-983a-4bf7-9b7c-5991f573906b","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_media/:id","host":["https://app.empress.eco"],"path":["items","social_media",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6893910d-d61c-40b1-9370-8e3a59933d2d"}],"id":"07abc1b5-35ed-45a7-b88c-d4970ec0d2a6","_postman_id":"07abc1b5-35ed-45a7-b88c-d4970ec0d2a6","description":""},{"name":"Create an Item","id":"2533e5ca-2713-4501-a560-7fddf9ea1d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_media?meta=<string>","description":"<p>Create a new social_media item.</p>\n","urlObject":{"path":["items","social_media"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"6d67b425-2f1a-44aa-9f02-8aac4bcbce2b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media?meta=<string>","host":["https://app.empress.eco"],"path":["items","social_media"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ba3b49a8-8a02-4538-93b0-1d65c5edb943","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media?meta=<string>","host":["https://app.empress.eco"],"path":["items","social_media"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2533e5ca-2713-4501-a560-7fddf9ea1d24"},{"name":"List Items","id":"f1a3d653-4903-49de-8021-c10f2a48413a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_media?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the social_media items.</p>\n","urlObject":{"path":["items","social_media"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6d640fc8-bba2-49da-b64b-32813fa842fe","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/social_media?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_media"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"post_id\": \"<uuid>\",\n      \"platform\": \"<string>\",\n      \"post_date\": \"<date>\",\n      \"content\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"engagement_metrics\": \"<string>\",\n      \"impact_analysis\": \"<string>\",\n      \"scheduled_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"post_id\": \"<uuid>\",\n      \"platform\": \"<string>\",\n      \"post_date\": \"<date>\",\n      \"content\": \"<string>\",\n      \"target_audience\": \"<string>\",\n      \"engagement_metrics\": \"<string>\",\n      \"impact_analysis\": \"<string>\",\n      \"scheduled_date\": \"<date>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"24635865-35e0-454e-973f-0c1f08b80ebf","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/social_media?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_media"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f1a3d653-4903-49de-8021-c10f2a48413a"},{"name":"Update Multiple Items","id":"8a0e21b2-fa91-4956-a24c-6471a21508bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_media?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple social_media items at the same time.</p>\n","urlObject":{"path":["items","social_media"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"914edba9-c31a-41ce-b157-32760fd6045c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"post_id\": \"<uuid>\",\n    \"platform\": \"<string>\",\n    \"post_date\": \"<date>\",\n    \"content\": \"<string>\",\n    \"target_audience\": \"<string>\",\n    \"engagement_metrics\": \"<string>\",\n    \"impact_analysis\": \"<string>\",\n    \"scheduled_date\": \"<date>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_media?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_media"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8a0e21b2-fa91-4956-a24c-6471a21508bf"},{"name":"Delete Multiple Items","id":"708296c1-582c-4b17-a6e4-baf02c8b075d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_media","description":"<p>Delete multiple existing social_media items.</p>\n","urlObject":{"path":["items","social_media"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c00b6be8-d025-4413-91da-b912305a4d51","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/social_media"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"85e6a146-7464-42e2-b35e-26912fcccf66","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_media"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"708296c1-582c-4b17-a6e4-baf02c8b075d"}],"id":"5ae2b64a-3898-4605-bd00-3b552f4cb5cb","_postman_id":"5ae2b64a-3898-4605-bd00-3b552f4cb5cb","description":""},{"name":"social_responsibility","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"234438c9-86af-431a-9d0b-2c627f63b6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single social_responsibility item by unique identifier.</p>\n","urlObject":{"path":["items","social_responsibility",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"eedc8645-0fc1-451e-af64-7dd3115d1fc9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3a831140-e1cf-4ab1-991a-cdcc314abd3b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"77e7dcbc-8f12-4050-8c32-69f59a3f8b8c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"320866cc-7ef8-4fbc-abc3-8abab17b03f6","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"234438c9-86af-431a-9d0b-2c627f63b6b4"},{"name":"Update an Item","id":"9e67e2bc-34cf-428f-b4ee-4bf41f0bfd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"initiative_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"impact_metrics\": {\n    \"nullable\": true\n  },\n  \"participant_count\": \"<integer>\",\n  \"csr_alignment\": \"<string>\",\n  \"sustainability_goals\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing social_responsibility item.</p>\n","urlObject":{"path":["items","social_responsibility",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"dd725a32-95d1-4850-ad48-56fb11c0fb3d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"409b1dbf-dd0e-48a7-814f-cf09ac9d076d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"initiative_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"impact_metrics\": {\n    \"nullable\": true\n  },\n  \"participant_count\": \"<integer>\",\n  \"csr_alignment\": \"<string>\",\n  \"sustainability_goals\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"1f4ffeb4-4e7c-450c-a946-3bab6b359a74","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"initiative_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"impact_metrics\": {\n    \"nullable\": true\n  },\n  \"participant_count\": \"<integer>\",\n  \"csr_alignment\": \"<string>\",\n  \"sustainability_goals\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8490f847-c3c5-4697-ad17-5939c8ca40a5","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"initiative_id\": \"<uuid>\",\n  \"project_name\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"budget\": \"<number>\",\n  \"impact_metrics\": {\n    \"nullable\": true\n  },\n  \"participant_count\": \"<integer>\",\n  \"csr_alignment\": \"<string>\",\n  \"sustainability_goals\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9e67e2bc-34cf-428f-b4ee-4bf41f0bfd82"},{"name":"Delete an Item","id":"290801bb-faf2-48df-9feb-cbad1afa8e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_responsibility/:id","description":"<p>Delete an existing social_responsibility item.</p>\n","urlObject":{"path":["items","social_responsibility",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"9622ba27-2576-42c6-8ff3-6cb87c4cd49c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2d1dad2d-5f9f-49b4-9b96-c3b289516190","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"affea3ac-49af-49d1-98f0-f7623c5bda93","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8f2fa51d-ae75-4eaf-b769-1a2e3f6932ad","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility/:id","host":["https://app.empress.eco"],"path":["items","social_responsibility",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"290801bb-faf2-48df-9feb-cbad1afa8e17"}],"id":"e5db35bb-9e5c-4182-bb2d-27e5e67cd77b","_postman_id":"e5db35bb-9e5c-4182-bb2d-27e5e67cd77b","description":""},{"name":"Create an Item","id":"b0c5eb9d-25e8-4182-ae05-113c4e654665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_responsibility?meta=<string>","description":"<p>Create a new social_responsibility item.</p>\n","urlObject":{"path":["items","social_responsibility"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b0cc2334-f62d-4c7b-bc76-838c0afc687b","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility?meta=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8f0d8e1e-8c73-4d59-8e1a-9b935ba1b130","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility?meta=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b0c5eb9d-25e8-4182-ae05-113c4e654665"},{"name":"List Items","id":"80ada898-7431-410b-9476-c4f90b21f3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_responsibility?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the social_responsibility items.</p>\n","urlObject":{"path":["items","social_responsibility"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1f9d628b-57d2-4886-8aca-0aeeecd413e5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"initiative_id\": \"<uuid>\",\n      \"project_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"budget\": \"<number>\",\n      \"impact_metrics\": {\n        \"nullable\": true\n      },\n      \"participant_count\": \"<integer>\",\n      \"csr_alignment\": \"<string>\",\n      \"sustainability_goals\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"initiative_id\": \"<uuid>\",\n      \"project_name\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"budget\": \"<number>\",\n      \"impact_metrics\": {\n        \"nullable\": true\n      },\n      \"participant_count\": \"<integer>\",\n      \"csr_alignment\": \"<string>\",\n      \"sustainability_goals\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"1d9f2e5a-7264-4be0-ab29-959a998fee19","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/social_responsibility?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"80ada898-7431-410b-9476-c4f90b21f3d9"},{"name":"Update Multiple Items","id":"82535666-525e-4627-8bf9-7f390234cd52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/social_responsibility?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple social_responsibility items at the same time.</p>\n","urlObject":{"path":["items","social_responsibility"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"32ae5c37-302b-4244-ac5b-6025ad540a32","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"initiative_id\": \"<uuid>\",\n    \"project_name\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"budget\": \"<number>\",\n    \"impact_metrics\": {\n      \"nullable\": true\n    },\n    \"participant_count\": \"<integer>\",\n    \"csr_alignment\": \"<string>\",\n    \"sustainability_goals\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/social_responsibility?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","social_responsibility"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"82535666-525e-4627-8bf9-7f390234cd52"},{"name":"Delete Multiple Items","id":"f5287d32-b245-434d-8c45-04d64948394f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_responsibility","description":"<p>Delete multiple existing social_responsibility items.</p>\n","urlObject":{"path":["items","social_responsibility"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"451ae9ae-ca14-48a6-b921-a027a21d6fc0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/social_responsibility"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e267f340-74b7-43ed-99ac-5f768ccb1daa","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/social_responsibility"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f5287d32-b245-434d-8c45-04d64948394f"}],"id":"38489ad7-3c8b-4449-b0e2-d490d022d396","_postman_id":"38489ad7-3c8b-4449-b0e2-d490d022d396","description":""},{"name":"suppliers","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"1fde35d3-f262-4e41-af82-895326b0711a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single suppliers item by unique identifier.</p>\n","urlObject":{"path":["items","suppliers",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"01c5ac86-56e1-4834-a938-7c88f03788d6","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"feebddc4-d8c4-48bf-8228-4b3d6e6d2dca","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"c44ace68-9f71-485e-8a5d-602e9cc83863","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4e1fccfb-6db9-4543-abba-806a1e28ecf2","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1fde35d3-f262-4e41-af82-895326b0711a"},{"name":"Update an Item","id":"13999e7d-27ed-4903-9230-1215ad1c63ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_id\": \"<uuid>\",\n  \"supplier_name\": \"<string>\",\n  \"contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"registration_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing suppliers item.</p>\n","urlObject":{"path":["items","suppliers",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"42a5f1e5-ffaa-44c8-82cf-e99efd760567","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0cd55498-414d-4cb6-be69-c6d1d0ed9c3f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_id\": \"<uuid>\",\n  \"supplier_name\": \"<string>\",\n  \"contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"registration_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"8594a2ea-4178-45a1-bce6-2181d5e51647","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_id\": \"<uuid>\",\n  \"supplier_name\": \"<string>\",\n  \"contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"registration_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a4c1783a-6fbc-4ae7-b710-f944d9a63f84","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supplier_id\": \"<uuid>\",\n  \"supplier_name\": \"<string>\",\n  \"contact_name\": \"<string>\",\n  \"contact_email\": \"<string>\",\n  \"contact_phone\": \"<string>\",\n  \"registration_date\": \"<date>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"13999e7d-27ed-4903-9230-1215ad1c63ba"},{"name":"Delete an Item","id":"4df6609e-6774-46ad-9734-6376b919147b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/suppliers/:id","description":"<p>Delete an existing suppliers item.</p>\n","urlObject":{"path":["items","suppliers",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"68e7bddb-a706-497a-b296-8a3ff54867b1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"543389ba-c4dc-4c86-a6ef-b708afd72475","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/suppliers/:id","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"012783d4-7f8f-4068-9909-36a94f3c7658","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/suppliers/:id","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ef66a9f5-3ef6-4ac3-bd91-ee1d4970f5b5","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/suppliers/:id","host":["https://app.empress.eco"],"path":["items","suppliers",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4df6609e-6774-46ad-9734-6376b919147b"}],"id":"9b3a1633-92c8-48a1-a611-d53cfb7abc09","_postman_id":"9b3a1633-92c8-48a1-a611-d53cfb7abc09","description":""},{"name":"Create an Item","id":"c78c1e93-1028-46d5-9c65-32e628e3d243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/suppliers?meta=<string>","description":"<p>Create a new suppliers item.</p>\n","urlObject":{"path":["items","suppliers"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"7b9acf22-d632-4979-a3a2-552799564661","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers?meta=<string>","host":["https://app.empress.eco"],"path":["items","suppliers"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bdfeb762-5476-44dd-86ad-35cd29212dfa","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers?meta=<string>","host":["https://app.empress.eco"],"path":["items","suppliers"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c78c1e93-1028-46d5-9c65-32e628e3d243"},{"name":"List Items","id":"eab6de25-52c0-4570-8778-44f41231b285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/suppliers?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the suppliers items.</p>\n","urlObject":{"path":["items","suppliers"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bd87496a-8a09-4c15-9793-777dd834e693","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/suppliers?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","suppliers"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"supplier_id\": \"<uuid>\",\n      \"supplier_name\": \"<string>\",\n      \"contact_name\": \"<string>\",\n      \"contact_email\": \"<string>\",\n      \"contact_phone\": \"<string>\",\n      \"registration_date\": \"<date>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"supplier_id\": \"<uuid>\",\n      \"supplier_name\": \"<string>\",\n      \"contact_name\": \"<string>\",\n      \"contact_email\": \"<string>\",\n      \"contact_phone\": \"<string>\",\n      \"registration_date\": \"<date>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"01751235-0b75-4902-919e-133b3fef1eee","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/suppliers?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","suppliers"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eab6de25-52c0-4570-8778-44f41231b285"},{"name":"Update Multiple Items","id":"a0294d55-4125-4f17-8e41-244e8e1bb637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/suppliers?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple suppliers items at the same time.</p>\n","urlObject":{"path":["items","suppliers"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"eff42fa0-06ec-461b-a8c4-1daddabb7425","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supplier_id\": \"<uuid>\",\n    \"supplier_name\": \"<string>\",\n    \"contact_name\": \"<string>\",\n    \"contact_email\": \"<string>\",\n    \"contact_phone\": \"<string>\",\n    \"registration_date\": \"<date>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/suppliers?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","suppliers"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a0294d55-4125-4f17-8e41-244e8e1bb637"},{"name":"Delete Multiple Items","id":"bd9842e3-e070-484c-9f26-5a0c3528bc41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/suppliers","description":"<p>Delete multiple existing suppliers items.</p>\n","urlObject":{"path":["items","suppliers"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2b7a7eee-90f0-4b14-945b-8a6f314d158d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d71eae9f-22d0-4716-ae2d-5ae7b1127416","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/suppliers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bd9842e3-e070-484c-9f26-5a0c3528bc41"}],"id":"d0b1323a-b971-46c2-a79e-7249eec2faf9","_postman_id":"d0b1323a-b971-46c2-a79e-7249eec2faf9","description":""},{"name":"surveys","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"25145e4d-51dc-441e-9d2f-b107bb9f4fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single surveys item by unique identifier.</p>\n","urlObject":{"path":["items","surveys",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"096b7fef-cd16-4d44-ac09-d3d91eedfd27","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"45a0dd7e-77e6-404a-b1ff-f10d09a6f80c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6f7e0b93-1ef1-4d14-89bf-ede2180ec1e4","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9fe1ed6f-59ad-4ee7-b909-bcda87b093ce","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"25145e4d-51dc-441e-9d2f-b107bb9f4fe0"},{"name":"Update an Item","id":"c62a7492-dcbf-4a02-a3a9-cfb38490e193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"survey_id\": \"<uuid>\",\n  \"survey_title\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_demographic\": \"<string>\",\n  \"responses_count\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing surveys item.</p>\n","urlObject":{"path":["items","surveys",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"703456c3-cb09-4b95-956c-d0874721829c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"835572d6-0cc4-47fc-9fdf-f86a191ab8bc","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"survey_id\": \"<uuid>\",\n  \"survey_title\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_demographic\": \"<string>\",\n  \"responses_count\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"8b3e10b3-98c6-4bd4-a83e-f84b1bc869b4","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"survey_id\": \"<uuid>\",\n  \"survey_title\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_demographic\": \"<string>\",\n  \"responses_count\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4b9b2f80-b104-46aa-964a-500ee7be07f0","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"survey_id\": \"<uuid>\",\n  \"survey_title\": \"<string>\",\n  \"launch_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"target_demographic\": \"<string>\",\n  \"responses_count\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c62a7492-dcbf-4a02-a3a9-cfb38490e193"},{"name":"Delete an Item","id":"87ae7bad-801c-46b6-8187-34adb9ec417d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/surveys/:id","description":"<p>Delete an existing surveys item.</p>\n","urlObject":{"path":["items","surveys",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"25e26722-708e-4b59-ac3e-348d236adf20","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fe3179f3-ea3b-4064-abfa-63813c6de747","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/surveys/:id","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"14b2cfb0-4ab0-4e34-9f5b-c52866210d98","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/surveys/:id","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"22cec4c1-783d-4a87-8f30-5d3cbf9405e1","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/surveys/:id","host":["https://app.empress.eco"],"path":["items","surveys",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"87ae7bad-801c-46b6-8187-34adb9ec417d"}],"id":"6d73d2f7-77f1-4237-887b-84f624e6f989","_postman_id":"6d73d2f7-77f1-4237-887b-84f624e6f989","description":""},{"name":"Create an Item","id":"a4065177-8944-40a9-8eaa-bedacb76b93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/surveys?meta=<string>","description":"<p>Create a new surveys item.</p>\n","urlObject":{"path":["items","surveys"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"bd1d7cb7-9f86-4082-948c-6db8d2c3554c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys?meta=<string>","host":["https://app.empress.eco"],"path":["items","surveys"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1a82689b-65fa-48bc-9be1-ac2ddad3b82c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys?meta=<string>","host":["https://app.empress.eco"],"path":["items","surveys"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a4065177-8944-40a9-8eaa-bedacb76b93c"},{"name":"List Items","id":"ed086764-4eb3-40f2-ac99-26aba8083344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/surveys?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the surveys items.</p>\n","urlObject":{"path":["items","surveys"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a062470d-e0c0-4cd1-8844-f9f64c23dbfe","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/surveys?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","surveys"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"survey_id\": \"<uuid>\",\n      \"survey_title\": \"<string>\",\n      \"launch_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_demographic\": \"<string>\",\n      \"responses_count\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"survey_id\": \"<uuid>\",\n      \"survey_title\": \"<string>\",\n      \"launch_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"target_demographic\": \"<string>\",\n      \"responses_count\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"008b66bc-dad0-4a4d-a07c-85d248abd880","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/surveys?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","surveys"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ed086764-4eb3-40f2-ac99-26aba8083344"},{"name":"Update Multiple Items","id":"39093f1b-a6c7-4a62-afb2-458c1f62612a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/surveys?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple surveys items at the same time.</p>\n","urlObject":{"path":["items","surveys"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9e5b118e-d6fc-4225-854a-9f3c5d288432","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"survey_id\": \"<uuid>\",\n    \"survey_title\": \"<string>\",\n    \"launch_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"target_demographic\": \"<string>\",\n    \"responses_count\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/surveys?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","surveys"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"39093f1b-a6c7-4a62-afb2-458c1f62612a"},{"name":"Delete Multiple Items","id":"caee2be7-daef-49b2-9b9a-5da2687985f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/surveys","description":"<p>Delete multiple existing surveys items.</p>\n","urlObject":{"path":["items","surveys"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"32908967-bd15-460f-a4c2-25bc509ed852","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ecd5efe6-aa1e-48e5-a2d3-b29c69b344ed","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/surveys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"caee2be7-daef-49b2-9b9a-5da2687985f8"}],"id":"a72c7719-4f87-4ad4-82b9-e7c86f397776","_postman_id":"a72c7719-4f87-4ad4-82b9-e7c86f397776","description":""},{"name":"Sustainability","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"dea02592-c806-4764-b364-5393a3d8347f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Sustainability item by unique identifier.</p>\n","urlObject":{"path":["items","Sustainability",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"1c98ddd9-fe3e-4e73-a8ce-6f5e4f1b7267","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"afcf7a3c-5ce4-4aad-8630-420bbd49b922","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\"\n  }\n}"},{"id":"ae227990-7358-43b2-a75f-1f2fad7fdbd9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bc7453f2-936c-4e6b-9e54-12e7a4343587","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dea02592-c806-4764-b364-5393a3d8347f"},{"name":"Update an Item","id":"2340692c-2d4f-4825-855c-c5bef3e4b300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Sustainability item.</p>\n","urlObject":{"path":["items","Sustainability",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"0aac3aed-325e-4382-843b-0c9cb0892906","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"16e4e093-eda5-475e-a4b7-ca08e30b3729","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\"\n  }\n}"},{"id":"6dac210d-7d10-4a62-9150-88212b268261","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4ddf794e-999e-448a-aff2-60539bb4d4c9","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2340692c-2d4f-4825-855c-c5bef3e4b300"},{"name":"Delete an Item","id":"613206f8-1438-49a0-9829-c50e1a54031c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sustainability/:id","description":"<p>Delete an existing Sustainability item.</p>\n","urlObject":{"path":["items","Sustainability",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"995fc08c-fc92-41d4-be0a-d2e88252d16a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e45a7d07-5da2-45df-9690-9e5653651805","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eb6c8fc4-ef0a-484e-847b-d6f8f470e0f2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fabd8e80-bfc4-4ffa-bc88-537ac38687a9","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Sustainability/:id","host":["https://app.empress.eco"],"path":["items","Sustainability",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"613206f8-1438-49a0-9829-c50e1a54031c"}],"id":"55c573fc-fc01-4682-a561-c89fc5cc232b","_postman_id":"55c573fc-fc01-4682-a561-c89fc5cc232b","description":""},{"name":"Create an Item","id":"929e02ca-05cb-445a-8df1-bf1ba835b6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sustainability?meta=<string>","description":"<p>Create a new Sustainability item.</p>\n","urlObject":{"path":["items","Sustainability"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"db25788a-91ec-43b7-acde-96e094d9d474","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability?meta=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d15ed11f-68db-4464-8d81-a734fdbbd7fa","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability?meta=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"929e02ca-05cb-445a-8df1-bf1ba835b6e2"},{"name":"List Items","id":"a6d67afe-04a4-49f2-aba5-eae9a9eca304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sustainability?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Sustainability items.</p>\n","urlObject":{"path":["items","Sustainability"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"d181d22b-b6b2-497b-a0fb-d1d0ea176bdf","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Sustainability?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"e60f0aea-31c2-4b13-88d8-a998efe99ca2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Sustainability?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a6d67afe-04a4-49f2-aba5-eae9a9eca304"},{"name":"Update Multiple Items","id":"4c72cd7d-0253-4323-a4b9-1ef00e72da7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Sustainability?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Sustainability items at the same time.</p>\n","urlObject":{"path":["items","Sustainability"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"000bd0a9-2149-4bfa-806a-5327dcb34915","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Sustainability?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Sustainability"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4c72cd7d-0253-4323-a4b9-1ef00e72da7d"},{"name":"Delete Multiple Items","id":"3683b987-00bf-4b5b-83f7-d0b8df336066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sustainability","description":"<p>Delete multiple existing Sustainability items.</p>\n","urlObject":{"path":["items","Sustainability"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2bde367f-7e8a-46f8-abfc-e6a3370f6f06","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Sustainability"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"28fb93ba-60ba-4fe0-a37b-f79da5803029","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Sustainability"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3683b987-00bf-4b5b-83f7-d0b8df336066"}],"id":"df2c6f2a-3a61-4859-bf26-229bd09d933f","_postman_id":"df2c6f2a-3a61-4859-bf26-229bd09d933f","description":""},{"name":"sustainable_supply_chain","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"8c370d2c-b975-4780-9a5a-62a499b221c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single sustainable_supply_chain item by unique identifier.</p>\n","urlObject":{"path":["items","sustainable_supply_chain",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"d4adad31-b4b8-4ec4-a4b3-760a59124d25","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"f468fba9-a332-4eda-b82b-3845b203d6ac","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"d31f2344-2c51-4729-96ef-091b153ee6fd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8042e419-ef83-493b-aa3c-1ae6d77e0ad9","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8c370d2c-b975-4780-9a5a-62a499b221c3"},{"name":"Update an Item","id":"b9adb0db-4ded-42e1-95ef-5a1cbbf30fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supply_chain_id\": \"<uuid>\",\n  \"sustainability_score\": \"<integer>\",\n  \"audit_date\": \"<date>\",\n  \"compliance_status\": \"<string>\",\n  \"lifecycle_analysis\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing sustainable_supply_chain item.</p>\n","urlObject":{"path":["items","sustainable_supply_chain",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"3328fa72-ed84-486f-9bdb-7768dcb232a4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"51b6c49c-ce65-4a51-92f9-5c24db086865","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supply_chain_id\": \"<uuid>\",\n  \"sustainability_score\": \"<integer>\",\n  \"audit_date\": \"<date>\",\n  \"compliance_status\": \"<string>\",\n  \"lifecycle_analysis\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"a0f0d121-8471-40bf-b84d-e5ff1ec4bb33","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supply_chain_id\": \"<uuid>\",\n  \"sustainability_score\": \"<integer>\",\n  \"audit_date\": \"<date>\",\n  \"compliance_status\": \"<string>\",\n  \"lifecycle_analysis\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"107070fb-0f6e-40f0-b45d-c71827120e1f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supply_chain_id\": \"<uuid>\",\n  \"sustainability_score\": \"<integer>\",\n  \"audit_date\": \"<date>\",\n  \"compliance_status\": \"<string>\",\n  \"lifecycle_analysis\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"supplier_id\": \"<uuid>\",\n  \"product_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b9adb0db-4ded-42e1-95ef-5a1cbbf30fae"},{"name":"Delete an Item","id":"c41f6663-7df0-455d-8744-64f51d61ae1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sustainable_supply_chain/:id","description":"<p>Delete an existing sustainable_supply_chain item.</p>\n","urlObject":{"path":["items","sustainable_supply_chain",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"ea0dfe9f-9a90-4154-8220-2723add0a5e2","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c9c6fe2c-fea1-4194-bf86-10a622f1a441","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"52a37875-2b12-4ee8-aaf0-c63285579c70","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"93f06904-3d1f-4513-bf3a-e5417dc1ab38","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain/:id","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c41f6663-7df0-455d-8744-64f51d61ae1c"}],"id":"ea6d92ca-c15e-4987-8cc2-77a532004d8d","_postman_id":"ea6d92ca-c15e-4987-8cc2-77a532004d8d","description":""},{"name":"Create an Item","id":"787ad2d9-dba8-4804-bc66-6cd81e2d4bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sustainable_supply_chain?meta=<string>","description":"<p>Create a new sustainable_supply_chain item.</p>\n","urlObject":{"path":["items","sustainable_supply_chain"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"2063e0ac-2f40-43e6-b22b-fb14c11fc790","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain?meta=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e063ec4d-6e98-4d8d-ba66-a1739ab599be","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain?meta=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"787ad2d9-dba8-4804-bc66-6cd81e2d4bc2"},{"name":"List Items","id":"9abff454-2160-4bf5-ba79-54ae2c4e34dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sustainable_supply_chain?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the sustainable_supply_chain items.</p>\n","urlObject":{"path":["items","sustainable_supply_chain"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c40126e6-ed48-44ab-b6bc-9526db48577f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"supply_chain_id\": \"<uuid>\",\n      \"sustainability_score\": \"<integer>\",\n      \"audit_date\": \"<date>\",\n      \"compliance_status\": \"<string>\",\n      \"lifecycle_analysis\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"product_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"supply_chain_id\": \"<uuid>\",\n      \"sustainability_score\": \"<integer>\",\n      \"audit_date\": \"<date>\",\n      \"compliance_status\": \"<string>\",\n      \"lifecycle_analysis\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"supplier_id\": \"<uuid>\",\n      \"product_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"09dc8b08-6c23-497d-9dbb-32f8c6a906eb","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9abff454-2160-4bf5-ba79-54ae2c4e34dd"},{"name":"Update Multiple Items","id":"27129bff-4a24-4416-9dab-a6025437ec04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/sustainable_supply_chain?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple sustainable_supply_chain items at the same time.</p>\n","urlObject":{"path":["items","sustainable_supply_chain"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"1bf64f51-5a18-40be-a0c5-add17b008b78","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"supply_chain_id\": \"<uuid>\",\n    \"sustainability_score\": \"<integer>\",\n    \"audit_date\": \"<date>\",\n    \"compliance_status\": \"<string>\",\n    \"lifecycle_analysis\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"supplier_id\": \"<uuid>\",\n    \"product_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/sustainable_supply_chain?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","sustainable_supply_chain"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"27129bff-4a24-4416-9dab-a6025437ec04"},{"name":"Delete Multiple Items","id":"129d8522-9f7d-4444-8cf4-14e67e32335a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sustainable_supply_chain","description":"<p>Delete multiple existing sustainable_supply_chain items.</p>\n","urlObject":{"path":["items","sustainable_supply_chain"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f491f3e6-6998-4e1f-8c5f-2f525c7c88a5","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/sustainable_supply_chain"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"952ebbfd-dfa4-4b70-b4c7-6e204d710274","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/sustainable_supply_chain"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"129d8522-9f7d-4444-8cf4-14e67e32335a"}],"id":"a77d2095-d102-4e2f-adc4-365726aa759f","_postman_id":"a77d2095-d102-4e2f-adc4-365726aa759f","description":""},{"name":"Talent","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"8dc2a041-52b3-4b36-9bbe-2299794ef207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single Talent item by unique identifier.</p>\n","urlObject":{"path":["items","Talent",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"36ca9a30-0f79-4d50-b208-dc03aaa5ee8d","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"12e5fb41-3517-4fa4-9221-eb134861c13d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"6c283fdf-6a52-41b0-a1e5-e244770c6de9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ff75f86f-25ad-47e3-ba51-71d4d145db9e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8dc2a041-52b3-4b36-9bbe-2299794ef207"},{"name":"Update an Item","id":"55446ec3-5468-45f3-9c60-e41640180337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Talent item.</p>\n","urlObject":{"path":["items","Talent",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"cecdaf4c-d5f7-4ebd-82f1-12ae1e35fa3f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a9876366-3a24-421a-b6aa-afb5105e6149","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\"\n  }\n}"},{"id":"d14bbd10-59f0-4fdf-9139-be9b9731d454","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5a518766-ba12-4edd-a87d-4e0b19bd2093","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"55446ec3-5468-45f3-9c60-e41640180337"},{"name":"Delete an Item","id":"e8df9523-1352-4d47-a48c-2cbb97a03ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Talent/:id","description":"<p>Delete an existing Talent item.</p>\n","urlObject":{"path":["items","Talent",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"ee55cadc-d72b-43d5-aed3-ba67fba04590","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"265b68cb-a182-4d34-83ce-4945af571965","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/Talent/:id","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3a0955ea-90ec-489c-8aaa-545b236bd01e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Talent/:id","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2eeea050-667b-49af-9b58-37c1099bd4ba","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/Talent/:id","host":["https://app.empress.eco"],"path":["items","Talent",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e8df9523-1352-4d47-a48c-2cbb97a03ef2"}],"id":"026e67e0-881a-408f-8ad3-4a1e7dfdc903","_postman_id":"026e67e0-881a-408f-8ad3-4a1e7dfdc903","description":""},{"name":"Create an Item","id":"6d822ad5-6a0a-48b9-89d4-6cace39fe9d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Talent?meta=<string>","description":"<p>Create a new Talent item.</p>\n","urlObject":{"path":["items","Talent"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"517045f1-9d29-411c-9ce6-f07035d6c3c5","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent?meta=<string>","host":["https://app.empress.eco"],"path":["items","Talent"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7ccea08c-1ce9-4088-ab72-86755f4e3fc5","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent?meta=<string>","host":["https://app.empress.eco"],"path":["items","Talent"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d822ad5-6a0a-48b9-89d4-6cace39fe9d6"},{"name":"List Items","id":"867b6475-00a3-481b-b9ae-8b9f79ed65ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Talent?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the Talent items.</p>\n","urlObject":{"path":["items","Talent"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3f41f0fc-332e-4a41-bb33-882a5b52fb72","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Talent?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Talent"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d4f7220b-5a08-46e0-85cb-92fc98a08dc9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/Talent?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Talent"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"867b6475-00a3-481b-b9ae-8b9f79ed65ae"},{"name":"Update Multiple Items","id":"29904d4f-3d4e-4ec5-b9f1-8da5c90d2dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/Talent?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Talent items at the same time.</p>\n","urlObject":{"path":["items","Talent"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"94935214-9131-4cb0-95c1-e94873d04d91","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\"\n  },\n  {\n    \"id\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/Talent?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","Talent"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"29904d4f-3d4e-4ec5-b9f1-8da5c90d2dad"},{"name":"Delete Multiple Items","id":"36b09d78-ffb7-42c0-ab1e-be900fb5c3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Talent","description":"<p>Delete multiple existing Talent items.</p>\n","urlObject":{"path":["items","Talent"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"d1a6edac-94a6-4eee-8196-523a1e093cf8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/Talent"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6643a350-7a49-40cc-bc9d-132adfd7a0d2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/Talent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"36b09d78-ffb7-42c0-ab1e-be900fb5c3fc"}],"id":"1673a4d3-4a3d-4cd9-a320-7f1585b34313","_postman_id":"1673a4d3-4a3d-4cd9-a320-7f1585b34313","description":""},{"name":"taxes","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"63ccb0d6-e0a0-4ef3-a17a-e17922d9e5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single taxes item by unique identifier.</p>\n","urlObject":{"path":["items","taxes",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"efd076fc-70f0-42c9-8ad3-b5e40504de02","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"87bb2853-1c4b-4f69-b265-780782e4656b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"83dcdc34-f927-4301-9fe3-d4bc4cce7164","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ac8330e1-3afd-4536-a7d8-de91e096e4ad","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"63ccb0d6-e0a0-4ef3-a17a-e17922d9e5ff"},{"name":"Update an Item","id":"d5523bbe-68d5-433b-a816-b4a35b2863de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax_transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax_rate\": \"<number>\",\n  \"gross_amount\": \"<number>\",\n  \"net_amount\": \"<number>\",\n  \"tax_authority\": \"<string>\",\n  \"filing_status\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"payment_status\": \"<string>\",\n  \"document_reference\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing taxes item.</p>\n","urlObject":{"path":["items","taxes",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d5db661f-45e5-4444-8704-7ef954b26040","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"087b80bf-3682-49c1-a30b-98f46c74d332","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax_transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax_rate\": \"<number>\",\n  \"gross_amount\": \"<number>\",\n  \"net_amount\": \"<number>\",\n  \"tax_authority\": \"<string>\",\n  \"filing_status\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"payment_status\": \"<string>\",\n  \"document_reference\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"0161785c-42fd-4f76-87cd-f212aaac0d86","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax_transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax_rate\": \"<number>\",\n  \"gross_amount\": \"<number>\",\n  \"net_amount\": \"<number>\",\n  \"tax_authority\": \"<string>\",\n  \"filing_status\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"payment_status\": \"<string>\",\n  \"document_reference\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"63df913d-93c7-4e14-9546-935abea3ec44","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tax_transaction_id\": \"<uuid>\",\n  \"date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"category\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"tax_rate\": \"<number>\",\n  \"gross_amount\": \"<number>\",\n  \"net_amount\": \"<number>\",\n  \"tax_authority\": \"<string>\",\n  \"filing_status\": \"<string>\",\n  \"due_date\": \"<date>\",\n  \"payment_status\": \"<string>\",\n  \"document_reference\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d5523bbe-68d5-433b-a816-b4a35b2863de"},{"name":"Delete an Item","id":"10f9dbc2-9ac3-4bfb-956b-a1292833be04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/taxes/:id","description":"<p>Delete an existing taxes item.</p>\n","urlObject":{"path":["items","taxes",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1002b1de-61fd-4e60-81d8-b78bab99b392","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"219245f3-11a7-4591-9a68-3a8e7b14532c","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/taxes/:id","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a075dc2b-59f5-4da5-970e-352f44c8ddb0","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/taxes/:id","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"25a63213-6b55-4485-91b4-be69afb9beb1","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/taxes/:id","host":["https://app.empress.eco"],"path":["items","taxes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"10f9dbc2-9ac3-4bfb-956b-a1292833be04"}],"id":"7db21a62-319e-4308-bbc2-c0c59a054423","_postman_id":"7db21a62-319e-4308-bbc2-c0c59a054423","description":""},{"name":"Create an Item","id":"22a0e307-c4c6-47d9-8937-f20d1614eb43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/taxes?meta=<string>","description":"<p>Create a new taxes item.</p>\n","urlObject":{"path":["items","taxes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"39fce860-66e6-4b8e-b59d-f6f3fe1e5be9","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes?meta=<string>","host":["https://app.empress.eco"],"path":["items","taxes"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c69d1425-57e2-4a5e-a73c-6eb99a50966c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes?meta=<string>","host":["https://app.empress.eco"],"path":["items","taxes"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"22a0e307-c4c6-47d9-8937-f20d1614eb43"},{"name":"List Items","id":"e1fe738f-275c-4ed9-a948-127685e2ba88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/taxes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the taxes items.</p>\n","urlObject":{"path":["items","taxes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"f1483216-50be-4da4-88cc-830f5d297e14","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/taxes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","taxes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"tax_transaction_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"tax_rate\": \"<number>\",\n      \"gross_amount\": \"<number>\",\n      \"net_amount\": \"<number>\",\n      \"tax_authority\": \"<string>\",\n      \"filing_status\": \"<string>\",\n      \"due_date\": \"<date>\",\n      \"payment_status\": \"<string>\",\n      \"document_reference\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"tax_transaction_id\": \"<uuid>\",\n      \"date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"tax_rate\": \"<number>\",\n      \"gross_amount\": \"<number>\",\n      \"net_amount\": \"<number>\",\n      \"tax_authority\": \"<string>\",\n      \"filing_status\": \"<string>\",\n      \"due_date\": \"<date>\",\n      \"payment_status\": \"<string>\",\n      \"document_reference\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"161354d4-07ab-485b-9bf6-c3434e55a919","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/taxes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","taxes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e1fe738f-275c-4ed9-a948-127685e2ba88"},{"name":"Update Multiple Items","id":"edfbf2fc-b825-4683-941b-3888ae4bf77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/taxes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple taxes items at the same time.</p>\n","urlObject":{"path":["items","taxes"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"2b7ca525-ee60-4a68-8cd8-47d0cfca1681","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"tax_transaction_id\": \"<uuid>\",\n    \"date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"tax_rate\": \"<number>\",\n    \"gross_amount\": \"<number>\",\n    \"net_amount\": \"<number>\",\n    \"tax_authority\": \"<string>\",\n    \"filing_status\": \"<string>\",\n    \"due_date\": \"<date>\",\n    \"payment_status\": \"<string>\",\n    \"document_reference\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/taxes?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","taxes"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"edfbf2fc-b825-4683-941b-3888ae4bf77e"},{"name":"Delete Multiple Items","id":"f931b0fc-f771-4135-9d79-c54308b84419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/taxes","description":"<p>Delete multiple existing taxes items.</p>\n","urlObject":{"path":["items","taxes"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7da517ff-a35e-497e-b554-4c1850276879","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/taxes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b67e266f-dc90-4e22-9364-90aa539362c2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/taxes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f931b0fc-f771-4135-9d79-c54308b84419"}],"id":"dffa2aa7-de94-44aa-b2db-5b07fe1860a1","_postman_id":"dffa2aa7-de94-44aa-b2db-5b07fe1860a1","description":""},{"name":"team","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"2ee6afb6-1a21-4072-a140-cd8c45bbc173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single team item by unique identifier.</p>\n","urlObject":{"path":["items","team",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"e77c6131-8a66-4a61-83eb-2fdd729b441f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8e0fc4b2-ff6c-452b-89ac-a222f09c4b9f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"27ae996b-1511-4d3e-9aab-789304ca3ee5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0ddc5999-2e67-450e-8988-2c06f05663f8","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2ee6afb6-1a21-4072-a140-cd8c45bbc173"},{"name":"Update an Item","id":"84f64bc3-7b18-447d-b960-d508b2b63d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bio\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"name\": \"<string>\",\n  \"social_media\": {\n    \"nullable\": true\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"posts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing team item.</p>\n","urlObject":{"path":["items","team",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"31201907-8b35-4b5e-b702-7a56a99502b0","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"435c891e-21fa-4107-8ce7-ef9fa40bce71","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bio\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"name\": \"<string>\",\n  \"social_media\": {\n    \"nullable\": true\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"posts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"874410a8-75cd-4f10-a685-1bc2e9d58902","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bio\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"name\": \"<string>\",\n  \"social_media\": {\n    \"nullable\": true\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"posts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6b6f13fb-4971-4f36-a3b2-8832ceed920c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bio\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"job_title\": \"<string>\",\n  \"name\": \"<string>\",\n  \"social_media\": {\n    \"nullable\": true\n  },\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"posts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","team",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"84f64bc3-7b18-447d-b960-d508b2b63d68"},{"name":"Delete an Item","id":"8cf5d1c3-5d77-413f-9d9e-9b902b283a93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/team/:id","description":"<p>Delete an existing team item.</p>\n","urlObject":{"path":["items","team",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"30aade76-7f69-447d-a6b1-96436db2dd4a","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1b1e1481-032e-446c-9983-f5eccc7a2ff2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/team/:id","host":["https://app.empress.eco"],"path":["items","team",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f0014118-8b0a-4778-aab7-6e6055c660bc","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/team/:id","host":["https://app.empress.eco"],"path":["items","team",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bbc9c33c-6066-4c04-9102-4ac7d6c61611","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/team/:id","host":["https://app.empress.eco"],"path":["items","team",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8cf5d1c3-5d77-413f-9d9e-9b902b283a93"}],"id":"2d31ace7-eacd-40e1-ab3b-65e35a916d7d","_postman_id":"2d31ace7-eacd-40e1-ab3b-65e35a916d7d","description":""},{"name":"Create an Item","id":"b9688f36-302d-40f5-9d6c-2b58542f1ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/team?meta=<string>","description":"<p>Create a new team item.</p>\n","urlObject":{"path":["items","team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0ad98f4b-33ee-456c-8677-d912ff330ba1","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team?meta=<string>","host":["https://app.empress.eco"],"path":["items","team"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5c82b0d9-1a46-4658-99dd-85db81d75d29","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team?meta=<string>","host":["https://app.empress.eco"],"path":["items","team"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b9688f36-302d-40f5-9d6c-2b58542f1ebd"},{"name":"List Items","id":"87c4e775-687e-4682-b3c4-6046b3562240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the team items.</p>\n","urlObject":{"path":["items","team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"4d532faa-eb12-4ce3-a8ec-a48851831cdb","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"bio\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"job_title\": \"<string>\",\n      \"name\": \"<string>\",\n      \"social_media\": {\n        \"nullable\": true\n      },\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"posts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"bio\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"job_title\": \"<string>\",\n      \"name\": \"<string>\",\n      \"social_media\": {\n        \"nullable\": true\n      },\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"posts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c096fe37-d45e-4771-ac1a-faaff07f1d4a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"87c4e775-687e-4682-b3c4-6046b3562240"},{"name":"Update Multiple Items","id":"87653f9d-6561-4f8e-bfa3-3d272be6e32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple team items at the same time.</p>\n","urlObject":{"path":["items","team"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ef98611e-8504-4d4c-bf2c-4abb2b6f506c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  {\n    \"bio\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"job_title\": \"<string>\",\n    \"name\": \"<string>\",\n    \"social_media\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"posts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/team?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","team"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"87653f9d-6561-4f8e-bfa3-3d272be6e32e"},{"name":"Delete Multiple Items","id":"a361e938-0597-471a-a436-520c01aab3f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/team","description":"<p>Delete multiple existing team items.</p>\n","urlObject":{"path":["items","team"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"0821ffc1-c8d5-45ac-b04b-d368f1eabde3","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/team"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"81ec4f6a-0d06-4778-98dd-bede0d7df718","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/team"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a361e938-0597-471a-a436-520c01aab3f2"}],"id":"a329f007-54db-4c85-bc50-e2dab570694e","_postman_id":"a329f007-54db-4c85-bc50-e2dab570694e","description":""},{"name":"tenants","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"60d288cb-0786-4fb4-95ae-af013870229f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single tenants item by unique identifier.</p>\n","urlObject":{"path":["items","tenants",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"2f895dcc-872b-479e-b2e7-81fb82c4d6bd","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"340306f4-34df-494e-9ce3-75f44788fbb5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n}"},{"id":"69a7dac4-21b9-4b62-941e-71bac57ac46b","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"033a234d-9974-4282-8405-8cecc2f8688e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"60d288cb-0786-4fb4-95ae-af013870229f"},{"name":"Update an Item","id":"9b750ff5-c66b-4cd8-bbf8-46530d21a21c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"user_updated\": \"<uuid>\",\n  \"date_updated\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing tenants item.</p>\n","urlObject":{"path":["items","tenants",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"8e486735-9be7-49a5-ab3c-02b6806c17c1","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a7fd24d3-271a-41f3-af7a-24b21fde07fe","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"user_updated\": \"<uuid>\",\n  \"date_updated\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n}"},{"id":"017bb623-9551-4ffa-874a-dcfddcc3f683","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"user_updated\": \"<uuid>\",\n  \"date_updated\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"555ca017-7ee6-436d-8c26-46b78aa68645","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"date_created\": \"<string>\",\n  \"user_updated\": \"<uuid>\",\n  \"date_updated\": \"<string>\",\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9b750ff5-c66b-4cd8-bbf8-46530d21a21c"},{"name":"Delete an Item","id":"fc622605-5dba-4d47-9bfd-450241c2c826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/tenants/:id","description":"<p>Delete an existing tenants item.</p>\n","urlObject":{"path":["items","tenants",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5fd20d96-1582-477a-afa0-8f2be9bf3321","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"06f9f7a3-a35b-4f2c-b8bb-6a0a3eeb3a74","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/tenants/:id","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c5b8bc8f-2345-4018-a2f8-ca5da9e2f9ae","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/tenants/:id","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3781cab3-7d8e-48f6-9641-c8602006e7bc","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/tenants/:id","host":["https://app.empress.eco"],"path":["items","tenants",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fc622605-5dba-4d47-9bfd-450241c2c826"}],"id":"6dfe426b-30a7-4c7d-b0a1-1f1fa63b4c9e","_postman_id":"6dfe426b-30a7-4c7d-b0a1-1f1fa63b4c9e","description":""},{"name":"Create an Item","id":"6fbd5366-8a5a-4a2c-ac88-d9caf2cb44ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/tenants?meta=<string>","description":"<p>Create a new tenants item.</p>\n","urlObject":{"path":["items","tenants"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e2aa17be-3bc0-4b01-8c14-3c8ffc56a610","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants?meta=<string>","host":["https://app.empress.eco"],"path":["items","tenants"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c6b66f29-76ae-4a29-ab4b-a5c17c744a70","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants?meta=<string>","host":["https://app.empress.eco"],"path":["items","tenants"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6fbd5366-8a5a-4a2c-ac88-d9caf2cb44ef"},{"name":"List Items","id":"1256db37-e5e1-45ab-bf68-dae0df244d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/tenants?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the tenants items.</p>\n","urlObject":{"path":["items","tenants"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6056f2ec-5195-4515-a089-64b4a0f858fd","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/tenants?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","tenants"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<uuid>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"user_updated\": \"<uuid>\",\n      \"date_updated\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"status\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"date_created\": \"<string>\",\n      \"user_updated\": \"<uuid>\",\n      \"date_updated\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"19c0ec69-bf46-4d4b-adab-3ed223903cf6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/tenants?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","tenants"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1256db37-e5e1-45ab-bf68-dae0df244d47"},{"name":"Update Multiple Items","id":"814cc004-07a7-45d2-aeab-fb52ecee28d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/tenants?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple tenants items at the same time.</p>\n","urlObject":{"path":["items","tenants"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ff562f8b-3092-4003-a66a-7b5d8ec3fd61","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"status\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"date_created\": \"<string>\",\n    \"user_updated\": \"<uuid>\",\n    \"date_updated\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/tenants?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","tenants"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"814cc004-07a7-45d2-aeab-fb52ecee28d9"},{"name":"Delete Multiple Items","id":"595f26a4-25ab-452a-a401-a218df992916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/tenants","description":"<p>Delete multiple existing tenants items.</p>\n","urlObject":{"path":["items","tenants"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"d3a6182f-c6a9-4c8c-be45-a71b8bac193f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/tenants"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f0ed7067-5d39-4ee5-9461-69f8d3806430","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/tenants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"595f26a4-25ab-452a-a401-a218df992916"}],"id":"7f5f5346-2ec3-4759-b80c-625bb4f8d783","_postman_id":"7f5f5346-2ec3-4759-b80c-625bb4f8d783","description":""},{"name":"testimonials","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"29250c24-9896-42cf-9b05-3e0352ef9ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single testimonials item by unique identifier.</p>\n","urlObject":{"path":["items","testimonials",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"1592a082-3268-461b-b123-bfb29d450a31","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dcc159b3-ca8b-4ee8-b0da-5f9630acd7f9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n}"},{"id":"0198d3a0-0747-4ca5-8d3c-41ca6e4a9aa5","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bef119f2-b6e4-47df-87fa-e672d68a20fc","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"29250c24-9896-42cf-9b05-3e0352ef9ebf"},{"name":"Update an Item","id":"87db11eb-f440-4836-b998-0952128075b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"company_logo\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"link\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"company_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing testimonials item.</p>\n","urlObject":{"path":["items","testimonials",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e034d4cd-4d70-4156-bc66-391cca82c733","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"71b54efa-34df-442c-8e9d-744d41202f5f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"company_logo\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"link\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"company_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n}"},{"id":"09801802-cbd0-4c58-bb9b-680510569e44","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"company_logo\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"link\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"company_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e432a43d-8adf-44bd-82f0-25b0e97ece3f","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"company_logo\": \"<uuid>\",\n  \"content\": \"<string>\",\n  \"date_created\": \"<string>\",\n  \"date_updated\": \"<string>\",\n  \"id\": \"<uuid>\",\n  \"image\": \"<uuid>\",\n  \"link\": \"<string>\",\n  \"sort\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"subtitle\": \"<string>\",\n  \"title\": \"<string>\",\n  \"user_created\": \"<uuid>\",\n  \"user_updated\": \"<uuid>\",\n  \"company_info\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"87db11eb-f440-4836-b998-0952128075b6"},{"name":"Delete an Item","id":"c1500d9a-6989-45ec-883f-b85053fcdd87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/testimonials/:id","description":"<p>Delete an existing testimonials item.</p>\n","urlObject":{"path":["items","testimonials",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"57ba7cea-1ac2-4298-874d-7940120a2530","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a9f1eb0c-bc5d-4939-893f-5feee444d72e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/testimonials/:id","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fb4f3bd2-4582-45f6-8798-7249a37856e4","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/testimonials/:id","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7ba9d9a9-39ee-4a01-8b6d-a69731d5bd17","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/testimonials/:id","host":["https://app.empress.eco"],"path":["items","testimonials",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c1500d9a-6989-45ec-883f-b85053fcdd87"}],"id":"9ac40f56-752f-4fd0-ad2b-852e9b4b3b0b","_postman_id":"9ac40f56-752f-4fd0-ad2b-852e9b4b3b0b","description":""},{"name":"Create an Item","id":"313bdee6-dd39-47b2-aba7-efa6a8fcc61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  },\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/testimonials?meta=<string>","description":"<p>Create a new testimonials item.</p>\n","urlObject":{"path":["items","testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"3129ae5e-6bc6-493f-8c81-003d09e4da3f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  },\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials?meta=<string>","host":["https://app.empress.eco"],"path":["items","testimonials"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b0b4634a-a80a-4bd9-9bad-95e446c33706","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  },\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials?meta=<string>","host":["https://app.empress.eco"],"path":["items","testimonials"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"313bdee6-dd39-47b2-aba7-efa6a8fcc61c"},{"name":"List Items","id":"2040de5e-6dca-43dc-9ea6-e11aff5e5d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the testimonials items.</p>\n","urlObject":{"path":["items","testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"3a225d87-9662-430e-a6ac-410ebcb9e1bd","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"company\": \"<string>\",\n      \"company_logo\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"link\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"subtitle\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"company_info\": \"<string>\"\n    },\n    {\n      \"company\": \"<string>\",\n      \"company_logo\": \"<uuid>\",\n      \"content\": \"<string>\",\n      \"date_created\": \"<string>\",\n      \"date_updated\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"image\": \"<uuid>\",\n      \"link\": \"<string>\",\n      \"sort\": \"<integer>\",\n      \"status\": \"<string>\",\n      \"subtitle\": \"<string>\",\n      \"title\": \"<string>\",\n      \"user_created\": \"<uuid>\",\n      \"user_updated\": \"<uuid>\",\n      \"company_info\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7ef44ce7-48b1-4add-b14c-8510453770fd","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2040de5e-6dca-43dc-9ea6-e11aff5e5d6d"},{"name":"Update Multiple Items","id":"eef40e80-e426-4ce0-bd23-6ed038e862c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  },\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple testimonials items at the same time.</p>\n","urlObject":{"path":["items","testimonials"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"b9308e04-be31-43d6-9f29-1b1cf954bbb5","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  },\n  {\n    \"company\": \"<string>\",\n    \"company_logo\": \"<uuid>\",\n    \"content\": \"<string>\",\n    \"date_created\": \"<string>\",\n    \"date_updated\": \"<string>\",\n    \"id\": \"<uuid>\",\n    \"image\": \"<uuid>\",\n    \"link\": \"<string>\",\n    \"sort\": \"<integer>\",\n    \"status\": \"<string>\",\n    \"subtitle\": \"<string>\",\n    \"title\": \"<string>\",\n    \"user_created\": \"<uuid>\",\n    \"user_updated\": \"<uuid>\",\n    \"company_info\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/testimonials?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","testimonials"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"eef40e80-e426-4ce0-bd23-6ed038e862c2"},{"name":"Delete Multiple Items","id":"8c248e75-de1d-4bda-bbdd-5856451240ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/testimonials","description":"<p>Delete multiple existing testimonials items.</p>\n","urlObject":{"path":["items","testimonials"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ddad0352-3d1c-43e5-83d0-e886d1c39021","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/testimonials"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"710c7e13-8eaf-4573-84b1-ce586f1de05c","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/testimonials"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8c248e75-de1d-4bda-bbdd-5856451240ad"}],"id":"d76efd95-34b4-4012-a05b-e30a8a618d87","_postman_id":"d76efd95-34b4-4012-a05b-e30a8a618d87","description":""},{"name":"training","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"12eedc92-68d2-4467-bc50-d09712f1d794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single training item by unique identifier.</p>\n","urlObject":{"path":["items","training",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"622d5bbd-64bd-4740-a9a2-93ee26a842d5","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3c0e8819-146b-4986-b906-edaab4882e7d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"54691451-a774-41f7-9cc5-ee4ec200185c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"192c9ef2-c22f-412f-8c43-92b4af192597","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"12eedc92-68d2-4467-bc50-d09712f1d794"},{"name":"Update an Item","id":"08f2d3f2-bdbd-4f41-b46d-79dc26a59737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"training_id\": \"<uuid>\",\n  \"training_topic\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"attendee_count\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trainer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing training item.</p>\n","urlObject":{"path":["items","training",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"50dc3858-8347-4799-ad7d-e4eb61647cc7","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"586b1a28-d678-42c1-8895-44c563e7ccd6","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"training_id\": \"<uuid>\",\n  \"training_topic\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"attendee_count\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trainer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"6e855e37-27ba-4235-90d9-d239aa83750f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"training_id\": \"<uuid>\",\n  \"training_topic\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"attendee_count\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trainer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"937a75d5-fca9-4288-b243-54aa7e68f958","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"training_id\": \"<uuid>\",\n  \"training_topic\": \"<string>\",\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"attendee_count\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"trainer_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","training",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"08f2d3f2-bdbd-4f41-b46d-79dc26a59737"},{"name":"Delete an Item","id":"c28afe23-4f91-42e2-8ab5-e88d1d1bbcb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/training/:id","description":"<p>Delete an existing training item.</p>\n","urlObject":{"path":["items","training",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"dd9ece8b-23c6-470d-bbb0-21d1018b79f4","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0e53cd66-365e-4929-bd0b-4838b0b53260","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/training/:id","host":["https://app.empress.eco"],"path":["items","training",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3913c417-b555-4bfb-af7e-54f4a884e25f","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/training/:id","host":["https://app.empress.eco"],"path":["items","training",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"0ab66ca4-105e-45c7-a403-da307fcac7fa","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/training/:id","host":["https://app.empress.eco"],"path":["items","training",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c28afe23-4f91-42e2-8ab5-e88d1d1bbcb3"}],"id":"b0596ee3-bd70-453f-b5eb-bf7843aa355b","_postman_id":"b0596ee3-bd70-453f-b5eb-bf7843aa355b","description":""},{"name":"Create an Item","id":"196c597b-a2dc-4a4a-b874-1cb629339beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/training?meta=<string>","description":"<p>Create a new training item.</p>\n","urlObject":{"path":["items","training"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e809d40d-0c4c-48e0-9d86-2bf94eb22a34","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training?meta=<string>","host":["https://app.empress.eco"],"path":["items","training"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7277653a-d64e-46da-83c9-23368ab4126f","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training?meta=<string>","host":["https://app.empress.eco"],"path":["items","training"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"196c597b-a2dc-4a4a-b874-1cb629339beb"},{"name":"List Items","id":"4b70ffd1-78c3-4463-a4e9-5ac4dbfcb1ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/training?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the training items.</p>\n","urlObject":{"path":["items","training"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"145aeb84-ffff-4262-b341-7f3dbe0f3ba2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/training?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","training"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"training_id\": \"<uuid>\",\n      \"training_topic\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"attendee_count\": \"<integer>\",\n      \"location\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"trainer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"training_id\": \"<uuid>\",\n      \"training_topic\": \"<string>\",\n      \"start_date\": \"<date>\",\n      \"end_date\": \"<date>\",\n      \"attendee_count\": \"<integer>\",\n      \"location\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"trainer_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"4403d6c9-d01f-4c64-80c6-928fc3acfd67","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/training?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","training"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4b70ffd1-78c3-4463-a4e9-5ac4dbfcb1ef"},{"name":"Update Multiple Items","id":"2ac0521a-d3ad-436e-8812-37aca34f9516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/training?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple training items at the same time.</p>\n","urlObject":{"path":["items","training"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bf7837b8-8860-410c-bda0-a2acdf75de51","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"training_id\": \"<uuid>\",\n    \"training_topic\": \"<string>\",\n    \"start_date\": \"<date>\",\n    \"end_date\": \"<date>\",\n    \"attendee_count\": \"<integer>\",\n    \"location\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"trainer_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/training?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","training"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2ac0521a-d3ad-436e-8812-37aca34f9516"},{"name":"Delete Multiple Items","id":"bba9e06e-85ba-485d-87e6-6d8c99771371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/training","description":"<p>Delete multiple existing training items.</p>\n","urlObject":{"path":["items","training"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"1dac4139-2a9c-4726-9d19-ceb62fbb1037","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/training"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e5d138d-57d1-4b28-8a0a-4ce98ae0a85a","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/training"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bba9e06e-85ba-485d-87e6-6d8c99771371"}],"id":"bfc37db7-cbaf-4524-9416-aa79f8b0563c","_postman_id":"bfc37db7-cbaf-4524-9416-aa79f8b0563c","description":""},{"name":"transactions","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"3d3d748c-0ebd-431b-994f-3bd194e20e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single transactions item by unique identifier.</p>\n","urlObject":{"path":["items","transactions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"5c2eca43-773e-441a-aa41-29f48048a505","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c7021cdb-e28e-44f5-9bf6-daf6a890d9a6","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"129e79a8-1516-4f45-8d27-28270e10a7e3","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c308227d-948e-40d7-aff7-1712348dcc33","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"3d3d748c-0ebd-431b-994f-3bd194e20e6c"},{"name":"Update an Item","id":"c28ffe81-2929-45c4-b445-94090e6dfd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"transaction_date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"type\": \"<string>\",\n  \"category\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"account_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing transactions item.</p>\n","urlObject":{"path":["items","transactions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e148a885-51ec-4cd3-9ceb-fac233ff033c","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"eaabb82c-c05b-4237-8bca-302fdd6ac5a0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"transaction_date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"type\": \"<string>\",\n  \"category\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"account_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"20bd7c54-53f0-407a-9713-248043c9acb8","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"transaction_date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"type\": \"<string>\",\n  \"category\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"account_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e1663469-a693-4d7d-ace5-d89d36f685da","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transaction_id\": \"<uuid>\",\n  \"transaction_date\": \"<date>\",\n  \"description\": \"<string>\",\n  \"amount\": \"<number>\",\n  \"type\": \"<string>\",\n  \"category\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"account_id\": \"<uuid>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c28ffe81-2929-45c4-b445-94090e6dfd81"},{"name":"Delete an Item","id":"da1b984b-f79f-434e-9715-dfac259842d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/transactions/:id","description":"<p>Delete an existing transactions item.</p>\n","urlObject":{"path":["items","transactions",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"89830213-0ff6-4f0a-8ef0-0f573793d8c9","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"511eb13c-c202-4758-8583-54db339d402a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/transactions/:id","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af1e6216-e7a7-46cb-9493-5793e83170e2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/transactions/:id","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3e08a25e-64af-4096-9cd5-1c3aa54ef61f","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/transactions/:id","host":["https://app.empress.eco"],"path":["items","transactions",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"da1b984b-f79f-434e-9715-dfac259842d7"}],"id":"be22e2b6-85e6-4748-b91f-a9e6cdb2d504","_postman_id":"be22e2b6-85e6-4748-b91f-a9e6cdb2d504","description":""},{"name":"Create an Item","id":"a6c918b0-da51-4015-bb93-513866643a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/transactions?meta=<string>","description":"<p>Create a new transactions item.</p>\n","urlObject":{"path":["items","transactions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b137fcd8-ca4f-4b7d-acb6-6a34057c6c62","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions?meta=<string>","host":["https://app.empress.eco"],"path":["items","transactions"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6c771c4e-6ceb-4027-a9e1-32b14730b960","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions?meta=<string>","host":["https://app.empress.eco"],"path":["items","transactions"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a6c918b0-da51-4015-bb93-513866643a3f"},{"name":"List Items","id":"a5a4bb5e-86c3-424c-86ae-598ea9cbb5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/transactions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the transactions items.</p>\n","urlObject":{"path":["items","transactions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ae2e6da4-c3df-48e9-a359-2848525d61d2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/transactions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","transactions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"transaction_id\": \"<uuid>\",\n      \"transaction_date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"type\": \"<string>\",\n      \"category\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"account_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"transaction_id\": \"<uuid>\",\n      \"transaction_date\": \"<date>\",\n      \"description\": \"<string>\",\n      \"amount\": \"<number>\",\n      \"type\": \"<string>\",\n      \"category\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"account_id\": \"<uuid>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"f02401cf-b3e0-43d1-bbee-524489e2e597","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/transactions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","transactions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a5a4bb5e-86c3-424c-86ae-598ea9cbb5fd"},{"name":"Update Multiple Items","id":"fe13fb44-fd17-454a-875a-dc08508baea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/transactions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple transactions items at the same time.</p>\n","urlObject":{"path":["items","transactions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"57fe608c-7b1f-4a87-9625-80d97f6570e0","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  },\n  {\n    \"transaction_id\": \"<uuid>\",\n    \"transaction_date\": \"<date>\",\n    \"description\": \"<string>\",\n    \"amount\": \"<number>\",\n    \"type\": \"<string>\",\n    \"category\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"account_id\": \"<uuid>\",\n    \"tenant\": \"<uuid>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/transactions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","transactions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"fe13fb44-fd17-454a-875a-dc08508baea2"},{"name":"Delete Multiple Items","id":"825a6202-c773-47a5-9527-4b6bef634ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/transactions","description":"<p>Delete multiple existing transactions items.</p>\n","urlObject":{"path":["items","transactions"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c70e8ddd-d900-4033-8a87-c57f2207cc4a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"63b7f296-a1d4-4d59-bf0e-f59ace868dac","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/transactions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"825a6202-c773-47a5-9527-4b6bef634ed2"}],"id":"21955ba0-a423-4b2b-9803-2d47b196555f","_postman_id":"21955ba0-a423-4b2b-9803-2d47b196555f","description":""},{"name":"website","item":[{"name":"{id}","item":[{"name":"Retrieve an Item","id":"20c7405b-0691-4eeb-8cac-a83917c6e21b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>&version=<string>","description":"<p>Retrieve a single website item by unique identifier.</p>\n","urlObject":{"path":["items","website",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.</p>\n","type":"text/plain"},"key":"version","value":"<string>"}],"variable":[{"id":"8d1f6224-3674-4d97-b98f-4f5b89f0aa98","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4a9b6513-738f-4b94-abbc-43025cba6d8b","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"35569a96-210c-48e3-a8bd-58e69de2a19a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2525c265-1f58-459b-a211-94c7050c2d39","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>&version=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Retrieve an item's state from a specific Content Version. The value corresponds to the \"key\" of the Content Version.\n","key":"version","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"20c7405b-0691-4eeb-8cac-a83917c6e21b"},{"name":"Update an Item","id":"f4c90353-4950-4385-b53f-a4d5263c4dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing website item.</p>\n","urlObject":{"path":["items","website",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"376a6c9c-6cca-44bc-bf2f-b9c53defc66f","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9866374c-634c-4273-9362-1d837ba2602b","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"81dbacb1-a56f-429c-8962-63c30028d2a5","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2301a164-1249-4a84-bf46-960264e1d5b9","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["items","website",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f4c90353-4950-4385-b53f-a4d5263c4dfb"},{"name":"Delete an Item","id":"97784596-67b1-4d6a-abdd-041e71213f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/website/:id","description":"<p>Delete an existing website item.</p>\n","urlObject":{"path":["items","website",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b66c18d4-2b48-4402-9a08-4669b0069fbc","description":{"content":"<p>(Required) Index of the item.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e4eaa01c-7d61-4f6d-9d4c-31c55f515c05","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/items/website/:id","host":["https://app.empress.eco"],"path":["items","website",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3471f5bd-59dc-4f30-966b-49fdb9b4fc8b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/website/:id","host":["https://app.empress.eco"],"path":["items","website",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f43eef50-a427-4397-8af0-da1ca80b4bf1","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/items/website/:id","host":["https://app.empress.eco"],"path":["items","website",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"97784596-67b1-4d6a-abdd-041e71213f2d"}],"id":"7130fccd-ed73-407e-9c82-2a2b9d523dd7","_postman_id":"7130fccd-ed73-407e-9c82-2a2b9d523dd7","description":""},{"name":"Create an Item","id":"6fc7e6aa-b55f-48fd-af11-a8f3f335b634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/website?meta=<string>","description":"<p>Create a new website item.</p>\n","urlObject":{"path":["items","website"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f4da6768-013c-406f-9514-52f45e8a847c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website?meta=<string>","host":["https://app.empress.eco"],"path":["items","website"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"05eb8cc2-c8d3-4ebe-8f85-60293802b816","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website?meta=<string>","host":["https://app.empress.eco"],"path":["items","website"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6fc7e6aa-b55f-48fd-af11-a8f3f335b634"},{"name":"List Items","id":"a6a5d371-3cd5-4f4f-b681-e094ec46bf58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/website?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the website items.</p>\n","urlObject":{"path":["items","website"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"9d3818e1-9720-4848-85b2-c775df231733","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/website?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","website"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"d8f108f6-7130-40e7-a177-9259289cec08","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/items/website?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","website"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a6a5d371-3cd5-4f4f-b681-e094ec46bf58"},{"name":"Update Multiple Items","id":"20ee4577-4912-40b2-a984-232b76ce2952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/items/website?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple website items at the same time.</p>\n","urlObject":{"path":["items","website"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"6f8885ae-cdeb-4cdf-9615-fc49116a65e4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/items/website?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["items","website"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"20ee4577-4912-40b2-a984-232b76ce2952"},{"name":"Delete Multiple Items","id":"f3e96c01-83ae-4005-be1e-efee17805f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/website","description":"<p>Delete multiple existing website items.</p>\n","urlObject":{"path":["items","website"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b7e74701-bc14-456f-b4c0-38973848962f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/items/website"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"113512cd-1c88-4703-b6a5-072eb28b61f3","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/items/website"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f3e96c01-83ae-4005-be1e-efee17805f82"}],"id":"20bce55f-46a1-401e-9c7e-50962c28774b","_postman_id":"20bce55f-46a1-401e-9c7e-50962c28774b","description":""}],"id":"f36d442f-92e2-4fde-b3a3-68f3e2fc283f","_postman_id":"f36d442f-92e2-4fde-b3a3-68f3e2fc283f","description":""},{"name":"activity","item":[{"name":"comment","item":[{"name":"{id}","item":[{"name":"Update a Comment","id":"b05b0cf6-7037-4571-a3ce-c1533e74c478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/activity/comment/:id?meta=<string>","description":"<p>Update the content of an existing comment.</p>\n","urlObject":{"path":["activity","comment",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"f565d5a7-15b2-44c7-a490-bcf98bcd50f5","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"51b4fbfd-a181-480e-8ce9-e8ee0073ff9f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment/:id?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"action\": \"update\",\n    \"user\": \"<string>\",\n    \"timestamp\": \"<dateTime>\",\n    \"ip\": \"<ipv4>\",\n    \"user_agent\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"origin\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"revisions\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}"},{"id":"442bf180-8bd3-4b23-aa6a-7d073aeeef73","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment/:id?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"571097e4-8f24-4f96-9d98-1d8dde99e7c7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment/:id?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b05b0cf6-7037-4571-a3ce-c1533e74c478"},{"name":"Delete a Comment","id":"908bc338-951a-417e-b30d-7a6422a63c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/activity/comment/:id","description":"<p>Delete an existing comment. Deleted comments can not be retrieved.</p>\n","urlObject":{"path":["activity","comment",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"47389be6-dd8e-4192-b768-46098077b70d","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5d9bb895-ec34-4098-87e5-70b269a17595","name":"Deleted successfully","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/activity/comment/:id","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"variable":[{"key":"id"}]}},"status":"Non-Authoritative Information (since HTTP/1.1)","code":203,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e584edff-a3c4-436a-96e3-ac3827b60feb","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity/comment/:id","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5dc71e7e-8b77-41d0-83a1-adc624c84844","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity/comment/:id","host":["https://app.empress.eco"],"path":["activity","comment",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"908bc338-951a-417e-b30d-7a6422a63c1b"}],"id":"a26d3ef7-b208-4706-8b42-7d12e7cb3f24","_postman_id":"a26d3ef7-b208-4706-8b42-7d12e7cb3f24","description":""},{"name":"Create a Comment","id":"0230bc05-3fbe-43b6-be06-a46deee8b35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"item\": \"<integer>\",\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/activity/comment?meta=<string>","description":"<p>Creates a new comment.</p>\n","urlObject":{"path":["activity","comment"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"b5847d37-0d4c-465b-af52-cfdd77518d97","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"item\": \"<integer>\",\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"action\": \"update\",\n    \"user\": \"<string>\",\n    \"timestamp\": \"<dateTime>\",\n    \"ip\": \"<ipv4>\",\n    \"user_agent\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"origin\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"revisions\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}"},{"id":"1eafb484-79ee-4013-8791-aed69f8251cf","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"item\": \"<integer>\",\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6b3ac920-be85-4570-a95a-be88901d5248","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"item\": \"<integer>\",\n  \"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/activity/comment?meta=<string>","host":["https://app.empress.eco"],"path":["activity","comment"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0230bc05-3fbe-43b6-be06-a46deee8b35f"}],"id":"f431f25c-a5b4-4dea-b873-8876569bf77f","_postman_id":"f431f25c-a5b4-4dea-b873-8876569bf77f","description":""},{"name":"{id}","item":[{"name":"Retrieve an Activity Action","id":"5127697f-2566-4ef6-ae98-5584e5439f46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/activity/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieves the details of an existing activity action. Provide the primary key of the activity action and Directus will return the corresponding information.</p>\n","urlObject":{"path":["activity",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"c9e633db-a737-484b-9b93-e038ffd1450c","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fe669a98-fd3a-41c3-959d-210582b94bf1","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["activity",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"action\": \"update\",\n    \"user\": \"<string>\",\n    \"timestamp\": \"<dateTime>\",\n    \"ip\": \"<ipv4>\",\n    \"user_agent\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"origin\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"revisions\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}"},{"id":"39bc061d-760f-4133-903d-9150c80d8f02","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["activity",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ce2e073c-ffb7-4502-ba93-8a3680390b10","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["activity",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5127697f-2566-4ef6-ae98-5584e5439f46"}],"id":"c2e9e6c6-8f50-4d43-bdff-f1550bc2ea01","_postman_id":"c2e9e6c6-8f50-4d43-bdff-f1550bc2ea01","description":""},{"name":"List Activity Actions","id":"9575242d-a9ec-49f5-9ba4-5b1520917ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/activity?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Returns a list of activity actions.</p>\n","urlObject":{"path":["activity"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0bc76a78-b122-4a34-8cdd-fa7a064b324d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["activity"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"action\": \"delete\",\n      \"user\": \"<string>\",\n      \"timestamp\": \"<dateTime>\",\n      \"ip\": \"<ipv4>\",\n      \"user_agent\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"origin\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"revisions\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"action\": \"create\",\n      \"user\": \"<string>\",\n      \"timestamp\": \"<dateTime>\",\n      \"ip\": \"<ipv4>\",\n      \"user_agent\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"origin\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"revisions\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5ccca0d5-d01e-40ad-a70e-2dc3c5d8f53d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["activity"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"94ab6775-1aaf-4e89-bb95-f9ebe169a756","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/activity?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["activity"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"9575242d-a9ec-49f5-9ba4-5b1520917ec0"}],"id":"fe0c789d-1130-494f-b87e-47e9490b82a0","_postman_id":"fe0c789d-1130-494f-b87e-47e9490b82a0","description":""},{"name":"collections","item":[{"name":"{id}","item":[{"name":"Retrieve a Collection","id":"0d94ab30-2e7d-4109-9177-a0bd5449baf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/collections/:id?meta=<string>","description":"<p>Retrieves the details of a single collection.</p>\n","urlObject":{"path":["collections",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"093a31d1-ef84-4dbc-8cf1-62abc22fe4b0","description":{"content":"<p>(Required) Unique identifier of the collection.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"95f18179-f095-4b13-9561-c8932f8e7c78","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<boolean>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"color\": \"<string>\",\n    \"item_duplication_fields\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"group\": \"<string>\",\n    \"collapse\": \"<string>\",\n    \"preview_url\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"collection_divider\": \"<string>\",\n    \"preview_divider\": \"<string>\",\n    \"content_versioning_divider\": \"<string>\",\n    \"archive_divider\": \"<string>\",\n    \"sort_divider\": \"<string>\",\n    \"accountability_divider\": \"<string>\",\n    \"duplication_divider\": \"<string>\"\n  }\n}"},{"id":"1156d029-7c37-4008-bc34-51ce77cc3f35","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ef442f5a-2a65-43bb-a7b7-9f2e0c96b658","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0d94ab30-2e7d-4109-9177-a0bd5449baf1"},{"name":"Update a Collection","id":"02bd931d-16cf-4dfa-97dc-3242664e149e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"meta\": {\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translation\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<string>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/collections/:id?meta=<string>","description":"<p>Update an existing collection.</p>\n","urlObject":{"path":["collections",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"599ce452-0c29-4aca-b989-483a32bb5968","description":{"content":"<p>(Required) Unique identifier of the collection.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"fc704613-9773-419c-8a79-a1a22ef7b22a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"meta\": {\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translation\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<string>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<boolean>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"color\": \"<string>\",\n    \"item_duplication_fields\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"group\": \"<string>\",\n    \"collapse\": \"<string>\",\n    \"preview_url\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"collection_divider\": \"<string>\",\n    \"preview_divider\": \"<string>\",\n    \"content_versioning_divider\": \"<string>\",\n    \"archive_divider\": \"<string>\",\n    \"sort_divider\": \"<string>\",\n    \"accountability_divider\": \"<string>\",\n    \"duplication_divider\": \"<string>\"\n  }\n}"},{"id":"0e1cf424-efa2-478b-a74d-b7a07a28de27","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"meta\": {\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translation\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<string>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9f79d5b9-2888-450d-abf0-dce7823ee3e7","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"meta\": {\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translation\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<string>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections/:id?meta=<string>","host":["https://app.empress.eco"],"path":["collections",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"02bd931d-16cf-4dfa-97dc-3242664e149e"},{"name":"Delete a Collection","id":"79dede34-8bf5-4b3b-b466-611c719639e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/collections/:id","description":"<p>Delete an existing collection. Warning: This will delete the whole collection, including the items within. Proceed with caution.</p>\n","urlObject":{"path":["collections",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"95b4ecac-3ff0-4689-b72e-8b389b77ac65","description":{"content":"<p>(Required) Unique identifier of the collection.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"7a93b576-1e91-4677-a2cb-1d2ed2496266","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/collections/:id","host":["https://app.empress.eco"],"path":["collections",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d3f1b9ba-c602-4f6f-aa4f-c7f564a80610","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections/:id","host":["https://app.empress.eco"],"path":["collections",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"254430db-0dbe-474e-be81-3ccfecb1da17","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections/:id","host":["https://app.empress.eco"],"path":["collections",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"79dede34-8bf5-4b3b-b466-611c719639e9"}],"id":"3e8d68d3-6f11-4f80-853c-00481f5464e8","_postman_id":"3e8d68d3-6f11-4f80-853c-00481f5464e8","description":""},{"name":"List Collections","id":"4bcaeea5-4522-4e5a-a24f-990f157a7167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/collections?offset=<integer>&meta=<string>","description":"<p>Returns a list of the collections available in the project.</p>\n","urlObject":{"path":["collections"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"8b190c5a-c4eb-4800-b578-d43df635ac5f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections?offset=<integer>&meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"collection\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"note\": \"<string>\",\n      \"display_template\": \"<string>\",\n      \"hidden\": \"<boolean>\",\n      \"singleton\": \"<boolean>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"archive_field\": \"<string>\",\n      \"archive_app_filter\": \"<boolean>\",\n      \"archive_value\": \"<string>\",\n      \"unarchive_value\": \"<string>\",\n      \"sort_field\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"color\": \"<string>\",\n      \"item_duplication_fields\": {\n        \"nullable\": true\n      },\n      \"sort\": \"<integer>\",\n      \"group\": \"<string>\",\n      \"collapse\": \"<string>\",\n      \"preview_url\": \"<string>\",\n      \"versioning\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"collection_divider\": \"<string>\",\n      \"preview_divider\": \"<string>\",\n      \"content_versioning_divider\": \"<string>\",\n      \"archive_divider\": \"<string>\",\n      \"sort_divider\": \"<string>\",\n      \"accountability_divider\": \"<string>\",\n      \"duplication_divider\": \"<string>\"\n    },\n    {\n      \"collection\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"note\": \"<string>\",\n      \"display_template\": \"<string>\",\n      \"hidden\": \"<boolean>\",\n      \"singleton\": \"<boolean>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"archive_field\": \"<string>\",\n      \"archive_app_filter\": \"<boolean>\",\n      \"archive_value\": \"<string>\",\n      \"unarchive_value\": \"<string>\",\n      \"sort_field\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"color\": \"<string>\",\n      \"item_duplication_fields\": {\n        \"nullable\": true\n      },\n      \"sort\": \"<integer>\",\n      \"group\": \"<string>\",\n      \"collapse\": \"<string>\",\n      \"preview_url\": \"<string>\",\n      \"versioning\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"collection_divider\": \"<string>\",\n      \"preview_divider\": \"<string>\",\n      \"content_versioning_divider\": \"<string>\",\n      \"archive_divider\": \"<string>\",\n      \"sort_divider\": \"<string>\",\n      \"accountability_divider\": \"<string>\",\n      \"duplication_divider\": \"<string>\"\n    }\n  ]\n}"},{"id":"4dcfcce8-41b0-45ed-b751-fc3a1e32a6ff","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections?offset=<integer>&meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"83d469ec-1758-4fa5-bca3-e652091fa1e0","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/collections?offset=<integer>&meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4bcaeea5-4522-4e5a-a24f-990f157a7167"},{"name":"Create a Collection","id":"ead30907-61ba-426b-9e51-ce723e2f4d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"fields\": [],\n  \"icon\": \"<string>\",\n  \"note\": \"<string>\",\n  \"display_template\": \"<string>\",\n  \"hidden\": \"<boolean>\",\n  \"singleton\": \"<boolean>\",\n  \"translation\": \"<string>\",\n  \"versioning\": \"<boolean>\",\n  \"archive_field\": \"<string>\",\n  \"archive_app_filter\": \"<string>\",\n  \"archive_value\": \"<string>\",\n  \"unarchive_value\": \"<string>\",\n  \"sort_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/collections?meta=<string>","description":"<p>Create a new collection in Directus.</p>\n","urlObject":{"path":["collections"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"68c67bf8-d559-46df-ae5e-654035ba2b33","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"fields\": [],\n  \"icon\": \"<string>\",\n  \"note\": \"<string>\",\n  \"display_template\": \"<string>\",\n  \"hidden\": \"<boolean>\",\n  \"singleton\": \"<boolean>\",\n  \"translation\": \"<string>\",\n  \"versioning\": \"<boolean>\",\n  \"archive_field\": \"<string>\",\n  \"archive_app_filter\": \"<string>\",\n  \"archive_value\": \"<string>\",\n  \"unarchive_value\": \"<string>\",\n  \"sort_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections?meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"note\": \"<string>\",\n    \"display_template\": \"<string>\",\n    \"hidden\": \"<boolean>\",\n    \"singleton\": \"<boolean>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"archive_field\": \"<string>\",\n    \"archive_app_filter\": \"<boolean>\",\n    \"archive_value\": \"<string>\",\n    \"unarchive_value\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"color\": \"<string>\",\n    \"item_duplication_fields\": {\n      \"nullable\": true\n    },\n    \"sort\": \"<integer>\",\n    \"group\": \"<string>\",\n    \"collapse\": \"<string>\",\n    \"preview_url\": \"<string>\",\n    \"versioning\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"collection_divider\": \"<string>\",\n    \"preview_divider\": \"<string>\",\n    \"content_versioning_divider\": \"<string>\",\n    \"archive_divider\": \"<string>\",\n    \"sort_divider\": \"<string>\",\n    \"accountability_divider\": \"<string>\",\n    \"duplication_divider\": \"<string>\"\n  }\n}"},{"id":"3fd822ae-8ab7-4f3e-a230-77857724ce55","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"fields\": [],\n  \"icon\": \"<string>\",\n  \"note\": \"<string>\",\n  \"display_template\": \"<string>\",\n  \"hidden\": \"<boolean>\",\n  \"singleton\": \"<boolean>\",\n  \"translation\": \"<string>\",\n  \"versioning\": \"<boolean>\",\n  \"archive_field\": \"<string>\",\n  \"archive_app_filter\": \"<string>\",\n  \"archive_value\": \"<string>\",\n  \"unarchive_value\": \"<string>\",\n  \"sort_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections?meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"a89536dc-6562-465c-8dc3-f1c9d9b4a49a","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"fields\": [],\n  \"icon\": \"<string>\",\n  \"note\": \"<string>\",\n  \"display_template\": \"<string>\",\n  \"hidden\": \"<boolean>\",\n  \"singleton\": \"<boolean>\",\n  \"translation\": \"<string>\",\n  \"versioning\": \"<boolean>\",\n  \"archive_field\": \"<string>\",\n  \"archive_app_filter\": \"<string>\",\n  \"archive_value\": \"<string>\",\n  \"unarchive_value\": \"<string>\",\n  \"sort_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/collections?meta=<string>","host":["https://app.empress.eco"],"path":["collections"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"ead30907-61ba-426b-9e51-ce723e2f4d83"}],"id":"ba608d77-88cf-4e33-b45c-998edc14788d","_postman_id":"ba608d77-88cf-4e33-b45c-998edc14788d","description":""},{"name":"fields","item":[{"name":"{collection}","item":[{"name":"{id}","item":[{"name":"Retrieve a Field","id":"a340ddb7-773b-4ce2-8227-d8dbd7645bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/fields/:collection/:id","description":"<p>Retrieves the details of a single field in a given collection.</p>\n","urlObject":{"path":["fields",":collection",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"264cfa84-5aaa-470f-83e0-17bce6cfcf41","description":{"content":"<p>(Required) Unique identifier of the collection the item resides in.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"},{"id":"e3ef4d0a-afa8-41a4-b59e-0121ca4ab1e0","description":{"content":"<p>(Required) Unique identifier of the field.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"4884a067-0489-46c9-90a9-e3252a14febf","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interface\": \"<string>\",\n    \"options\": {\n      \"nullable\": true\n    },\n    \"display\": \"<string>\",\n    \"display_options\": {\n      \"nullable\": true\n    },\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"<string>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"note\": \"<string>\",\n    \"conditions\": {\n      \"nullable\": true\n    },\n    \"required\": \"<boolean>\",\n    \"group\": \"<integer>\",\n    \"validation\": {\n      \"nullable\": true\n    },\n    \"validation_message\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"91d198ce-ef0c-41cb-83e0-572d3d0d1a0c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9ac613f7-28df-47b6-a2b5-7e0dd980c77b","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a340ddb7-773b-4ce2-8227-d8dbd7645bef"},{"name":"Update a Field","id":"8388048d-7f34-4333-aede-00ed3943b799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": null,\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/fields/:collection/:id","description":"<p>Update an existing field.</p>\n","urlObject":{"path":["fields",":collection",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5a769b47-6974-4702-bbb0-0fff4cd3c0f7","description":{"content":"<p>(Required) Unique identifier of the collection the item resides in.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"},{"id":"89523185-572d-47d5-9d2f-33f520fd1a29","description":{"content":"<p>(Required) Unique identifier of the field.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ade7b202-8b1f-4a57-9546-4399877f11b7","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": null,\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interface\": \"<string>\",\n    \"options\": {\n      \"nullable\": true\n    },\n    \"display\": \"<string>\",\n    \"display_options\": {\n      \"nullable\": true\n    },\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"<string>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"note\": \"<string>\",\n    \"conditions\": {\n      \"nullable\": true\n    },\n    \"required\": \"<boolean>\",\n    \"group\": \"<integer>\",\n    \"validation\": {\n      \"nullable\": true\n    },\n    \"validation_message\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"d8471fd0-2abc-4886-955d-5cafd54eae1b","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": null,\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"58ce0c5c-5d06-4d96-be5a-9f22e8a5a59d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": null,\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8388048d-7f34-4333-aede-00ed3943b799"},{"name":"Delete a Field","id":"1e0d7088-4efa-42df-8b59-112c7fb744e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/fields/:collection/:id","description":"<p>Delete an existing field.</p>\n","urlObject":{"path":["fields",":collection",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"63233b12-e93b-4cd9-b707-5fb95209dde5","description":{"content":"<p>(Required) Unique identifier of the collection the item resides in.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"},{"id":"b75c64b8-30e2-4980-b782-0c185ea1b6f8","description":{"content":"<p>(Required) Unique identifier of the field.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"2d7eb14a-372f-46eb-af43-7fe0a2f0ec3b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b5849d22-c3c2-4957-8e38-de992ef458e2","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"33725d03-fb53-4842-8b00-2b65205e78fa","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection/:id","host":["https://app.empress.eco"],"path":["fields",":collection",":id"],"variable":[{"key":"collection"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1e0d7088-4efa-42df-8b59-112c7fb744e0"}],"id":"64305693-a05c-42fc-888d-86ca1c3c44c7","_postman_id":"64305693-a05c-42fc-888d-86ca1c3c44c7","description":""},{"name":"List Fields in Collection","id":"cc1e394a-564a-4746-b04d-015dc300f050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/fields/:collection?sort=<string>,<string>","description":"<p>Returns a list of the fields available in the given collection.</p>\n","urlObject":{"path":["fields",":collection"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"}],"variable":[{"id":"1b3d9985-da5c-41de-adfe-45262e1ec05a","description":{"content":"<p>(Required) Unique identifier of the collection the item resides in.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"}]}},"response":[{"id":"5ab67b51-a818-4940-a4a1-465aa137fa1e","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection?sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields",":collection"],"query":[{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}],"variable":[{"key":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"field\": \"<string>\",\n      \"special\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interface\": \"<string>\",\n      \"options\": {\n        \"nullable\": true\n      },\n      \"display\": \"<string>\",\n      \"display_options\": {\n        \"nullable\": true\n      },\n      \"readonly\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"sort\": \"<integer>\",\n      \"width\": \"<string>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"note\": \"<string>\",\n      \"conditions\": {\n        \"nullable\": true\n      },\n      \"required\": \"<boolean>\",\n      \"group\": \"<integer>\",\n      \"validation\": {\n        \"nullable\": true\n      },\n      \"validation_message\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"field\": \"<string>\",\n      \"special\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interface\": \"<string>\",\n      \"options\": {\n        \"nullable\": true\n      },\n      \"display\": \"<string>\",\n      \"display_options\": {\n        \"nullable\": true\n      },\n      \"readonly\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"sort\": \"<integer>\",\n      \"width\": \"<string>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"note\": \"<string>\",\n      \"conditions\": {\n        \"nullable\": true\n      },\n      \"required\": \"<boolean>\",\n      \"group\": \"<integer>\",\n      \"validation\": {\n        \"nullable\": true\n      },\n      \"validation_message\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ]\n}"},{"id":"c6f3d58f-4558-490f-bab6-3c5644ac7f6a","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection?sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields",":collection"],"query":[{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}],"variable":[{"key":"collection"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"e91faf8b-8fd9-4f93-bcac-d83020c7fd96","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields/:collection?sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields",":collection"],"query":[{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}],"variable":[{"key":"collection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cc1e394a-564a-4746-b04d-015dc300f050"},{"name":"Create Field in Collection","id":"8be9de51-12ff-4d5b-8baf-f7b57c568229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"half\",\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/fields/:collection","description":"<p>Create a new field in a given collection.</p>\n","urlObject":{"path":["fields",":collection"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"228719e8-1003-4885-93e5-8ee8dacfe2a7","description":{"content":"<p>(Required) Unique identifier of the collection the item resides in.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"collection"}]}},"response":[{"id":"cb29efec-b9aa-43ec-8040-aa38b013840d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"half\",\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection","host":["https://app.empress.eco"],"path":["fields",":collection"],"variable":[{"key":"collection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interface\": \"<string>\",\n    \"options\": {\n      \"nullable\": true\n    },\n    \"display\": \"<string>\",\n    \"display_options\": {\n      \"nullable\": true\n    },\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"<string>\",\n    \"translations\": {\n      \"nullable\": true\n    },\n    \"note\": \"<string>\",\n    \"conditions\": {\n      \"nullable\": true\n    },\n    \"required\": \"<boolean>\",\n    \"group\": \"<integer>\",\n    \"validation\": {\n      \"nullable\": true\n    },\n    \"validation_message\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"94f893b9-bbc0-4fe5-8a38-75362f06688c","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"half\",\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection","host":["https://app.empress.eco"],"path":["fields",":collection"],"variable":[{"key":"collection"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"972f37e4-cfed-498b-92c4-7926b361b0d7","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"field\": \"<string>\",\n  \"type\": \"<string>\",\n  \"schema\": {\n    \"name\": \"<string>\",\n    \"table\": \"<string>\",\n    \"type\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"max_length\": \"<integer>\",\n    \"is_nullable\": \"<boolean>\",\n    \"is_primary_key\": \"<boolean>\",\n    \"has_auto_increment\": \"<boolean>\",\n    \"foreign_key_column\": \"<string>\",\n    \"foreign_key_table\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"foreign_key_schema\": \"<string>\"\n  },\n  \"meta\": {\n    \"id\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"field\": \"<string>\",\n    \"special\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"system-interface\": \"<string>\",\n    \"options\": {},\n    \"display\": \"<string>\",\n    \"display_options\": {},\n    \"locked\": \"<boolean>\",\n    \"readonly\": \"<boolean>\",\n    \"hidden\": \"<boolean>\",\n    \"sort\": \"<integer>\",\n    \"width\": \"half\",\n    \"group\": \"<integer>\",\n    \"translation\": {},\n    \"note\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/fields/:collection","host":["https://app.empress.eco"],"path":["fields",":collection"],"variable":[{"key":"collection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8be9de51-12ff-4d5b-8baf-f7b57c568229"}],"id":"0a418e6a-0e43-4ea7-baa2-b5259c62716c","_postman_id":"0a418e6a-0e43-4ea7-baa2-b5259c62716c","description":""},{"name":"List All Fields","id":"cb7f13db-15b2-4126-8e96-ec2914a1be1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/fields?limit=<integer>&sort=<string>,<string>","description":"<p>Returns a list of the fields available in the project.</p>\n","urlObject":{"path":["fields"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"}],"variable":[]}},"response":[{"id":"bbf3aade-d458-4ae4-8f79-fc37a928ff2a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields?limit=<integer>&sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"field\": \"<string>\",\n      \"special\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interface\": \"<string>\",\n      \"options\": {\n        \"nullable\": true\n      },\n      \"display\": \"<string>\",\n      \"display_options\": {\n        \"nullable\": true\n      },\n      \"readonly\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"sort\": \"<integer>\",\n      \"width\": \"<string>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"note\": \"<string>\",\n      \"conditions\": {\n        \"nullable\": true\n      },\n      \"required\": \"<boolean>\",\n      \"group\": \"<integer>\",\n      \"validation\": {\n        \"nullable\": true\n      },\n      \"validation_message\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"field\": \"<string>\",\n      \"special\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interface\": \"<string>\",\n      \"options\": {\n        \"nullable\": true\n      },\n      \"display\": \"<string>\",\n      \"display_options\": {\n        \"nullable\": true\n      },\n      \"readonly\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"sort\": \"<integer>\",\n      \"width\": \"<string>\",\n      \"translations\": {\n        \"nullable\": true\n      },\n      \"note\": \"<string>\",\n      \"conditions\": {\n        \"nullable\": true\n      },\n      \"required\": \"<boolean>\",\n      \"group\": \"<integer>\",\n      \"validation\": {\n        \"nullable\": true\n      },\n      \"validation_message\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ]\n}"},{"id":"9ec69606-b123-4d4e-9a46-f294fcb387d2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields?limit=<integer>&sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"b96d8842-2308-4aff-8f43-b5ac150e670f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/fields?limit=<integer>&sort=<string>,<string>","host":["https://app.empress.eco"],"path":["fields"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cb7f13db-15b2-4126-8e96-ec2914a1be1b"}],"id":"ce531f96-4ad6-484f-9518-7d511d4cdef5","_postman_id":"ce531f96-4ad6-484f-9518-7d511d4cdef5","description":""},{"name":"files","item":[{"name":"{id}","item":[{"name":"Retrieve a Files","id":"0558b076-4f85-4bad-bac9-7e39a11c2cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single file by unique identifier.</p>\n","urlObject":{"path":["files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"a462f0ab-a3df-418a-b819-c63ea7e71cd9","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d9230369-6004-4562-b902-93a49f20a2b7","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"storage\": \"<string>\",\n    \"filename_disk\": \"<string>\",\n    \"filename_download\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"folder\": \"<string>\",\n    \"uploaded_by\": \"<string>\",\n    \"uploaded_on\": \"<dateTime>\",\n    \"modified_by\": \"<uuid>\",\n    \"modified_on\": \"<string>\",\n    \"charset\": \"<string>\",\n    \"filesize\": \"<integer>\",\n    \"width\": \"<integer>\",\n    \"height\": \"<integer>\",\n    \"duration\": \"<integer>\",\n    \"embed\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"metadata\": {},\n    \"tenant\": \"<uuid>\",\n    \"storage_divider\": \"<string>\"\n  }\n}"},{"id":"7d171ed3-136c-4bd9-9ce0-a27ecdddd3c2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0558b076-4f85-4bad-bac9-7e39a11c2cd9"},{"name":"Update a File","id":"2070157b-3749-4fac-9407-fa29977a7bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"<string>\",\n  \"filename_download\": \"<string>\",\n  \"description\": \"<string>\",\n  \"folder\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing file, and/or replace it's file contents.</p>\n","urlObject":{"path":["files",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"7e6fade8-dbd5-473d-9257-6be9653decaf","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d6b211f2-0100-40df-98c0-75b4e3a75078","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"<string>\",\n  \"filename_download\": \"<string>\",\n  \"description\": \"<string>\",\n  \"folder\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"storage\": \"<string>\",\n    \"filename_disk\": \"<string>\",\n    \"filename_download\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"folder\": \"<string>\",\n    \"uploaded_by\": \"<string>\",\n    \"uploaded_on\": \"<dateTime>\",\n    \"modified_by\": \"<uuid>\",\n    \"modified_on\": \"<string>\",\n    \"charset\": \"<string>\",\n    \"filesize\": \"<integer>\",\n    \"width\": \"<integer>\",\n    \"height\": \"<integer>\",\n    \"duration\": \"<integer>\",\n    \"embed\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"metadata\": {},\n    \"tenant\": \"<uuid>\",\n    \"storage_divider\": \"<string>\"\n  }\n}"},{"id":"b3a9b2db-d843-471a-93c1-3e638f381db2","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"<string>\",\n  \"filename_download\": \"<string>\",\n  \"description\": \"<string>\",\n  \"folder\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/files/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2070157b-3749-4fac-9407-fa29977a7bc1"},{"name":"Delete a File","id":"5c4b28d4-24a0-4a33-98db-b2fad14cf350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/files/:id","description":"<p>Delete an existing file.</p>\n","urlObject":{"path":["files",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7348440e-e3bb-47b4-991c-6d0e2f9b8c2b","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"4d1779ab-c2a5-4d7b-b16c-c82bb35ccad9","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/files/:id","host":["https://app.empress.eco"],"path":["files",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6bac383f-285e-4639-823e-ff75ae8e5406","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/files/:id","host":["https://app.empress.eco"],"path":["files",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c4b28d4-24a0-4a33-98db-b2fad14cf350"}],"id":"7074fb32-9062-4cee-99e8-654e08364c74","_postman_id":"7074fb32-9062-4cee-99e8-654e08364c74","description":""},{"name":"List Files","id":"a635b000-7602-498a-a01f-ced6ecd8e108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","description":"<p>List the files.</p>\n","urlObject":{"path":["files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"98d0afe5-7cfe-4c93-8f21-aa5e854019dd","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"storage\": \"<string>\",\n      \"filename_disk\": \"<string>\",\n      \"filename_download\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"folder\": \"<string>\",\n      \"uploaded_by\": \"<string>\",\n      \"uploaded_on\": \"<dateTime>\",\n      \"modified_by\": \"<uuid>\",\n      \"modified_on\": \"<string>\",\n      \"charset\": \"<string>\",\n      \"filesize\": \"<integer>\",\n      \"width\": \"<integer>\",\n      \"height\": \"<integer>\",\n      \"duration\": \"<integer>\",\n      \"embed\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"metadata\": {},\n      \"tenant\": \"<uuid>\",\n      \"storage_divider\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"storage\": \"<string>\",\n      \"filename_disk\": \"<string>\",\n      \"filename_download\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"folder\": \"<string>\",\n      \"uploaded_by\": \"<string>\",\n      \"uploaded_on\": \"<dateTime>\",\n      \"modified_by\": \"<uuid>\",\n      \"modified_on\": \"<string>\",\n      \"charset\": \"<string>\",\n      \"filesize\": \"<integer>\",\n      \"width\": \"<integer>\",\n      \"height\": \"<integer>\",\n      \"duration\": \"<integer>\",\n      \"embed\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"metadata\": {},\n      \"tenant\": \"<uuid>\",\n      \"storage_divider\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7cc3125b-852f-4d70-88ed-0978339e41cc","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a635b000-7602-498a-a01f-ced6ecd8e108"},{"name":"Create a File","id":"b24ee7a9-48fb-490f-81ff-803bda1728b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/files","description":"<p>Create a new file</p>\n","urlObject":{"path":["files"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e8c13779-738f-4428-809e-8a38f5a8aa47","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"storage\": \"<string>\",\n    \"filename_disk\": \"<string>\",\n    \"filename_download\": \"<string>\",\n    \"title\": \"<string>\",\n    \"type\": \"<string>\",\n    \"folder\": \"<string>\",\n    \"uploaded_by\": \"<string>\",\n    \"uploaded_on\": \"<dateTime>\",\n    \"modified_by\": \"<uuid>\",\n    \"modified_on\": \"<string>\",\n    \"charset\": \"<string>\",\n    \"filesize\": \"<integer>\",\n    \"width\": \"<integer>\",\n    \"height\": \"<integer>\",\n    \"duration\": \"<integer>\",\n    \"embed\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"metadata\": {},\n    \"tenant\": \"<uuid>\",\n    \"storage_divider\": \"<string>\"\n  }\n}"},{"id":"be39187a-de79-46d2-8f70-7b6e6ca99e96","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b24ee7a9-48fb-490f-81ff-803bda1728b6"},{"name":"Update Multiple Files","id":"47f592e3-7093-4332-9acd-a4a5ccfa87bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"data\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple files at the same time.</p>\n","urlObject":{"path":["files"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"daa19094-5fab-434e-9d08-80eb0ce54f3c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"data\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"storage\": \"<string>\",\n      \"filename_disk\": \"<string>\",\n      \"filename_download\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"folder\": \"<string>\",\n      \"uploaded_by\": \"<string>\",\n      \"uploaded_on\": \"<dateTime>\",\n      \"modified_by\": \"<uuid>\",\n      \"modified_on\": \"<string>\",\n      \"charset\": \"<string>\",\n      \"filesize\": \"<integer>\",\n      \"width\": \"<integer>\",\n      \"height\": \"<integer>\",\n      \"duration\": \"<integer>\",\n      \"embed\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"metadata\": {},\n      \"tenant\": \"<uuid>\",\n      \"storage_divider\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"storage\": \"<string>\",\n      \"filename_disk\": \"<string>\",\n      \"filename_download\": \"<string>\",\n      \"title\": \"<string>\",\n      \"type\": \"<string>\",\n      \"folder\": \"<string>\",\n      \"uploaded_by\": \"<string>\",\n      \"uploaded_on\": \"<dateTime>\",\n      \"modified_by\": \"<uuid>\",\n      \"modified_on\": \"<string>\",\n      \"charset\": \"<string>\",\n      \"filesize\": \"<integer>\",\n      \"width\": \"<integer>\",\n      \"height\": \"<integer>\",\n      \"duration\": \"<integer>\",\n      \"embed\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"metadata\": {},\n      \"tenant\": \"<uuid>\",\n      \"storage_divider\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"414ea2d0-400f-492d-84e4-25d83509c070","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"data\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/files?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["files"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"47f592e3-7093-4332-9acd-a4a5ccfa87bc"},{"name":"Delete Multiple Files","id":"28d5692f-3d96-42e3-ad8a-68ac38769cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/files","description":"<p>Delete multiple existing files.</p>\n","urlObject":{"path":["files"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"52b3ae36-440e-4534-8c66-a5a708f1ef66","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/files"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"da971e0f-f2a1-4db0-a743-f18c8907ce5b","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"28d5692f-3d96-42e3-ad8a-68ac38769cb0"}],"id":"97f573c3-487f-452f-9fbc-08478254882a","_postman_id":"97f573c3-487f-452f-9fbc-08478254882a","description":""},{"name":"folders","item":[{"name":"{id}","item":[{"name":"Retrieve a Folder","id":"e90942d4-7dc1-4206-b4c6-a2efee7b95cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single folder by unique identifier.</p>\n","urlObject":{"path":["folders",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"0280169e-b6fb-4723-84aa-2c98c504f031","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"727ba913-d3a2-41e2-abe2-421f66f3f055","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"a3860945-ded3-45b9-bdd9-68fb755c2e3c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dd36b221-aabe-4afe-8608-ea37e25c6458","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e90942d4-7dc1-4206-b4c6-a2efee7b95cf"},{"name":"Update a Folder","id":"a6c47e5a-85e9-42a9-8834-fc670837b385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing folder</p>\n","urlObject":{"path":["folders",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d2e77717-0d4e-4f61-9fb9-c4e6efaff124","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"9686477d-dfa2-4d69-9817-ad29b931149a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"4bd60515-fff9-49d2-9546-2777f9ae4c38","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"1e573c80-bcdb-4daf-bf59-4fbe01ff7924","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a6c47e5a-85e9-42a9-8834-fc670837b385"},{"name":"Delete a Folder","id":"359243bb-4686-4c15-b509-a20a0642f9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/folders/:id","description":"<p>Delete an existing folder</p>\n","urlObject":{"path":["folders",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"1d1f6f6a-58b1-4b20-a635-65c3ec6a927d","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"3e2bf94b-d36d-47a2-8d30-c6fc8c831052","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/folders/:id","host":["https://app.empress.eco"],"path":["folders",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4b04f09c-70fa-413b-a9c6-cd70f95f89a9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders/:id","host":["https://app.empress.eco"],"path":["folders",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7ccfd14b-93d6-4153-a946-e7c8ae6836c5","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders/:id","host":["https://app.empress.eco"],"path":["folders",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"359243bb-4686-4c15-b509-a20a0642f9df"}],"id":"945c9816-d2b6-42f6-a430-8ca7a6a8d453","_postman_id":"945c9816-d2b6-42f6-a430-8ca7a6a8d453","description":""},{"name":"List Folders","id":"539fd161-fb19-4f1e-bd71-b558717d4825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","description":"<p>List the folders.</p>\n","urlObject":{"path":["folders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"21b115ab-356d-4187-be40-b723a052f84a","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"2bca7cf9-ee2d-47a4-88b1-f01c36624f27","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"89ad30d8-f0ba-4bfd-8943-8f96ff93b8cc","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"539fd161-fb19-4f1e-bd71-b558717d4825"},{"name":"Create a Folder","id":"d24aeb3c-e9cf-425d-a089-a4a5577259ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/folders?fields=<string>,<string>&meta=<string>","description":"<p>Create a new folder.</p>\n","urlObject":{"path":["folders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f62cf255-7bfc-4ec9-8c55-74711aad947f","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"organizations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"0a4ea675-daa6-4cea-9fbb-44ef6b90965e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d59a8b1c-a940-4dd6-be57-844fdc2de625","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"parent\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d24aeb3c-e9cf-425d-a089-a4a5577259ab"},{"name":"Update Multiple Folders","id":"4dd9faad-1dce-4377-99a2-73ffc64f35d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"parent\": \"<integer>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple folders at the same time.</p>\n","urlObject":{"path":["folders"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0af15c5e-6fec-4808-b45b-bf92af609d85","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"parent\": \"<integer>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"organizations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"450fde9a-3fda-4154-8413-baabec615ed2","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"parent\": \"<integer>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/folders?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["folders"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4dd9faad-1dce-4377-99a2-73ffc64f35d4"},{"name":"Delete Multiple Folders","id":"a595664a-204b-4596-9200-800d6b93667d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/folders","description":"<p>Delete multiple existing folders.</p>\n","urlObject":{"path":["folders"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2d6bca10-5672-492b-998a-c356e19dca3e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/folders"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8249b82-4c3f-4084-838d-57394d21483e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a595664a-204b-4596-9200-800d6b93667d"}],"id":"e6646a89-10b4-4711-9203-7d682c3fa953","_postman_id":"e6646a89-10b4-4711-9203-7d682c3fa953","description":""},{"name":"permissions","item":[{"name":"me","item":[{"name":"List My Permissions","id":"fa0a1690-70a2-472b-807d-7f34b524dee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/me","description":"<p>List the permissions that apply to the current user.</p>\n","urlObject":{"path":["permissions","me"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e104d43b-bb22-48c1-b35a-ae87e46159e5","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"delete\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"update\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    }\n  ]\n}"},{"id":"37071150-0c1b-4f7a-9ae7-78fbf0867d6c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"23b97640-518a-4f64-ab72-20f3d8a85dda","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/me"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fa0a1690-70a2-472b-807d-7f34b524dee8"}],"id":"ad17dfa5-6720-4737-9573-2bd7a6d282dd","_postman_id":"ad17dfa5-6720-4737-9573-2bd7a6d282dd","description":""},{"name":"{id}","item":[{"name":"Retrieve a Permission","id":"adcabfbd-ccd3-47cc-81b1-8ecd269d34a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single permissions object by unique identifier.</p>\n","urlObject":{"path":["permissions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"ce471fab-0adb-487c-b1bb-5b4693c393ee","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e8fd4858-0e01-468d-abb2-7c34bfa5151d","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"action\": \"delete\",\n    \"permissions\": {},\n    \"validation\": {},\n    \"presets\": {},\n    \"fields\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"83b204e3-c611-480e-a0e2-fa3c7194a02d","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d7edb4dd-dde4-420e-93b0-9113a73f35ea","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"adcabfbd-ccd3-47cc-81b1-8ecd269d34a9"},{"name":"Update a Permission","id":"badd193b-fe27-414f-99d2-db8ae14f11d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": {},\n  \"comment\": \"update\",\n  \"create\": \"none\",\n  \"delete\": \"none\",\n  \"explain\": \"create\",\n  \"read\": \"none\",\n  \"read_field_blacklist\": {},\n  \"role\": {},\n  \"status\": {},\n  \"status_blacklist\": {},\n  \"update\": \"full\",\n  \"write_field_blacklist\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/permissions/:id?meta=<string>","description":"<p>Update an existing permission</p>\n","urlObject":{"path":["permissions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d239904e-c47e-48a7-9d0f-5de04bfc4ba2","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a5c61d4c-b72f-403b-bc86-cdee6afb22ee","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": {},\n  \"comment\": \"update\",\n  \"create\": \"none\",\n  \"delete\": \"none\",\n  \"explain\": \"create\",\n  \"read\": \"none\",\n  \"read_field_blacklist\": {},\n  \"role\": {},\n  \"status\": {},\n  \"status_blacklist\": {},\n  \"update\": \"full\",\n  \"write_field_blacklist\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions/:id?meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"action\": \"delete\",\n    \"permissions\": {},\n    \"validation\": {},\n    \"presets\": {},\n    \"fields\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"e112a64e-aa89-458b-ac7e-e216f35c9f1d","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": {},\n  \"comment\": \"update\",\n  \"create\": \"none\",\n  \"delete\": \"none\",\n  \"explain\": \"create\",\n  \"read\": \"none\",\n  \"read_field_blacklist\": {},\n  \"role\": {},\n  \"status\": {},\n  \"status_blacklist\": {},\n  \"update\": \"full\",\n  \"write_field_blacklist\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions/:id?meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9d7b2e56-8890-47bf-89dc-a40cd5fdf08c","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": {},\n  \"comment\": \"update\",\n  \"create\": \"none\",\n  \"delete\": \"none\",\n  \"explain\": \"create\",\n  \"read\": \"none\",\n  \"read_field_blacklist\": {},\n  \"role\": {},\n  \"status\": {},\n  \"status_blacklist\": {},\n  \"update\": \"full\",\n  \"write_field_blacklist\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions/:id?meta=<string>","host":["https://app.empress.eco"],"path":["permissions",":id"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"badd193b-fe27-414f-99d2-db8ae14f11d8"},{"name":"Delete a Permission","id":"784f1069-68ce-421b-b34c-d81f2483cba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions/:id","description":"<p>Delete an existing permission</p>\n","urlObject":{"path":["permissions",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"d1fe2e9d-46f1-43b7-9aaa-4ecfa9b6c3d6","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a037bfad-3d43-4a77-a499-ada97fe419d8","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/permissions/:id","host":["https://app.empress.eco"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67074509-9e8c-4187-9f4c-6d145bbe854e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions/:id","host":["https://app.empress.eco"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"2681a012-8478-46a8-bf37-aa2e4ea73912","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions/:id","host":["https://app.empress.eco"],"path":["permissions",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"784f1069-68ce-421b-b34c-d81f2483cba9"}],"id":"4e0dfa7f-c404-442c-8cc0-3dac3be29b83","_postman_id":"4e0dfa7f-c404-442c-8cc0-3dac3be29b83","description":""},{"name":"List Permissions","id":"0a4836b5-6844-4d96-9976-482de2e7034b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","description":"<p>List all permissions.</p>\n","urlObject":{"path":["permissions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"dccc57f2-8da1-4bae-a042-e6abe5f128d0","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"read\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"update\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"86f63105-ec11-45f3-9253-658b5d82b8f1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"24d2d822-c0a1-42a8-8e2c-3d21db0e3f13","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0a4836b5-6844-4d96-9976-482de2e7034b"},{"name":"Create a Permission","id":"aff1c278-8665-4859-94a4-dcd67852b5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"comment\": \"update\",\n  \"create\": \"full\",\n  \"delete\": \"full\",\n  \"explain\": \"create\",\n  \"read\": \"full\",\n  \"role\": \"<integer>\",\n  \"read_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"status\": \"<string>\",\n  \"status_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"update\": \"mine\",\n  \"write_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/permissions?meta=<string>","description":"<p>Create a new permission.</p>\n","urlObject":{"path":["permissions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1e4fe9d6-d89e-42df-9bc7-8f6fc17370a8","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"comment\": \"update\",\n  \"create\": \"full\",\n  \"delete\": \"full\",\n  \"explain\": \"create\",\n  \"read\": \"full\",\n  \"role\": \"<integer>\",\n  \"read_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"status\": \"<string>\",\n  \"status_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"update\": \"mine\",\n  \"write_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions?meta=<string>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"action\": \"delete\",\n    \"permissions\": {},\n    \"validation\": {},\n    \"presets\": {},\n    \"fields\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"75f92c72-eefb-4b12-9b8d-b435bbe59dcd","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"comment\": \"update\",\n  \"create\": \"full\",\n  \"delete\": \"full\",\n  \"explain\": \"create\",\n  \"read\": \"full\",\n  \"role\": \"<integer>\",\n  \"read_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"status\": \"<string>\",\n  \"status_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"update\": \"mine\",\n  \"write_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions?meta=<string>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9fd393da-23d9-405a-927f-a57a9f98266c","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"comment\": \"update\",\n  \"create\": \"full\",\n  \"delete\": \"full\",\n  \"explain\": \"create\",\n  \"read\": \"full\",\n  \"role\": \"<integer>\",\n  \"read_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"status\": \"<string>\",\n  \"status_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"update\": \"mine\",\n  \"write_field_blacklist\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions?meta=<string>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aff1c278-8665-4859-94a4-dcd67852b5d0"},{"name":"Update Multiple Permissions","id":"1d272e7a-a90d-4f6f-83ad-fc0773fe5792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"comment\": \"create\",\n    \"create\": \"full\",\n    \"delete\": \"full\",\n    \"explain\": \"none\",\n    \"read\": \"mine\",\n    \"role\": \"<integer>\",\n    \"read_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": \"<string>\",\n    \"status_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"update\": \"none\",\n    \"write_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple permissions at the same time.</p>\n","urlObject":{"path":["permissions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"60eab1e2-214f-419a-90a0-f1b71d1ac83a","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"comment\": \"create\",\n    \"create\": \"full\",\n    \"delete\": \"full\",\n    \"explain\": \"none\",\n    \"read\": \"mine\",\n    \"role\": \"<integer>\",\n    \"read_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": \"<string>\",\n    \"status_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"update\": \"none\",\n    \"write_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"read\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"action\": \"update\",\n      \"permissions\": {},\n      \"validation\": {},\n      \"presets\": {},\n      \"fields\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7df37379-083e-456e-b99b-f613a7ebb84a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"comment\": \"create\",\n    \"create\": \"full\",\n    \"delete\": \"full\",\n    \"explain\": \"none\",\n    \"read\": \"mine\",\n    \"role\": \"<integer>\",\n    \"read_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": \"<string>\",\n    \"status_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"update\": \"none\",\n    \"write_field_blacklist\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/permissions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["permissions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1d272e7a-a90d-4f6f-83ad-fc0773fe5792"},{"name":"Delete Multiple Permissions","id":"7e6eb355-487b-4b71-80be-f00e80d09433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions","description":"<p>Delete multiple existing permissions.</p>\n","urlObject":{"path":["permissions"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"44bef0a7-1ee3-4bfa-83f1-d428f8d74755","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75cdcc7b-308c-4a37-a93b-a83df2a96ad9","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/permissions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7e6eb355-487b-4b71-80be-f00e80d09433"}],"id":"2e96c04c-d897-4f94-b783-aa4755f5b093","_postman_id":"2e96c04c-d897-4f94-b783-aa4755f5b093","description":""},{"name":"presets","item":[{"name":"{id}","item":[{"name":"Retrieve a Preset","id":"1ccc44dc-f172-40b1-a9fc-65786d9b219e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single preset by unique identifier.</p>\n","urlObject":{"path":["presets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"5abf8881-df42-4463-8ea8-fda7bf4e6e0c","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"27841973-9aa9-4667-b839-a3eef6b6d646","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"bookmark\": \"<string>\",\n    \"user\": \"<string>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"search\": \"<string>\",\n    \"layout\": \"<string>\",\n    \"layout_query\": {\n      \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n      \"example\": {\n        \"cards\": {\n          \"sort\": \"-published_on\"\n        }\n      },\n      \"nullable\": true\n    },\n    \"layout_options\": {\n      \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n      \"example\": {\n        \"cards\": {\n          \"icon\": \"account_circle\",\n          \"title\": \"{{ first_name }} {{ last_name }}\",\n          \"subtitle\": \"{{ title }}\",\n          \"size\": 3\n        }\n      },\n      \"nullable\": true\n    },\n    \"refresh_interval\": \"<integer>\",\n    \"filter\": {\n      \"nullable\": true\n    },\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"27df53ef-cd08-4cac-a699-6c114c7cdbfc","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1ccc44dc-f172-40b1-a9fc-65786d9b219e"},{"name":"Update a Preset","id":"e24d9be3-093c-4835-824d-a95af72b5e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<integer>\",\n  \"search_query\": \"<string>\",\n  \"filters\": [\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"view_type\": \"<string>\",\n  \"view_query\": \"<string>\",\n  \"view_options\": \"<string>\",\n  \"translation\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing preset.</p>\n","urlObject":{"path":["presets",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"18104d31-8673-4b50-9e61-551b22024ce4","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0c4a11c7-13aa-4247-b0fe-e67ac705c693","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<integer>\",\n  \"search_query\": \"<string>\",\n  \"filters\": [\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"view_type\": \"<string>\",\n  \"view_query\": \"<string>\",\n  \"view_options\": \"<string>\",\n  \"translation\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"bookmark\": \"<string>\",\n    \"user\": \"<string>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"search\": \"<string>\",\n    \"layout\": \"<string>\",\n    \"layout_query\": {\n      \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n      \"example\": {\n        \"cards\": {\n          \"sort\": \"-published_on\"\n        }\n      },\n      \"nullable\": true\n    },\n    \"layout_options\": {\n      \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n      \"example\": {\n        \"cards\": {\n          \"icon\": \"account_circle\",\n          \"title\": \"{{ first_name }} {{ last_name }}\",\n          \"subtitle\": \"{{ title }}\",\n          \"size\": 3\n        }\n      },\n      \"nullable\": true\n    },\n    \"refresh_interval\": \"<integer>\",\n    \"filter\": {\n      \"nullable\": true\n    },\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"9f7bbea2-4aff-401f-b527-b8818a6011cf","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<integer>\",\n  \"search_query\": \"<string>\",\n  \"filters\": [\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"view_type\": \"<string>\",\n  \"view_query\": \"<string>\",\n  \"view_options\": \"<string>\",\n  \"translation\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e24d9be3-093c-4835-824d-a95af72b5e7a"},{"name":"Delete a Preset","id":"03e198c5-c042-4359-8d2a-6e19231af096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/presets/:id","description":"<p>Delete an existing preset.</p>\n","urlObject":{"path":["presets",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"626ab1ea-e8e5-4311-a6fc-46deebd6c538","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c2d70e98-f070-4231-ad74-391a58a74dd9","name":"Successful request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets/:id","host":["https://app.empress.eco"],"path":["presets",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8d2b7d76-cbbf-4dbd-8355-f2582f13e90d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets/:id","host":["https://app.empress.eco"],"path":["presets",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"03e198c5-c042-4359-8d2a-6e19231af096"}],"id":"e5b74211-0819-4fca-b8d2-29cd51f13075","_postman_id":"e5b74211-0819-4fca-b8d2-29cd51f13075","description":""},{"name":"List Presets","id":"82d3c42b-f5b8-42e0-9b44-d075a4890e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&offset=<integer>&page=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","description":"<p>List the presets.</p>\n","urlObject":{"path":["presets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"e5b5b3f4-2690-4a95-8ba7-b9eed3d79631","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&offset=<integer>&page=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"bookmark\": \"<string>\",\n      \"user\": \"<string>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"search\": \"<string>\",\n      \"layout\": \"<string>\",\n      \"layout_query\": {\n        \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n        \"example\": {\n          \"cards\": {\n            \"sort\": \"-published_on\"\n          }\n        },\n        \"nullable\": true\n      },\n      \"layout_options\": {\n        \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n        \"example\": {\n          \"cards\": {\n            \"icon\": \"account_circle\",\n            \"title\": \"{{ first_name }} {{ last_name }}\",\n            \"subtitle\": \"{{ title }}\",\n            \"size\": 3\n          }\n        },\n        \"nullable\": true\n      },\n      \"refresh_interval\": \"<integer>\",\n      \"filter\": {\n        \"nullable\": true\n      },\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"bookmark\": \"<string>\",\n      \"user\": \"<string>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"search\": \"<string>\",\n      \"layout\": \"<string>\",\n      \"layout_query\": {\n        \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n        \"example\": {\n          \"cards\": {\n            \"sort\": \"-published_on\"\n          }\n        },\n        \"nullable\": true\n      },\n      \"layout_options\": {\n        \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n        \"example\": {\n          \"cards\": {\n            \"icon\": \"account_circle\",\n            \"title\": \"{{ first_name }} {{ last_name }}\",\n            \"subtitle\": \"{{ title }}\",\n            \"size\": 3\n          }\n        },\n        \"nullable\": true\n      },\n      \"refresh_interval\": \"<integer>\",\n      \"filter\": {\n        \"nullable\": true\n      },\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"af657566-1e3b-46af-b251-f8c9291020b2","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&offset=<integer>&page=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"82d3c42b-f5b8-42e0-9b44-d075a4890e7d"},{"name":"Create a Preset","id":"64ee120a-ba28-43ca-9ff8-3d24d055734c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<string>\",\n  \"search\": \"<string>\",\n  \"filters\": [\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"layout\": \"<string>\",\n  \"layout_query\": \"<string>\",\n  \"layout_options\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/presets?fields=<string>,<string>&meta=<string>","description":"<p>Create a new preset.</p>\n","urlObject":{"path":["presets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"29477b3a-e9bc-4ca3-916c-af22ed6d6af9","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<string>\",\n  \"search\": \"<string>\",\n  \"filters\": [\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"layout\": \"<string>\",\n  \"layout_query\": \"<string>\",\n  \"layout_options\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"bookmark\": \"<string>\",\n    \"user\": \"<string>\",\n    \"role\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"search\": \"<string>\",\n    \"layout\": \"<string>\",\n    \"layout_query\": {\n      \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n      \"example\": {\n        \"cards\": {\n          \"sort\": \"-published_on\"\n        }\n      },\n      \"nullable\": true\n    },\n    \"layout_options\": {\n      \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n      \"example\": {\n        \"cards\": {\n          \"icon\": \"account_circle\",\n          \"title\": \"{{ first_name }} {{ last_name }}\",\n          \"subtitle\": \"{{ title }}\",\n          \"size\": 3\n        }\n      },\n      \"nullable\": true\n    },\n    \"refresh_interval\": \"<integer>\",\n    \"filter\": {\n      \"nullable\": true\n    },\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"509161ef-27e8-4082-b993-bf85006fe78e","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection\": \"<string>\",\n  \"title\": \"<string>\",\n  \"role\": \"<string>\",\n  \"search\": \"<string>\",\n  \"filters\": [\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"field\": \"<string>\",\n      \"operator\": \"<string>\",\n      \"value\": \"<integer>\"\n    }\n  ],\n  \"layout\": \"<string>\",\n  \"layout_query\": \"<string>\",\n  \"layout_options\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"64ee120a-ba28-43ca-9ff8-3d24d055734c"},{"name":"Update Multiple Presets","id":"7ef3bf7b-a9fd-42c4-9d3e-53a2c7af205d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"title\": \"<string>\",\n    \"role\": \"<string>\",\n    \"search\": \"<string>\",\n    \"filters\": [\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      }\n    ],\n    \"layout\": \"<string>\",\n    \"layout_query\": \"<string>\",\n    \"layout_options\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple presets at the same time.</p>\n","urlObject":{"path":["presets"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"ba7e26a2-1942-48e4-ab7a-c291e74f53f9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"title\": \"<string>\",\n    \"role\": \"<string>\",\n    \"search\": \"<string>\",\n    \"filters\": [\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      }\n    ],\n    \"layout\": \"<string>\",\n    \"layout_query\": \"<string>\",\n    \"layout_options\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"bookmark\": \"<string>\",\n      \"user\": \"<string>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"search\": \"<string>\",\n      \"layout\": \"<string>\",\n      \"layout_query\": {\n        \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n        \"example\": {\n          \"cards\": {\n            \"sort\": \"-published_on\"\n          }\n        },\n        \"nullable\": true\n      },\n      \"layout_options\": {\n        \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n        \"example\": {\n          \"cards\": {\n            \"icon\": \"account_circle\",\n            \"title\": \"{{ first_name }} {{ last_name }}\",\n            \"subtitle\": \"{{ title }}\",\n            \"size\": 3\n          }\n        },\n        \"nullable\": true\n      },\n      \"refresh_interval\": \"<integer>\",\n      \"filter\": {\n        \"nullable\": true\n      },\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"bookmark\": \"<string>\",\n      \"user\": \"<string>\",\n      \"role\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"search\": \"<string>\",\n      \"layout\": \"<string>\",\n      \"layout_query\": {\n        \"description\": \"Layout query that's saved per layout type. Controls what data is fetched on load. These follow the same format as the JS SDK parameters.\",\n        \"example\": {\n          \"cards\": {\n            \"sort\": \"-published_on\"\n          }\n        },\n        \"nullable\": true\n      },\n      \"layout_options\": {\n        \"description\": \"Options of the views. The properties in here are controlled by the layout.\",\n        \"example\": {\n          \"cards\": {\n            \"icon\": \"account_circle\",\n            \"title\": \"{{ first_name }} {{ last_name }}\",\n            \"subtitle\": \"{{ title }}\",\n            \"size\": 3\n          }\n        },\n        \"nullable\": true\n      },\n      \"refresh_interval\": \"<integer>\",\n      \"filter\": {\n        \"nullable\": true\n      },\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5d7afa0a-85a2-4619-982a-5cf31fcef06c","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"collection\": \"<string>\",\n    \"title\": \"<string>\",\n    \"role\": \"<string>\",\n    \"search\": \"<string>\",\n    \"filters\": [\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"field\": \"<string>\",\n        \"operator\": \"<string>\",\n        \"value\": \"<integer>\"\n      }\n    ],\n    \"layout\": \"<string>\",\n    \"layout_query\": \"<string>\",\n    \"layout_options\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/presets?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["presets"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7ef3bf7b-a9fd-42c4-9d3e-53a2c7af205d"},{"name":"Delete Multiple Presets","id":"bdf279dd-b223-4ac8-ac4e-98e6ddf8496d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/presets","description":"<p>Delete multiple existing presets.</p>\n","urlObject":{"path":["presets"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"f792827c-2344-439c-ab47-aa6d4fd070d1","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/presets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2b968003-b963-4723-8ec8-14a3aea70809","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/presets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bdf279dd-b223-4ac8-ac4e-98e6ddf8496d"}],"id":"4fbd6d51-feee-4dff-823e-4d5a0620cb61","_postman_id":"4fbd6d51-feee-4dff-823e-4d5a0620cb61","description":""},{"name":"relations","item":[{"name":"{id}","item":[{"name":"Retrieve a Relation","id":"a8ff249b-bdba-425c-8207-50761c4e1c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single relation by unique identifier.</p>\n","urlObject":{"path":["relations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"40253a15-675e-417f-a497-9207bda97099","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5365f16d-35cb-4a9f-8d9e-8088a12f517c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"many_collection\": \"<string>\",\n    \"many_field\": \"<string>\",\n    \"one_collection\": \"<string>\",\n    \"one_field\": \"<string>\",\n    \"one_collection_field\": \"<string>\",\n    \"one_allowed_collections\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"junction_field\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"one_deselect_action\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"e3f38421-a9ba-48b4-9cf7-77982047d4cc","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6501c65e-152c-48bc-a8a1-b8bac0a59f3d","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"a8ff249b-bdba-425c-8207-50761c4e1c14"},{"name":"Update a Relation","id":"07d372d3-0500-414d-ba6a-2900ac82006f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing relation</p>\n","urlObject":{"path":["relations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"03a22dad-d935-4ce9-8b44-2727f1737241","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0c34bafc-2e0d-405f-9baf-8ac9d3feb1f1","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"many_collection\": \"<string>\",\n    \"many_field\": \"<string>\",\n    \"one_collection\": \"<string>\",\n    \"one_field\": \"<string>\",\n    \"one_collection_field\": \"<string>\",\n    \"one_allowed_collections\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"junction_field\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"one_deselect_action\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"29058104-ef7a-44d2-8146-bcfe43b42fc3","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"8b1318b6-3014-4142-aecf-23416e1e9f32","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"07d372d3-0500-414d-ba6a-2900ac82006f"},{"name":"Delete a Relation","id":"eabbc76f-b21c-4963-a892-94a67d0bc882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/relations/:id","description":"<p>Delete an existing relation.</p>\n","urlObject":{"path":["relations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"c048ea57-b785-4c36-8619-683d4805849e","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3a5e80cd-e5b9-4895-bd4f-b0e7138c9db0","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/relations/:id","host":["https://app.empress.eco"],"path":["relations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cfce9743-ebb2-4c07-9094-676e739e1137","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations/:id","host":["https://app.empress.eco"],"path":["relations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d6e20a05-78f4-4f94-9896-2cc15be97318","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations/:id","host":["https://app.empress.eco"],"path":["relations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"eabbc76f-b21c-4963-a892-94a67d0bc882"}],"id":"a2e815f0-d417-409c-9613-d7787d5e20b5","_postman_id":"a2e815f0-d417-409c-9613-d7787d5e20b5","description":""},{"name":"List Relations","id":"689eff7a-7150-4eb4-8083-6f59dc430c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/relations?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","description":"<p>List the relations.</p>\n","urlObject":{"path":["relations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"617ce9b8-f011-4e46-ae32-2306f1ec2f0f","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"many_collection\": \"<string>\",\n      \"many_field\": \"<string>\",\n      \"one_collection\": \"<string>\",\n      \"one_field\": \"<string>\",\n      \"one_collection_field\": \"<string>\",\n      \"one_allowed_collections\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"junction_field\": \"<string>\",\n      \"sort_field\": \"<string>\",\n      \"one_deselect_action\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"many_collection\": \"<string>\",\n      \"many_field\": \"<string>\",\n      \"one_collection\": \"<string>\",\n      \"one_field\": \"<string>\",\n      \"one_collection_field\": \"<string>\",\n      \"one_allowed_collections\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"junction_field\": \"<string>\",\n      \"sort_field\": \"<string>\",\n      \"one_deselect_action\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ]\n}"},{"id":"85458229-04e5-4ad9-a9c7-480452b542e6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"303e9bb6-10f8-4e21-b4a7-296c072c5947","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"689eff7a-7150-4eb4-8083-6f59dc430c96"},{"name":"Create a Relation","id":"d554bcd3-2432-4365-af88-aa67ba902ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/relations?fields=<string>,<string>&meta=<string>","description":"<p>Create a new relation.</p>\n","urlObject":{"path":["relations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d4a33640-2aef-450c-b81b-f7a75561efd4","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"many_collection\": \"<string>\",\n    \"many_field\": \"<string>\",\n    \"one_collection\": \"<string>\",\n    \"one_field\": \"<string>\",\n    \"one_collection_field\": \"<string>\",\n    \"one_allowed_collections\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"junction_field\": \"<string>\",\n    \"sort_field\": \"<string>\",\n    \"one_deselect_action\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"e270e0ec-d5e9-41c4-b330-17ad6c50d75d","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5bc8ca62-b8fe-48e4-bc8e-6166c7a0afdf","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collection_many\": \"<string>\",\n  \"collection_one\": \"<string>\",\n  \"field_many\": \"<string>\",\n  \"field_one\": \"<string>\",\n  \"junction_field\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/relations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["relations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d554bcd3-2432-4365-af88-aa67ba902ed9"}],"id":"8ea535b1-9b11-4ee6-b472-743922a075da","_postman_id":"8ea535b1-9b11-4ee6-b472-743922a075da","description":""},{"name":"revisions","item":[{"name":"{id}","item":[{"name":"Retrieve a Revision","id":"c7fdf3e2-3e8e-4cf7-abbe-9223d8fe642d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/revisions/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single revision by unique identifier.</p>\n","urlObject":{"path":["revisions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"d1eab44f-fd47-4dc9-b64d-23382516e04c","description":{"content":"<p>(Required) Index</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5db43897-50f5-4db8-9255-ed66a6565f48","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["revisions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"activity\": \"<integer>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"data\": {},\n    \"delta\": {},\n    \"parent\": \"<integer>\",\n    \"version\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"45d3865e-65e1-4a93-b4c9-ea95e7aadb7e","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["revisions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ee25bb3b-0203-431b-8d82-122fdcdbd5b4","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["revisions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"c7fdf3e2-3e8e-4cf7-abbe-9223d8fe642d"}],"id":"af9a26b4-7aec-4848-a878-f4ea8193f964","_postman_id":"af9a26b4-7aec-4848-a878-f4ea8193f964","description":""},{"name":"List Revisions","id":"f4751d12-edb3-4726-ac33-99613d8d0541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/revisions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","description":"<p>List the revisions.</p>\n","urlObject":{"path":["revisions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"b2b8f027-764a-47a8-9c57-8738d56106b9","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["revisions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"activity\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"data\": {},\n      \"delta\": {},\n      \"parent\": \"<integer>\",\n      \"version\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"activity\": \"<integer>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"data\": {},\n      \"delta\": {},\n      \"parent\": \"<integer>\",\n      \"version\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"266685f4-7e1c-40b3-b8de-c9fd795fd6c6","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["revisions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3a894e67-fa1c-47d6-89c6-14d0e0b461c7","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/revisions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["revisions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f4751d12-edb3-4726-ac33-99613d8d0541"}],"id":"17d26b0b-8467-4eca-813e-855126667c12","_postman_id":"17d26b0b-8467-4eca-813e-855126667c12","description":""},{"name":"roles","item":[{"name":"{id}","item":[{"name":"Retrieve a Role","id":"dbf147a6-cb67-4fdd-b487-feb57703a0b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single role by unique identifier.</p>\n","urlObject":{"path":["roles",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"24976a8b-2601-4585-acbd-6b2ce7190b26","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"dff471a1-c62e-47c3-ad57-8bbfa20dd8bc","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"description\": \"<string>\",\n    \"ip_access\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"enforce_tfa\": \"<boolean>\",\n    \"admin_access\": \"<boolean>\",\n    \"app_access\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"users\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"5ba86803-8d3d-4891-98e9-c5ac7f2f4a25","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"01fef496-6b1e-4ebb-af42-4946dda588a3","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"dbf147a6-cb67-4fdd-b487-feb57703a0b1"},{"name":"Update a Role","id":"bde8d96c-815f-4f69-8197-2e38d15c539c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing role</p>\n","urlObject":{"path":["roles",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"2513fbd9-f872-440c-9e9a-b48cf3d1aed9","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"7f562dcb-5973-410b-9094-99ed25872462","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"description\": \"<string>\",\n    \"ip_access\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"enforce_tfa\": \"<boolean>\",\n    \"admin_access\": \"<boolean>\",\n    \"app_access\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"users\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"3530ca34-f35f-4beb-8f80-1157fd155a96","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"50319949-8b06-4536-8dd7-28b41ba0b06a","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"bde8d96c-815f-4f69-8197-2e38d15c539c"},{"name":"Delete a Role","id":"7410acc1-d4bb-4af4-ad03-0c2d016da428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/roles/:id","description":"<p>Delete an existing role</p>\n","urlObject":{"path":["roles",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"b458433b-3798-46ae-874a-3da54f5139eb","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"0fb9a6dd-02b4-4167-8dd8-45d727303a1a","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/roles/:id","host":["https://app.empress.eco"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a851ab0-d08a-4cd7-8b5e-6b4d6c3ae1cb","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles/:id","host":["https://app.empress.eco"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"440a1330-a503-46ef-88e2-ccf3f6f57b95","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles/:id","host":["https://app.empress.eco"],"path":["roles",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7410acc1-d4bb-4af4-ad03-0c2d016da428"}],"id":"43143134-a640-448c-8ad9-5093388d2123","_postman_id":"43143134-a640-448c-8ad9-5093388d2123","description":""},{"name":"List Roles","id":"025af9f2-52de-4581-ac48-466e45f2e3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","description":"<p>List the roles.</p>\n","urlObject":{"path":["roles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"3d22e475-a1af-4907-a0b2-4ed1a6cd7d34","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"description\": \"<string>\",\n      \"ip_access\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"enforce_tfa\": \"<boolean>\",\n      \"admin_access\": \"<boolean>\",\n      \"app_access\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"users\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"description\": \"<string>\",\n      \"ip_access\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"enforce_tfa\": \"<boolean>\",\n      \"admin_access\": \"<boolean>\",\n      \"app_access\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"users\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5b59cc17-b749-4359-9eda-90227daadd0c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5afb20d1-60e3-42cb-a60b-5634683e54e7","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"025af9f2-52de-4581-ac48-466e45f2e3dc"},{"name":"Create a Role","id":"65118007-64fa-4d3e-800e-6871522c9104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/roles?fields=<string>,<string>&meta=<string>","description":"<p>Create a new role.</p>\n","urlObject":{"path":["roles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"0f7b7bc3-17ff-4b26-8ccc-7b1d6a4eeb16","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"description\": \"<string>\",\n    \"ip_access\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"enforce_tfa\": \"<boolean>\",\n    \"admin_access\": \"<boolean>\",\n    \"app_access\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"users\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"e5cc0caa-5c3d-4b0d-83dc-b65d8b231cbe","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"ba511ee7-9186-4084-b311-73bb3947a2dc","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"<string>\",\n  \"enforce_tfa\": \"<boolean>\",\n  \"external_id\": \"<string>\",\n  \"ip_whitelist\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"module_listing\": \"<string>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"65118007-64fa-4d3e-800e-6871522c9104"},{"name":"Update Multiple Roles","id":"6694a674-8e35-4e2f-8ab1-18edf5e2bda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"description\": \"<string>\",\n    \"enforce_tfa\": \"<boolean>\",\n    \"external_id\": \"<string>\",\n    \"ip_whitelist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"module_listing\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple roles at the same time.</p>\n","urlObject":{"path":["roles"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"8dd7c2b5-fefa-4a07-9369-10db03d2f133","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"description\": \"<string>\",\n    \"enforce_tfa\": \"<boolean>\",\n    \"external_id\": \"<string>\",\n    \"ip_whitelist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"module_listing\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"description\": \"<string>\",\n      \"ip_access\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"enforce_tfa\": \"<boolean>\",\n      \"admin_access\": \"<boolean>\",\n      \"app_access\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"users\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"description\": \"<string>\",\n      \"ip_access\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"enforce_tfa\": \"<boolean>\",\n      \"admin_access\": \"<boolean>\",\n      \"app_access\": \"<boolean>\",\n      \"tenant\": \"<uuid>\",\n      \"users\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"e0dda9db-f744-4ef1-99e3-608c854592bc","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data\": {\n    \"description\": \"<string>\",\n    \"enforce_tfa\": \"<boolean>\",\n    \"external_id\": \"<string>\",\n    \"ip_whitelist\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"module_listing\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/roles?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["roles"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6694a674-8e35-4e2f-8ab1-18edf5e2bda7"},{"name":"Delete Multiple Roles","id":"cf2f2f6b-5807-40f3-808f-c9178f424ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/roles","description":"<p>Delete multiple existing roles.</p>\n","urlObject":{"path":["roles"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"009a656f-97c8-4d2c-93e5-319b730ecf3f","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/roles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd65c06e-6e32-4f9e-b558-b72eb8538923","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/roles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cf2f2f6b-5807-40f3-808f-c9178f424ef0"}],"id":"bab4672e-949e-4005-bb3f-c883bbfb5a3a","_postman_id":"bab4672e-949e-4005-bb3f-c883bbfb5a3a","description":""},{"name":"settings","item":[{"name":"Retrieve Settings","id":"617802e1-3dc4-4f8c-8f3a-14b51e92a0a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/settings?limit=<integer>&offset=<integer>&meta=<string>&page=<integer>","description":"<p>List the settings.</p>\n","urlObject":{"path":["settings"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>Cursor for use in pagination. Often used in combination with limit.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"3a8dad67-2da1-4cef-b913-fe45d2084979","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/settings?limit=<integer>&offset=<integer>&meta=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["settings"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"project_name\": \"<string>\",\n    \"project_url\": \"<string>\",\n    \"project_color\": \"<string>\",\n    \"project_logo\": \"<string>\",\n    \"public_foreground\": \"<string>\",\n    \"public_background\": \"<string>\",\n    \"public_note\": \"<string>\",\n    \"auth_login_attempts\": \"<integer>\",\n    \"auth_password_policy\": \"<string>\",\n    \"storage_asset_transform\": \"none\",\n    \"storage_asset_presets\": [\n      {\n        \"key\": \"<string>\",\n        \"fit\": \"outside\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"withoutEnlargement\": \"<boolean>\",\n        \"quality\": \"<integer>\",\n        \"format\": \"tiff\",\n        \"transforms\": [\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"key\": \"<string>\",\n        \"fit\": \"cover\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"withoutEnlargement\": \"<boolean>\",\n        \"quality\": \"<integer>\",\n        \"format\": \"\",\n        \"transforms\": [\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"custom_css\": \"<string>\",\n    \"storage_default_folder\": \"<uuid>\",\n    \"basemaps\": {\n      \"nullable\": true\n    },\n    \"mapbox_key\": \"<string>\",\n    \"module_bar\": {\n      \"nullable\": true\n    },\n    \"project_descriptor\": \"<string>\",\n    \"default_language\": \"<string>\",\n    \"custom_aspect_ratios\": {\n      \"nullable\": true\n    },\n    \"public_favicon\": \"<uuid>\",\n    \"default_appearance\": \"<string>\",\n    \"default_theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"default_theme_dark\": \"<string>\",\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"theming_group\": \"<string>\",\n    \"branding_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"modules_divider\": \"<string>\",\n    \"security_divider\": \"<string>\",\n    \"files_divider\": \"<string>\",\n    \"map_divider\": \"<string>\",\n    \"image_editor\": \"<string>\"\n  }\n}"},{"id":"5a6a5e39-44e4-4fbc-89b3-fdd67ce44a39","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/settings?limit=<integer>&offset=<integer>&meta=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["settings"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"65f4a28c-c464-4c24-a113-2e912306c5d7","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/settings?limit=<integer>&offset=<integer>&meta=<string>&page=<integer>","host":["https://app.empress.eco"],"path":["settings"],"query":[{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"Cursor for use in pagination. Often used in combination with limit.","key":"page","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"617802e1-3dc4-4f8c-8f3a-14b51e92a0a9"},{"name":"Update Settings","id":"cf78a6f1-bc34-49d4-8148-eb0ebda145b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/settings","description":"<p>Update the settings</p>\n","urlObject":{"path":["settings"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"c656483e-c747-4c2f-baa5-5e7c82327eb8","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"project_name\": \"<string>\",\n    \"project_url\": \"<string>\",\n    \"project_color\": \"<string>\",\n    \"project_logo\": \"<string>\",\n    \"public_foreground\": \"<string>\",\n    \"public_background\": \"<string>\",\n    \"public_note\": \"<string>\",\n    \"auth_login_attempts\": \"<integer>\",\n    \"auth_password_policy\": \"<string>\",\n    \"storage_asset_transform\": \"none\",\n    \"storage_asset_presets\": [\n      {\n        \"key\": \"<string>\",\n        \"fit\": \"outside\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"withoutEnlargement\": \"<boolean>\",\n        \"quality\": \"<integer>\",\n        \"format\": \"tiff\",\n        \"transforms\": [\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"key\": \"<string>\",\n        \"fit\": \"cover\",\n        \"width\": \"<integer>\",\n        \"height\": \"<integer>\",\n        \"withoutEnlargement\": \"<boolean>\",\n        \"quality\": \"<integer>\",\n        \"format\": \"\",\n        \"transforms\": [\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"method\": \"<string>\",\n            \"arguments\": [\n              {\n                \"argument\": \"<string>\"\n              },\n              {\n                \"argument\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"custom_css\": \"<string>\",\n    \"storage_default_folder\": \"<uuid>\",\n    \"basemaps\": {\n      \"nullable\": true\n    },\n    \"mapbox_key\": \"<string>\",\n    \"module_bar\": {\n      \"nullable\": true\n    },\n    \"project_descriptor\": \"<string>\",\n    \"default_language\": \"<string>\",\n    \"custom_aspect_ratios\": {\n      \"nullable\": true\n    },\n    \"public_favicon\": \"<uuid>\",\n    \"default_appearance\": \"<string>\",\n    \"default_theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"default_theme_dark\": \"<string>\",\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"theming_group\": \"<string>\",\n    \"branding_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"modules_divider\": \"<string>\",\n    \"security_divider\": \"<string>\",\n    \"files_divider\": \"<string>\",\n    \"map_divider\": \"<string>\",\n    \"image_editor\": \"<string>\"\n  }\n}"},{"id":"35504b1d-c411-46da-97d2-119ef2af0d56","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"400986da-65ea-4a30-b0cf-b81bd0f38caa","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/settings"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cf78a6f1-bc34-49d4-8148-eb0ebda145b3"}],"id":"873ae6bb-86ce-467f-959d-9fe84ca14da3","_postman_id":"873ae6bb-86ce-467f-959d-9fe84ca14da3","description":""},{"name":"users","item":[{"name":"{id}","item":[{"name":"Retrieve a User","id":"27303b59-692c-48f7-8f94-faa7b5c26e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single user by unique identifier.</p>\n","urlObject":{"path":["users",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"9a72f0ff-2ddc-4aa8-9350-b3c96583f6b6","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"b8ab2aab-c22e-4ccc-bd98-8814e428a338","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"14eec46d-8838-4929-93dc-9fe8892e8644","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9771706f-77b6-4bc1-912e-1fd54400af22","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"27303b59-692c-48f7-8f94-faa7b5c26e95"},{"name":"Update a User","id":"55df89cc-9f86-4799-9d27-4c2d27b80a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing user</p>\n","urlObject":{"path":["users",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"97db4a09-485e-4d8e-abb3-c93fcc93c59a","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"9b3fbf10-c61c-4f5e-98b6-668d139a7547","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"c56b45c6-34c4-492b-bfad-f1289f847fd4","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"bc94afbd-6554-4031-8989-fc0d8930ee2d","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"55df89cc-9f86-4799-9d27-4c2d27b80a14"},{"name":"Delete a User","id":"d2d9d04d-982b-4d90-8677-ea26f8c09d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/:id","description":"<p>Delete an existing user</p>\n","urlObject":{"path":["users",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"2462a60b-112c-4ca5-8abe-7d1bb655f908","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"61e9ae58-8f8e-4d77-8af9-dacf4dc4276d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/users/:id","host":["https://app.empress.eco"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"db4fc75b-0807-476a-942f-b54fafe4f109","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/:id","host":["https://app.empress.eco"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"57c72960-fbb0-4065-aea5-0d4e49d5abad","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/:id","host":["https://app.empress.eco"],"path":["users",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d2d9d04d-982b-4d90-8677-ea26f8c09d81"}],"id":"7d832205-bcfb-44fb-9497-f5080abd43ea","_postman_id":"7d832205-bcfb-44fb-9497-f5080abd43ea","description":""},{"name":"invite","item":[{"name":"accept","item":[{"name":"Accept User Invite","id":"0635e30b-508a-4f2a-9c7a-500cef503039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite/accept","description":"<p>Accepts and enables an invited user using a JWT invitation token.</p>\n","urlObject":{"path":["users","invite","accept"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"51f18580-298f-46bc-873d-3926c3f8198d","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"c1e36d79-fc6a-4dec-89c4-bc0b9023bf9f","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite/accept"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c83a29aa-77ce-4c48-b32c-04d949aff2b7","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite/accept"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0635e30b-508a-4f2a-9c7a-500cef503039"}],"id":"8fb0ea82-2f42-465f-8565-756a8c54fdab","_postman_id":"8fb0ea82-2f42-465f-8565-756a8c54fdab","description":""},{"name":"Invite User(s)","id":"01dc69ba-ee26-4e15-a617-c9fec3fec378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite","description":"<p>Invites one or more users to this project. It creates a user with an invited status, and then sends an email to the user with instructions on how to activate their account.</p>\n","urlObject":{"path":["users","invite"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e6f866b2-ff00-4510-ad72-da6a74fdee11","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"5d5b0aab-7f17-4b59-bb36-323610157d2a","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"d1a6305f-7472-4c6e-a390-31f36f07e257","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/invite"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"01dc69ba-ee26-4e15-a617-c9fec3fec378"}],"id":"1cb17200-76b7-48b2-b5b8-8698245f72f4","_postman_id":"1cb17200-76b7-48b2-b5b8-8698245f72f4","description":""},{"name":"me","item":[{"name":"track","item":[{"name":"page","item":[{"name":"Update Last Page","id":"63e45205-de3c-4194-9c4e-ea15585722c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"last_page\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/me/track/page","description":"<p>Updates the last used page field of the currently authenticated user. This is used internally to be able to open the Directus admin app from the last page you used.</p>\n","urlObject":{"path":["users","me","track","page"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"62bed53d-5cf7-429b-a94f-dc918151cb56","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"last_page\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/me/track/page"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"57884cc4-214c-49a5-b052-cc61c28a6757","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"last_page\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/me/track/page"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5626043f-65e6-4064-8c3b-1cc1c977a913","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"last_page\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users/me/track/page"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"63e45205-de3c-4194-9c4e-ea15585722c4"}],"id":"a8aeb580-db21-46f5-a077-c6d9914a871f","_postman_id":"a8aeb580-db21-46f5-a077-c6d9914a871f","description":""}],"id":"cfb92db0-6983-4d81-9ce9-4f02fd64e86a","_postman_id":"cfb92db0-6983-4d81-9ce9-4f02fd64e86a","description":""},{"name":"tfa","item":[{"name":"enable","item":[{"name":"Enable 2FA","id":"6d3ad2a9-69af-4e81-a01c-3289ce2f7bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/enable","description":"<p>Enables two-factor authentication for the currently authenticated user.</p>\n","urlObject":{"path":["users","me","tfa","enable"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9bfea4f1-7c22-46a9-b147-007e755763d5","name":"Successful request","originalRequest":{"method":"POST","header":[],"url":"https://app.empress.eco/users/me/tfa/enable"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"234d45fa-b256-4a8b-8b29-bb7a9d1a9225","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/enable"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"95daf09d-19a7-450d-9253-65be29d7a463","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/enable"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6d3ad2a9-69af-4e81-a01c-3289ce2f7bbb"}],"id":"77d5f15e-8f8d-42f6-8246-bf7733ba546e","_postman_id":"77d5f15e-8f8d-42f6-8246-bf7733ba546e","description":""},{"name":"disable","item":[{"name":"Disable 2FA","id":"8509dde0-a422-492f-a312-577d89e1b8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/disable","description":"<p>Disables two-factor authentication for the currently authenticated user.</p>\n","urlObject":{"path":["users","me","tfa","disable"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"e947792c-7f66-43a0-bba3-b5cfd63bda3f","name":"Successful request","originalRequest":{"method":"POST","header":[],"url":"https://app.empress.eco/users/me/tfa/disable"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"73bc422b-16b5-4642-93c5-be420c9a6fa3","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/disable"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"984542ae-6518-4afb-bed6-73f1e8e79467","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me/tfa/disable"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8509dde0-a422-492f-a312-577d89e1b8b7"}],"id":"34688ed5-ff39-4822-9d50-a41bf163a62d","_postman_id":"34688ed5-ff39-4822-9d50-a41bf163a62d","description":""}],"id":"60436d96-5d78-404a-b09c-6e7d3d147276","_postman_id":"60436d96-5d78-404a-b09c-6e7d3d147276","description":""},{"name":"Retrieve Current User","id":"aeb54784-04a1-4752-9eb1-1fca72d30624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve the currently authenticated user.</p>\n","urlObject":{"path":["users","me"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"136df3af-4500-4081-8fbd-26c0c8509eee","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/me?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users","me"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"7b34e38d-2c8e-46e4-869c-55eacaa50c93","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/me?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users","me"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"31f5943a-a535-41e7-96e4-ec059042ec96","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users/me?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["users","me"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aeb54784-04a1-4752-9eb1-1fca72d30624"},{"name":"Update Current User","id":"be4dbdb3-132a-473c-95cc-01f8a26f4223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me","description":"<p>Update the currently authenticated user.</p>\n","urlObject":{"path":["users","me"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"cc768896-bbf5-41bc-a02b-1f5c07efa914","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"7833593f-1c72-4eaf-8506-090e7925f6cf","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6da1e18e-086b-43d8-87b3-3d39e3d76138","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users/me"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"be4dbdb3-132a-473c-95cc-01f8a26f4223"}],"id":"df4f1e27-e0b7-49eb-96da-0c08cdc4f182","_postman_id":"df4f1e27-e0b7-49eb-96da-0c08cdc4f182","description":""},{"name":"List Users","id":"cc7015a3-c3a1-4419-84c7-29860800439f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>List the users.</p>\n","urlObject":{"path":["users"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"138d6bfb-1167-4b51-8614-1bcf9bd31655","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"password\": \"<string>\",\n      \"location\": \"<string>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"avatar\": \"<string>\",\n      \"language\": \"<string>\",\n      \"tfa_secret\": \"<string>\",\n      \"status\": \"invited\",\n      \"role\": \"<string>\",\n      \"token\": \"<string>\",\n      \"last_access\": \"<string>\",\n      \"last_page\": \"<string>\",\n      \"provider\": \"<string>\",\n      \"external_identifier\": \"<string>\",\n      \"auth_data\": {\n        \"nullable\": true\n      },\n      \"email_notifications\": \"<boolean>\",\n      \"appearance\": \"<string>\",\n      \"theme_dark\": \"<string>\",\n      \"theme_light\": \"<string>\",\n      \"theme_light_overrides\": {\n        \"nullable\": true\n      },\n      \"theme_dark_overrides\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"preferences_divider\": \"<string>\",\n      \"theming_divider\": \"<string>\",\n      \"admin_divider\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"password\": \"<string>\",\n      \"location\": \"<string>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"avatar\": \"<string>\",\n      \"language\": \"<string>\",\n      \"tfa_secret\": \"<string>\",\n      \"status\": \"suspended\",\n      \"role\": \"<string>\",\n      \"token\": \"<string>\",\n      \"last_access\": \"<string>\",\n      \"last_page\": \"<string>\",\n      \"provider\": \"<string>\",\n      \"external_identifier\": \"<string>\",\n      \"auth_data\": {\n        \"nullable\": true\n      },\n      \"email_notifications\": \"<boolean>\",\n      \"appearance\": \"<string>\",\n      \"theme_dark\": \"<string>\",\n      \"theme_light\": \"<string>\",\n      \"theme_light_overrides\": {\n        \"nullable\": true\n      },\n      \"theme_dark_overrides\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"preferences_divider\": \"<string>\",\n      \"theming_divider\": \"<string>\",\n      \"admin_divider\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"8ecfdec7-de05-45f1-a964-ae91d4b79bef","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c79dcede-4bc0-4260-bb12-d5a1f1acadc5","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cc7015a3-c3a1-4419-84c7-29860800439f"},{"name":"Create a User","id":"5c999081-adac-4e57-875e-84456e1b189d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users?meta=<string>","description":"<p>Create a new user.</p>\n","urlObject":{"path":["users"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"f04646ce-b203-468c-84f1-69f5c5305f4e","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users?meta=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"suspended\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  }\n}"},{"id":"2c8d2e4e-d69f-4e52-97bf-c7d49e50db60","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users?meta=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"7dbda49e-c7b0-41be-899f-12030985b9c8","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"location\": \"<string>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tags\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"avatar\": \"<string>\",\n  \"language\": \"<string>\",\n  \"tfa_secret\": \"<string>\",\n  \"status\": \"deleted\",\n  \"role\": \"<string>\",\n  \"token\": \"<string>\",\n  \"last_access\": \"<string>\",\n  \"last_page\": \"<string>\",\n  \"provider\": \"<string>\",\n  \"external_identifier\": \"<string>\",\n  \"auth_data\": {\n    \"nullable\": true\n  },\n  \"email_notifications\": \"<boolean>\",\n  \"appearance\": \"<string>\",\n  \"theme_dark\": \"<string>\",\n  \"theme_light\": \"<string>\",\n  \"theme_light_overrides\": {\n    \"nullable\": true\n  },\n  \"theme_dark_overrides\": {\n    \"nullable\": true\n  },\n  \"tenant\": \"<uuid>\",\n  \"contacts\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"preferences_divider\": \"<string>\",\n  \"theming_divider\": \"<string>\",\n  \"admin_divider\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users?meta=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"5c999081-adac-4e57-875e-84456e1b189d"},{"name":"Update Multiple Users","id":"48a6923c-0185-4d17-a5e9-5ea76da21c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"invited\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple users at the same time.</p>\n","urlObject":{"path":["users"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"0e185b24-37f0-46cb-a94c-3ccdb7ac8b52","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"invited\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"password\": \"<string>\",\n      \"location\": \"<string>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"avatar\": \"<string>\",\n      \"language\": \"<string>\",\n      \"tfa_secret\": \"<string>\",\n      \"status\": \"invited\",\n      \"role\": \"<string>\",\n      \"token\": \"<string>\",\n      \"last_access\": \"<string>\",\n      \"last_page\": \"<string>\",\n      \"provider\": \"<string>\",\n      \"external_identifier\": \"<string>\",\n      \"auth_data\": {\n        \"nullable\": true\n      },\n      \"email_notifications\": \"<boolean>\",\n      \"appearance\": \"<string>\",\n      \"theme_dark\": \"<string>\",\n      \"theme_light\": \"<string>\",\n      \"theme_light_overrides\": {\n        \"nullable\": true\n      },\n      \"theme_dark_overrides\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"preferences_divider\": \"<string>\",\n      \"theming_divider\": \"<string>\",\n      \"admin_divider\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"email\": \"<email>\",\n      \"password\": \"<string>\",\n      \"location\": \"<string>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"tags\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"avatar\": \"<string>\",\n      \"language\": \"<string>\",\n      \"tfa_secret\": \"<string>\",\n      \"status\": \"suspended\",\n      \"role\": \"<string>\",\n      \"token\": \"<string>\",\n      \"last_access\": \"<string>\",\n      \"last_page\": \"<string>\",\n      \"provider\": \"<string>\",\n      \"external_identifier\": \"<string>\",\n      \"auth_data\": {\n        \"nullable\": true\n      },\n      \"email_notifications\": \"<boolean>\",\n      \"appearance\": \"<string>\",\n      \"theme_dark\": \"<string>\",\n      \"theme_light\": \"<string>\",\n      \"theme_light_overrides\": {\n        \"nullable\": true\n      },\n      \"theme_dark_overrides\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"contacts\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ],\n      \"preferences_divider\": \"<string>\",\n      \"theming_divider\": \"<string>\",\n      \"admin_divider\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"7b50c642-7c7b-4555-998f-581699768158","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"password\": \"<string>\",\n    \"location\": \"<string>\",\n    \"title\": \"<string>\",\n    \"description\": \"<string>\",\n    \"tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"avatar\": \"<string>\",\n    \"language\": \"<string>\",\n    \"tfa_secret\": \"<string>\",\n    \"status\": \"invited\",\n    \"role\": \"<string>\",\n    \"token\": \"<string>\",\n    \"last_access\": \"<string>\",\n    \"last_page\": \"<string>\",\n    \"provider\": \"<string>\",\n    \"external_identifier\": \"<string>\",\n    \"auth_data\": {\n      \"nullable\": true\n    },\n    \"email_notifications\": \"<boolean>\",\n    \"appearance\": \"<string>\",\n    \"theme_dark\": \"<string>\",\n    \"theme_light\": \"<string>\",\n    \"theme_light_overrides\": {\n      \"nullable\": true\n    },\n    \"theme_dark_overrides\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"contacts\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"preferences_divider\": \"<string>\",\n    \"theming_divider\": \"<string>\",\n    \"admin_divider\": \"<string>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/users?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["users"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"48a6923c-0185-4d17-a5e9-5ea76da21c8a"},{"name":"Delete Multiple Users","id":"2b650da7-c5e6-4eed-8625-4d53905005d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users","description":"<p>Delete multiple existing users.</p>\n","urlObject":{"path":["users"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"3763c068-58ac-40af-832c-41c0d01ea124","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/users"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b83a77c-d959-4460-8340-6468ae5af9da","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2b650da7-c5e6-4eed-8625-4d53905005d0"}],"id":"0682fa3a-9132-408c-91ad-52563a17c19d","_postman_id":"0682fa3a-9132-408c-91ad-52563a17c19d","description":""},{"name":"webhooks","item":[{"name":"{id}","item":[{"name":"Retrieve a Webhook","id":"1e6742a8-3791-4e6b-b1e3-3c18e702c3ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks/:id","description":"<p>Retrieve a single webhook by unique identifier.</p>\n","urlObject":{"path":["webhooks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"39ee2ab8-7960-4da2-9da3-8b5159224e9d","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"0f771f8a-4aee-4c1a-a5ea-a85aac071700","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"method\": \"<string>\",\n    \"url\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": \"<boolean>\",\n    \"actions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"collections\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"headers\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"triggers_divider\": \"<string>\"\n  }\n}"},{"id":"8d250160-2b43-4023-8807-f188ea9e09b1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"49bb3174-3e59-46f5-9c8a-2252f439328c","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"1e6742a8-3791-4e6b-b1e3-3c18e702c3ee"},{"name":"Update a Webhook","id":"02a840a1-5782-4f96-a097-532b7c0fe3b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/webhooks/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing webhook</p>\n","urlObject":{"path":["webhooks",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"dd3183de-41a2-49cd-a97f-f6d4164a02bd","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d12bdcd9-646c-49ca-8173-a0cd1f329c0f","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"description\": \"<string>\",\n    \"ip_access\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"enforce_tfa\": \"<boolean>\",\n    \"admin_access\": \"<boolean>\",\n    \"app_access\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"users\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"7142bb2a-3eca-4212-ac6b-bb59161cf9c6","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"87947dca-5806-445a-84bc-bc49e87f8a2b","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"02a840a1-5782-4f96-a097-532b7c0fe3b8"},{"name":"Delete a Webhook","id":"713ebcfd-7d68-4583-87aa-6da230d64cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks/:id","description":"<p>Delete an existing webhook</p>\n","urlObject":{"path":["webhooks",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"fb12e805-636c-478c-b122-72af594a2943","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"3dc7288b-f1c5-4ce2-b671-a44cc8e2b79e","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"69a28dd5-f19d-4feb-b2fb-790e428831bf","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9295a962-6895-42f7-9f2a-df67abae530a","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/webhooks/:id","host":["https://app.empress.eco"],"path":["webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"713ebcfd-7d68-4583-87aa-6da230d64cee"}],"id":"d6767a9d-e8ea-4a41-aa5e-4bf3bf31ed69","_postman_id":"d6767a9d-e8ea-4a41-aa5e-4bf3bf31ed69","description":""},{"name":"List Webhooks","id":"e61c811a-68d1-4793-ac59-654faf9c20e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks","description":"<p>Get all webhooks.</p>\n","urlObject":{"path":["webhooks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7ebdfd74-6220-4e96-a2c4-42c79406ad24","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"method\": \"<string>\",\n    \"url\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": \"<boolean>\",\n    \"actions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"collections\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"headers\": {\n      \"nullable\": true\n    },\n    \"tenant\": \"<uuid>\",\n    \"triggers_divider\": \"<string>\"\n  }\n}"},{"id":"198b7562-6cd7-4172-a996-5657a726d2a9","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"3f257a12-e63b-4b54-b311-1ebd7e40f317","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e61c811a-68d1-4793-ac59-654faf9c20e1"},{"name":"Create a Webhook","id":"897635f2-f764-4468-87a4-409929c8db51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/webhooks?fields=<string>,<string>&meta=<string>","description":"<p>Create a new webhook.</p>\n","urlObject":{"path":["webhooks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"ebe4c095-72b7-49f0-8bf4-b230eeeb4407","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"description\": \"<string>\",\n    \"ip_access\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"enforce_tfa\": \"<boolean>\",\n    \"admin_access\": \"<boolean>\",\n    \"app_access\": \"<boolean>\",\n    \"tenant\": \"<uuid>\",\n    \"users\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"2ca29401-1589-4452-bff9-00f47ce093ea","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f99be08c-077f-4d3c-b6d8-1b8dbffc08fb","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"method\": \"<string>\",\n  \"url\": \"<string>\",\n  \"status\": \"<string>\",\n  \"data\": \"<boolean>\",\n  \"actions\": {\n    \"description\": \"The actions that triggers this webhook.\"\n  },\n  \"system-collections\": {\n    \"description\": \"The collections that triggers this webhook.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["webhooks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"897635f2-f764-4468-87a4-409929c8db51"},{"name":"Update Multiple Webhooks","id":"cf8c0df7-604d-4e27-bdf5-a7e93fb690b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"method\": \"<string>\",\n    \"url\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": \"<boolean>\",\n    \"actions\": {\n      \"description\": \"The actions that triggers this webhook.\"\n    },\n    \"system-collections\": {\n      \"description\": \"The collections that triggers this webhook.\"\n    }\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/webhooks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple webhooks at the same time.</p>\n","urlObject":{"path":["webhooks"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c77e904d-803d-459b-8d65-5e026cfa858d","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"method\": \"<string>\",\n    \"url\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": \"<boolean>\",\n    \"actions\": {\n      \"description\": \"The actions that triggers this webhook.\"\n    },\n    \"system-collections\": {\n      \"description\": \"The collections that triggers this webhook.\"\n    }\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["webhooks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"method\": \"<string>\",\n      \"url\": \"<string>\",\n      \"status\": \"<string>\",\n      \"data\": \"<boolean>\",\n      \"actions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"collections\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"headers\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"triggers_divider\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"method\": \"<string>\",\n      \"url\": \"<string>\",\n      \"status\": \"<string>\",\n      \"data\": \"<boolean>\",\n      \"actions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"collections\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"headers\": {\n        \"nullable\": true\n      },\n      \"tenant\": \"<uuid>\",\n      \"triggers_divider\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"50fae3f9-f4c7-4980-81cc-2cb7db7ecb6a","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"name\": \"<string>\",\n    \"method\": \"<string>\",\n    \"url\": \"<string>\",\n    \"status\": \"<string>\",\n    \"data\": \"<boolean>\",\n    \"actions\": {\n      \"description\": \"The actions that triggers this webhook.\"\n    },\n    \"system-collections\": {\n      \"description\": \"The collections that triggers this webhook.\"\n    }\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/webhooks?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["webhooks"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"cf8c0df7-604d-4e27-bdf5-a7e93fb690b6"},{"name":"Delete Multiple Webhooks","id":"f924cd73-bf73-4934-bc89-2baf24b179a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks","description":"<p>Delete multiple existing webhooks.</p>\n","urlObject":{"path":["webhooks"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"7d37a448-3578-46f4-b697-7cad5ebf3974","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5c7617ab-0dc2-4bb9-9932-82891a07b93d","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f924cd73-bf73-4934-bc89-2baf24b179a5"}],"id":"1807dff8-da0a-456a-b87d-58a5c2352d56","_postman_id":"1807dff8-da0a-456a-b87d-58a5c2352d56","description":""},{"name":"flows","item":[{"name":"{id}","item":[{"name":"Retrieve a Flow","id":"daf8e7d3-9b9f-4729-9de6-1ae8297d28a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows/:id","description":"<p>Retrieve a single flow by unique identifier.</p>\n","urlObject":{"path":["flows",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7db554fa-4581-433c-9802-ef5fa30eb8a7","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d1385b9d-8381-48d7-833a-1ae245d41e77","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"a9390aa7-ffc4-4623-ad3c-a54ab83f6afc","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fd6b8ed4-c1aa-40cf-97e1-7ccaf408a204","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"daf8e7d3-9b9f-4729-9de6-1ae8297d28a0"},{"name":"Update a Flow","id":"b07f2814-818d-43b3-b36a-0ac2ff1d9846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/flows/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing flow</p>\n","urlObject":{"path":["flows",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"8b70ead6-75c0-4431-8c41-88efec1994c3","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"950188a5-b7e9-47e2-a2a6-ab0f9ee36f1c","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"7069f89f-02e2-400e-a08e-033a2be0cf7e","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"dee01eea-380f-46f1-9def-c2d27a2bc35b","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b07f2814-818d-43b3-b36a-0ac2ff1d9846"},{"name":"Delete a Flow","id":"04968290-692a-4c80-be06-40f992d249d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows/:id","description":"<p>Delete an existing flow</p>\n","urlObject":{"path":["flows",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"a8411f53-fad8-4886-aa39-52e4b80f99fe","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d44eae60-95f4-4e8e-80f2-848e6e14b0d2","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba4fc9e9-5936-4fb7-a97d-380995f62e25","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"711be685-1616-413a-a06f-70ce855bedf7","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/flows/:id","host":["https://app.empress.eco"],"path":["flows",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"04968290-692a-4c80-be06-40f992d249d8"}],"id":"019cdb1c-b721-4aad-92e0-5798676a2daf","_postman_id":"019cdb1c-b721-4aad-92e0-5798676a2daf","description":""},{"name":"List Flows","id":"f2b51736-8d28-4203-9ab5-957bc060628b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows","description":"<p>Get all flows.</p>\n","urlObject":{"path":["flows"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"2790820e-349a-49b2-ba4c-01c92c4406d2","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"active\",\n      \"trigger\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"options\": {},\n      \"operation\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"operations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"active\",\n      \"trigger\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"options\": {},\n      \"operation\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"operations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"c3cb1126-a66e-47b7-b122-7bb9d631d101","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"17c94029-0b55-4c46-b2e8-f678153d63cf","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f2b51736-8d28-4203-9ab5-957bc060628b"},{"name":"Create a Flow","id":"6a52a8ee-7af6-4dd8-a439-72511b47d038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/flows?fields=<string>,<string>&meta=<string>","description":"<p>Create a new flow.</p>\n","urlObject":{"path":["flows"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"ce0fbc17-f072-4bc8-b9bd-488a36fde29c","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  }\n}"},{"id":"43e32614-b2d6-4c20-96ae-1c18c214f706","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"82d5a7f2-804c-4843-b247-7a3bc7e0534d","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"color\": \"<string>\",\n  \"description\": \"<string>\",\n  \"status\": \"active\",\n  \"trigger\": \"<string>\",\n  \"accountability\": \"<string>\",\n  \"options\": {},\n  \"operation\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\",\n  \"operations\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["flows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6a52a8ee-7af6-4dd8-a439-72511b47d038"},{"name":"Update Multiple Flows","id":"181986cc-13a8-4510-a304-7cf5b29af6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/flows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple flows at the same time.</p>\n","urlObject":{"path":["flows"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"bba6179b-81be-4508-975e-629f0b3ec3ab","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["flows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"active\",\n      \"trigger\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"options\": {},\n      \"operation\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"operations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"icon\": \"<string>\",\n      \"color\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"active\",\n      \"trigger\": \"<string>\",\n      \"accountability\": \"<string>\",\n      \"options\": {},\n      \"operation\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\",\n      \"operations\": [\n        \"<uuid>\",\n        \"<uuid>\"\n      ]\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"ea1361b0-1f7b-43db-92f6-7fc5bc65d48d","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"color\": \"<string>\",\n    \"description\": \"<string>\",\n    \"status\": \"active\",\n    \"trigger\": \"<string>\",\n    \"accountability\": \"<string>\",\n    \"options\": {},\n    \"operation\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\",\n    \"operations\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ]\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/flows?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["flows"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"181986cc-13a8-4510-a304-7cf5b29af6b0"},{"name":"Delete Multiple Flows","id":"e4e3cb7f-0e26-411a-9057-5e701082bf0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows","description":"<p>Delete multiple existing flows.</p>\n","urlObject":{"path":["flows"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"9e99af2c-e2a0-4b92-b805-f77a03f6fe36","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/flows"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"41bddac6-7080-4f8d-8875-2f30b70838a6","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/flows"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e4e3cb7f-0e26-411a-9057-5e701082bf0d"}],"id":"e8614065-d4b3-419a-a64c-367136fc6d30","_postman_id":"e8614065-d4b3-419a-a64c-367136fc6d30","description":""},{"name":"operations","item":[{"name":"{id}","item":[{"name":"Retrieve an Operation","id":"67de19b7-4e31-4a35-82a4-bc35921be573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations/:id","description":"<p>Retrieve a single operation by unique identifier.</p>\n","urlObject":{"path":["operations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"12e90c28-4037-4d08-9b05-93b87bdaf2cd","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"34dd0445-0cb9-444a-b166-bf669c07a9db","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"716d1b4e-dfd8-48cc-98f8-e485f4fc9112","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"c7b0a896-4d72-4b78-8ce4-33e7e43d4eed","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"67de19b7-4e31-4a35-82a4-bc35921be573"},{"name":"Update an Operation","id":"6c0054e6-9b57-4ce2-802a-97959daad563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/operations/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing operation</p>\n","urlObject":{"path":["operations",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"a9cf7929-1010-4f00-86ba-fc1ed2dacaf6","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"3963f4e8-3eda-4163-ac10-fa88ae69caf4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"55f57e4a-886c-4653-97f8-e79e692a7ed3","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"670433ab-1fa5-4db9-b052-48522ea4c5ac","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"6c0054e6-9b57-4ce2-802a-97959daad563"},{"name":"Delete an Operation","id":"b1733544-aa21-495b-b929-384904a2f600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations/:id","description":"<p>Delete an existing operation</p>\n","urlObject":{"path":["operations",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"4ca2e6a7-7b92-45c4-bfe9-69ed2278f41f","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c1b05576-a772-4919-b17f-fcded3d9308b","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f3481c65-5c3b-4a93-a4c5-2cd0e37e0871","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"da1fa6a3-4103-4d09-9c39-609195430e7f","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/operations/:id","host":["https://app.empress.eco"],"path":["operations",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"b1733544-aa21-495b-b929-384904a2f600"}],"id":"810bd68c-3ed8-4363-a803-f7a93c0981c7","_postman_id":"810bd68c-3ed8-4363-a803-f7a93c0981c7","description":""},{"name":"List Operations","id":"fa08d7be-dce9-4168-862c-8714d3708991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations","description":"<p>Get all operations.</p>\n","urlObject":{"path":["operations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"d3c212e2-4394-4611-99b1-3ebefde67443","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"type\": \"<string>\",\n      \"position_x\": \"<integer>\",\n      \"position_y\": \"<integer>\",\n      \"options\": {},\n      \"resolve\": \"<string>\",\n      \"reject\": \"<string>\",\n      \"flow\": \"<uuid>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"type\": \"<string>\",\n      \"position_x\": \"<integer>\",\n      \"position_y\": \"<integer>\",\n      \"options\": {},\n      \"resolve\": \"<string>\",\n      \"reject\": \"<string>\",\n      \"flow\": \"<uuid>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"61d61a6d-7aef-43ce-ad1f-6baa8aa04b5c","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"aeca662a-9cba-4cc3-9df7-03dcd2481483","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"fa08d7be-dce9-4168-862c-8714d3708991"},{"name":"Create an Operation","id":"aba7aac4-9324-4a85-af39-cb187a53f3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/operations?fields=<string>,<string>&meta=<string>","description":"<p>Create a new operation.</p>\n","urlObject":{"path":["operations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"d01c5e1c-80b4-4373-a7a6-79fc53054a90","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"13fd2b99-f801-4a52-b7b1-7298c04289e9","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"4dec6f50-8a06-4df1-8cd1-495fd5a14be7","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"key\": \"<string>\",\n  \"type\": \"<string>\",\n  \"position_x\": \"<integer>\",\n  \"position_y\": \"<integer>\",\n  \"options\": {},\n  \"resolve\": \"<string>\",\n  \"reject\": \"<string>\",\n  \"flow\": \"<uuid>\",\n  \"date_created\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"aba7aac4-9324-4a85-af39-cb187a53f3f4"},{"name":"Update Multiple Operations","id":"2fbf9f56-be0f-4578-be5c-74cbad6c15d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple operations at the same time.</p>\n","urlObject":{"path":["operations"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"35b90e97-7524-4df2-be6f-80cd352972f9","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"type\": \"<string>\",\n      \"position_x\": \"<integer>\",\n      \"position_y\": \"<integer>\",\n      \"options\": {},\n      \"resolve\": \"<string>\",\n      \"reject\": \"<string>\",\n      \"flow\": \"<uuid>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"type\": \"<string>\",\n      \"position_x\": \"<integer>\",\n      \"position_y\": \"<integer>\",\n      \"options\": {},\n      \"resolve\": \"<string>\",\n      \"reject\": \"<string>\",\n      \"flow\": \"<uuid>\",\n      \"date_created\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"a7454ab3-7d97-4d27-9404-a33d246c8560","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"type\": \"<string>\",\n    \"position_x\": \"<integer>\",\n    \"position_y\": \"<integer>\",\n    \"options\": {},\n    \"resolve\": \"<string>\",\n    \"reject\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"date_created\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/operations?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["operations"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"2fbf9f56-be0f-4578-be5c-74cbad6c15d2"},{"name":"Delete Multiple Operations","id":"d84ff9f4-6b7d-4b65-b85a-83aad7e36e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations","description":"<p>Delete multiple existing operations.</p>\n","urlObject":{"path":["operations"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"b1edb205-2711-4105-8071-06b1e3e13578","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/operations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba1f58e8-4e63-491c-b689-fe5217412ba7","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/operations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"d84ff9f4-6b7d-4b65-b85a-83aad7e36e0b"}],"id":"533cdf59-fe20-4592-a9f3-7f8bc4fd9985","_postman_id":"533cdf59-fe20-4592-a9f3-7f8bc4fd9985","description":""},{"name":"versions","item":[{"name":"{id}","item":[{"name":"save","item":[{"name":"Save to a Content Version","id":"0fcde380-ad0d-4f7c-8791-870da9333b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/versions/:id/save","description":"<p>Save item changes to an existing Content Version.</p>\n","urlObject":{"path":["versions",":id","save"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"5a57fa7c-a926-434c-a891-fa2d0089ba84","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"07de0535-4cc9-4c7a-ad65-41250f2685af","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/save","host":["https://app.empress.eco"],"path":["versions",":id","save"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"771fb5c5-ccd3-4861-a7b7-33883e8d0368","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/save","host":["https://app.empress.eco"],"path":["versions",":id","save"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"53745731-991d-4188-bc35-a4e11d950628","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/save","host":["https://app.empress.eco"],"path":["versions",":id","save"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"0fcde380-ad0d-4f7c-8791-870da9333b62"}],"id":"f06fb15e-66c5-46e1-aab9-e4fb2f7e23b3","_postman_id":"f06fb15e-66c5-46e1-aab9-e4fb2f7e23b3","description":""},{"name":"compare","item":[{"name":"Compare a Content Version","id":"77e58953-ba8c-4357-afc5-42422a14f347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions/:id/compare","description":"<p>Compare an existing Content Version with the main version of the item.</p>\n","urlObject":{"path":["versions",":id","compare"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"910082ff-bdf3-4ff1-8ec6-49460ead409f","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"dc173fe9-3b03-4b9f-be9e-236005f5b642","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id/compare","host":["https://app.empress.eco"],"path":["versions",":id","compare"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {}\n}"},{"id":"2c1aa0ff-cd80-4c04-9218-b57bc26af998","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id/compare","host":["https://app.empress.eco"],"path":["versions",":id","compare"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f7f3054e-6acf-43b3-943b-1cb29955338f","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id/compare","host":["https://app.empress.eco"],"path":["versions",":id","compare"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"77e58953-ba8c-4357-afc5-42422a14f347"}],"id":"93f08414-57e9-494d-b59a-3552a51772fc","_postman_id":"93f08414-57e9-494d-b59a-3552a51772fc","description":""},{"name":"promote","item":[{"name":"Promote a Content Version","id":"e6806a44-59f5-4931-9645-5c78517e437f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mainHash\": \"<string>\",\n  \"fields\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/versions/:id/promote","description":"<p>Pass the current hash of the main version of the item (obtained from the <code>compare</code> endpoint) along with an optional array of field names of which the values are to be promoted (by default, all fields are selected).</p>\n","urlObject":{"path":["versions",":id","promote"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"7ac7ef8c-e98b-436b-9262-8f5e23faccd7","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"f081a0c3-e9f5-44e3-83dd-51c855931eb4","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mainHash\": \"<string>\",\n  \"fields\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/promote","host":["https://app.empress.eco"],"path":["versions",":id","promote"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1bc9bce0-db51-498a-b8dc-aa171ce99ab1","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mainHash\": \"<string>\",\n  \"fields\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/promote","host":["https://app.empress.eco"],"path":["versions",":id","promote"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"84790c40-e5e8-4ebe-b38a-020e19f87d8c","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mainHash\": \"<string>\",\n  \"fields\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id/promote","host":["https://app.empress.eco"],"path":["versions",":id","promote"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"e6806a44-59f5-4931-9645-5c78517e437f"}],"id":"37ff24e2-2723-4342-b153-c2e1a108ae2a","_postman_id":"37ff24e2-2723-4342-b153-c2e1a108ae2a","description":""},{"name":"Retrieve a Content Version","id":"f9b171d2-863a-4d13-828e-3b8ea3ba93a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","description":"<p>Retrieve a single Content Version by unique identifier.</p>\n","urlObject":{"path":["versions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"e018565a-131c-4f3c-bec2-eef22ff00f62","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ac07946a-725c-4b42-80e8-bc364b31daab","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"76474404-3ebf-4310-83ca-829ad076d7b0","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"676b9cf0-da38-435a-91a7-9fc94201d46a","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f9b171d2-863a-4d13-828e-3b8ea3ba93a0"},{"name":"Update a Content Version","id":"8abb0dd9-10ba-4c28-9f48-4581cdd062e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","description":"<p>Update an existing Content Version.</p>\n","urlObject":{"path":["versions",":id"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[{"id":"94b4eb82-dff7-40ba-bfe5-387f90cd8c72","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"03f4a664-426c-40c6-a1eb-b2ab532971b4","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"12a16828-614f-4224-b36c-fcd806ef393f","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"6d4fc200-93f5-4e3a-863b-0b01f22ffdeb","name":"Error: Not found.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions/:id?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions",":id"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"8abb0dd9-10ba-4c28-9f48-4581cdd062e1"},{"name":"Delete a Content Version","id":"f75a40ff-71b1-4e8d-b970-1de24e5b21b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions/:id","description":"<p>Delete an existing Content Version.</p>\n","urlObject":{"path":["versions",":id"],"host":["https://app.empress.eco"],"query":[],"variable":[{"id":"87a0c2d6-6851-4e3c-a61a-5e0bccb40c6a","description":{"content":"<p>(Required) Unique identifier for the object.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"20c4ff15-da59-46c3-ad1c-87329adadb9d","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://app.empress.eco/versions/:id","host":["https://app.empress.eco"],"path":["versions",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6c99b060-859f-4920-85f6-0625b5a92a37","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id","host":["https://app.empress.eco"],"path":["versions",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"9d01b5fa-bc01-4323-afe7-23750ba86201","name":"Error: Not found.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions/:id","host":["https://app.empress.eco"],"path":["versions",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"f75a40ff-71b1-4e8d-b970-1de24e5b21b0"}],"id":"67b30c0f-21d5-4cec-a9af-4422df1288e8","_postman_id":"67b30c0f-21d5-4cec-a9af-4422df1288e8","description":""},{"name":"List Content Versions","id":"7c31f643-a8f8-4cc1-b8f9-c51335769dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Get all Content Versions.</p>\n","urlObject":{"path":["versions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"27f6756c-71e6-450e-bb71-1c725f4c2c0c","name":"Successful request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"hash\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"hash\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"993efa37-70ce-4692-9810-9173ed31a5a1","name":"Error: Unauthorized request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"59ce27f3-ca7b-4bce-9757-ce56242a2f8e","name":"Error: Not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&offset=<integer>&meta=<string>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"7c31f643-a8f8-4cc1-b8f9-c51335769dc2"},{"name":"Create Multiple Content Versions","id":"4849518f-d74b-4bfe-8d4a-92848bf1fb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/versions?fields=<string>,<string>&meta=<string>","description":"<p>Create multiple new Content Versions.</p>\n","urlObject":{"path":["versions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"}],"variable":[]}},"response":[{"id":"1e09eaca-3ff6-4884-a8d1-1f55db76f842","name":"Successful request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  }\n}"},{"id":"57888490-ed2c-4710-848f-04fee9ea853a","name":"Error: Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"},{"id":"5a57d67d-90e6-4de2-bc6f-a6c037cac78f","name":"Error: Not found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"key\": \"<string>\",\n  \"name\": \"<string>\",\n  \"collection\": \"<string>\",\n  \"item\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"date_created\": \"<dateTime>\",\n  \"date_updated\": \"<dateTime>\",\n  \"user_created\": \"<string>\",\n  \"user_updated\": \"<string>\",\n  \"tenant\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&meta=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"4849518f-d74b-4bfe-8d4a-92848bf1fb74"},{"name":"Update Multiple Content Versions","id":"edc89df4-999e-4686-935d-e74588616625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[][_nin]=*h65{^~7&filter=[m,aWKiti7z][_eq]=&search=<string>","description":"<p>Update multiple Content Versions at the same time.</p>\n","urlObject":{"path":["versions"],"host":["https://app.empress.eco"],"query":[{"description":{"content":"<p>Control what fields are being returned in the object.</p>\n","type":"text/plain"},"key":"fields","value":"<string>,<string>"},{"description":{"content":"<p>A limit on the number of objects that are returned.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>What metadata to return in the response.</p>\n","type":"text/plain"},"key":"meta","value":"<string>"},{"description":{"content":"<p>How many items to skip when fetching data.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>How to sort the returned items. <code>sort</code> is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (<code>-</code>) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a <code>?</code> to sort randomly.</p>\n","type":"text/plain"},"key":"sort","value":"<string>,<string>"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[][_nin]=*h65{^~7"},{"description":{"content":"<p>Select items in collection by given conditions.</p>\n","type":"text/plain"},"key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":{"content":"<p>Filter by items that contain the given search query in one of their fields.</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"a396d472-f86e-4584-8fb0-93d2968eb049","name":"Successful request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"hash\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"collection\": \"<string>\",\n      \"item\": \"<string>\",\n      \"hash\": \"<string>\",\n      \"date_created\": \"<dateTime>\",\n      \"date_updated\": \"<dateTime>\",\n      \"user_created\": \"<string>\",\n      \"user_updated\": \"<string>\",\n      \"tenant\": \"<uuid>\"\n    }\n  ],\n  \"meta\": {\n    \"total_count\": \"<integer>\",\n    \"filter_count\": \"<integer>\"\n  }\n}"},{"id":"5bd7a9f7-15f7-4d70-867f-00d409428a69","name":"Error: Unauthorized request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"collection\": \"<string>\",\n    \"item\": \"<string>\",\n    \"hash\": \"<string>\",\n    \"date_created\": \"<dateTime>\",\n    \"date_updated\": \"<dateTime>\",\n    \"user_created\": \"<string>\",\n    \"user_updated\": \"<string>\",\n    \"tenant\": \"<uuid>\"\n  },\n  \"keys\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://app.empress.eco/versions?fields=<string>,<string>&limit=<integer>&meta=<string>&offset=<integer>&sort=<string>,<string>&filter=[m,aWKiti7z][_eq]=&search=<string>","host":["https://app.empress.eco"],"path":["versions"],"query":[{"description":"Control what fields are being returned in the object.","key":"fields","value":"<string>,<string>"},{"description":"A limit on the number of objects that are returned.","key":"limit","value":"<integer>"},{"description":"What metadata to return in the response.","key":"meta","value":"<string>"},{"description":"How many items to skip when fetching data.","key":"offset","value":"<integer>"},{"description":"How to sort the returned items. `sort` is a CSV of fields used to sort the fetched items. Sorting defaults to ascending (ASC) order but a minus sign (` - `) can be used to reverse this to descending (DESC) order. Fields are prioritized by their order in the CSV. You can also use a ` ? ` to sort randomly.\n","key":"sort","value":"<string>,<string>"},{"description":"Select items in collection by given conditions.","key":"filter","value":"[m,aWKiti7z][_eq]="},{"description":"Filter by items that contain the given search query in one of their fields.","key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"edc89df4-999e-4686-935d-e74588616625"},{"name":"Delete Multiple Content Versions","id":"950c4a06-14e8-4d65-9b8d-fa550503828f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions","description":"<p>Delete multiple existing Content Versions.</p>\n","urlObject":{"path":["versions"],"host":["https://app.empress.eco"],"query":[],"variable":[]}},"response":[{"id":"ef660d0b-0df8-49c1-be12-1d92199dbafe","name":"Successful request","originalRequest":{"method":"DELETE","header":[],"url":"https://app.empress.eco/versions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"24925595-b5e7-4b00-a17d-b4a76be0676e","name":"Error: Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.empress.eco/versions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"<long>\",\n    \"message\": \"<string>\"\n  }\n}"}],"_postman_id":"950c4a06-14e8-4d65-9b8d-fa550503828f"}],"id":"60d5256d-2c0c-4ae2-b82a-263102bdaa79","_postman_id":"60d5256d-2c0c-4ae2-b82a-263102bdaa79","description":""}],"variable":[{"key":"baseUrl","value":"https://app.empress.eco"}]}