{"info":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","description":"<html><head></head><body><p>Reach out to your account manager or <a href=\"mailto:support@globaledit.com\">support@globaledit.com</a> to receive an API key for your organization.</p>\n<p>The globaledit API can be used to automate repetitive tasks or integrate with external services. Globaledit can also work with your team to build custom integrations and automations.</p>\n<hr>\n<h1 id=\"authorization\">Authorization</h1>\n<p>Globaledit customers can authenticate requests with a provided globaledit API key. The <code>x-globaledit-api-key</code> header is used to authenticate requests. Each API key is paired with a \"user ID\". An API key \"user ID\" does not represent an actual globaledit user, but is instead used to define the scope for the API key. The \"user ID\" can be passed in the <code>x-globaledit-userid</code> header to act with the scope of the API key.</p>\n<p>The <code>x-globaledit-userid</code> header can also be used to perform actions on behalf of a user. For example: <em>Get Collections</em> will not return results unless paired with an <code>x-globaledit-userid</code> header corresponding to an actual globaledit user ID, since collections are unique for each user. For some actions, (e.g. Upload Asset) a user ID header corresponding to an actual globaledit user is required.</p>\n<hr>\n<h1 id=\"entities-and-library-structure\">Entities and Library Structure</h1>\n<h2 id=\"library\">Library</h2>\n<p>Each globaledit customer is considered an <strong>Organization.</strong> The separate sections within an organization are called <strong>Accounts.</strong> Accounts contain <strong>Workspaces</strong>, and workspaces contain a hierarchical structure of <strong>Folders.</strong> Each folder can contain up to 5000 <strong>Assets.</strong></p>\n<h2 id=\"collections\"><strong>Collections</strong></h2>\n<p><strong>Collections</strong> are a group of assets from a specific account. Assets can be added and removed from collections without deleting them from the library. Collections are only visible to the owner of the collection or to users with whom the collection is shared.</p>\n<p><strong>Projects</strong> are a type of collection with some additional features. Projects can contain assets from only one folder, according to the project's rules (e.g. only assets rated Select). Projects can also be assigned to specific users and marked complete by those users.</p>\n<hr>\n<h1 id=\"permissions-and-scope\">Permissions and Scope</h1>\n<p>Globaledit provides granular access controls for each user, in relation to each resource. Many API endpoints require <strong>scopeType</strong> and <strong>scopeId</strong> query parameters to define the context the action is being performed from.</p>\n<p>A specific user or a specific API key may have different permissions in different scopes. For example: a user may not be able to edit metadata for Library assets, but might be able to edit metadata for those same assets if shared with the user in a collection with elevated permissions.</p>\n<p>The <a href=\"#0fc1ae69-2213-47e4-b83a-c3f43cd3b27a\">Update Metadata Values</a> endpoint can be used with <code>\"scopeType\": \"workspace\"</code> and <code>\"scopeId\": 12373</code> (the ID of the asset's workspace) to update an assets metadata from the library. Or the <a href=\"#0fc1ae69-2213-47e4-b83a-c3f43cd3b27a\">Update Metadata Values</a> endpoint could be used with <code>\"scopeType\": \"collection\"</code> and <code>\"scopeId\": \"816e3f92-cb1b-11ec-9d64-0242ac120002\"</code> (the ID of a collection the asset is in).</p>\n<hr>\n<h1 id=\"rate-limits\">Rate Limits</h1>\n<p>By default, each Organization's API keys share the following rate limits:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Interval</strong></th>\n<th><strong>Limit</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Per Second</td>\n<td>30 Requests (20 Burst Requests)</td>\n</tr>\n<tr>\n<td>Per Day</td>\n<td>10,000 Requests</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"asset-uploads\">Asset Uploads</h1>\n<p>Uploading Assets to globaledit is a multi-step process, and differs depending on if you are uploading an original asset, or a new version of an asset.</p>\n<h2 id=\"upload-an-original-asset\">Upload an Original Asset:</h2>\n<ol>\n<li>The <a href=\"#0b43c429-cfd8-49a9-8ee9-29597b8ddb30\">Initiate Asset Upload</a> endpoint registers the asset in globaledit and returns temporary security credentials from AWS STS that can be used to upload the asset to S3.</li>\n<li>Given the S3 STS credentials: initiate, upload and finish the upload to S3 with the AWS S3 API. This can be done as a multipart upload.</li>\n<li>Optionally, the <a href=\"#cfc9b3ed-7fc3-4a69-a7e6-30eecdacc692\">Get Asset Upload Status</a> endpoint can be used to confirm the upload is complete.</li>\n</ol>\n<h2 id=\"upload-a-new-version-of-an-asset\">Upload a New Version of an Asset:</h2>\n<ol>\n<li>The <a href=\"#ea0e9203-c5d7-4c1b-b332-9bf141a9f84b\">Initiate Asset Version Upload</a> endpoint registers the asset in globaledit and returns an AWS S3 presigned URL. If the asset is over 150MB then a series of multipart presigned URLs will be returned to perform a multipart upload.</li>\n<li>If performing a multipart upload then <em>Finish Asset Version Upload</em> must be called after uploading each part. The eTags for the partsData can be found in the headers of the responses from S3 when uploading each part.</li>\n<li>Optionally, the <a href=\"#cfc9b3ed-7fc3-4a69-a7e6-30eecdacc692\">Get Asset Upload Status</a> endpoint can be used to confirm the upload is complete.</li>\n</ol>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authorization","slug":"authorization"},{"content":"Entities and Library Structure","slug":"entities-and-library-structure"},{"content":"Permissions and Scope","slug":"permissions-and-scope"},{"content":"Rate Limits","slug":"rate-limits"},{"content":"Asset Uploads","slug":"asset-uploads"}],"owner":"16561413","collectionId":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","publishedId":"UzkTWvup","public":true,"customColor":{"top-bar":"000","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-14T21:00:05.000Z"},"item":[{"name":"Webhooks","item":[{"name":"Create Webhook","id":"d881eba9-89cf-470e-a33e-5da980a34112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://hooks.slack.com/workflows/example\",\n  \"events\": [\n      \"Asset.BatchUploaded\"\n  ],\n  \"description\": \"Notify Slack channel of new assets\",\n  \"accountId\": 221653\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/webhooks/","description":"<p>Creates a new webhook subscription</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["webhooks",""],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"794b7555-0c9b-401b-845b-80ffee00442e","name":"Create Webhook","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://hooks.slack.com/workflows/example\",\n  \"events\": [\n      \"Asset.BatchUploaded\"\n  ],\n  \"description\": \"Notify Slack channel of new assets\",\n  \"accountId\": 221653\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/webhooks/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 17:56:53 GMT"},{"key":"x-amzn-RequestId","value":"62915341-e3a7-47d3-940e-b78e8c7cb20a"},{"key":"x-amz-apigw-id","value":"GNhv5HLHIAMFb-A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821665-45992def3794401c4da0441e;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"z3-0p894rKz1-6cbzc8Mc8lNjIL7AkFeiNIsMy32rhRDrcMz3cCXRw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b500422d-bc3c-4bb6-93ee-11a890effb6d\",\n    \"orgId\": 221653,\n    \"accountId\": 221653,\n    \"url\": \"https://hooks.slack.com/workflows/example\",\n    \"events\": [\n        \"Asset.BatchUploaded\"\n    ],\n    \"description\": \"Notify Slack channel of new assets\",\n    \"createdOn\": \"2023-06-08T17:56:53.553143Z\",\n    \"createdBy\": 328660,\n    \"secret\": \"whsec_001b07f8796c44849a0b1f87c517b559\"\n}"}],"_postman_id":"d881eba9-89cf-470e-a33e-5da980a34112"},{"name":"Get Webhooks","id":"09673c7d-65d2-44e9-8a2b-a07579f2f902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/webhooks","description":"<p>Gets a list of current webhook subscriptions</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"a03b2d77-d404-4cbf-b880-42759c7fd86d","name":"Get Webhooks","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"941"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 17:58:45 GMT"},{"key":"x-amzn-RequestId","value":"2b90709e-09df-4833-89e0-a936b64913ec"},{"key":"x-amz-apigw-id","value":"GNiBcECLIAMFmAQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648216d5-06780daa4beda5986f8a33ee;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"tAWZG7LK4Y2y3HKizPT7nz6NkfO4YC5VJOpES0miC9RvAygd5fbojg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"b500422d-bc3c-4bb6-93ee-11a890effb6d\",\n        \"orgId\": 221653,\n        \"accountId\": 221653,\n        \"url\": \"https://hooks.slack.com/workflows/example\",\n        \"events\": [\n            \"Asset.BatchUploaded\"\n        ],\n        \"description\": \"Notify Slack channel of new assets\",\n        \"createdOn\": \"2023-06-08T17:56:53.553143Z\",\n        \"createdBy\": 328660,\n        \"secret\": \"whsec_001b07f8796c44849a0b1f87c517b559\"\n    },\n    {\n        \"id\": \"5a8acfdd-8d2e-45c9-bed2-e0155274c6d8\",\n        \"orgId\": 221653,\n        \"accountId\": 221654,\n        \"url\": \"https://hooks.slack.com/workflows/example\",\n        \"events\": [\n            \"Collection.UsersInvited\",\n            \"Collection.Updated\",\n            \"Collection.TagsAdded\",\n            \"Collection.TagsRemoved\",\n            \"Asset.BatchUploaded\",\n            \"Asset.MetadataUpdated\",\n            \"Asset.RatingsUpdated\",\n            \"Asset.CommentsAdded\",\n            \"Folder.CommentAdded\",\n            \"Markup.LayerCreated\",\n            \"Markup.LayerCommentAdded\",\n            \"ApprovalGallery.Submitted\"\n        ],\n        \"description\": \"Testing\",\n        \"createdOn\": \"2023-04-25T19:28:33.59189Z\",\n        \"createdBy\": 245632,\n        \"secret\": \"whsec_ace6d06448f34acc88bf3bf82c2f1d95\"\n    }\n]"}],"_postman_id":"09673c7d-65d2-44e9-8a2b-a07579f2f902"},{"name":"Delete Webhook","id":"3e83aca5-f3eb-4586-8b5c-c89f6a29d882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/webhooks/b500422d-bc3c-4bb6-93ee-11a890effb6d","description":"<p>Deletes a webhook subscription</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["webhooks","b500422d-bc3c-4bb6-93ee-11a890effb6d"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"e56ffb76-9d7f-4c08-91f4-3cd3da5dc25e","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/webhooks/b500422d-bc3c-4bb6-93ee-11a890effb6d"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:00:23 GMT"},{"key":"x-amzn-RequestId","value":"06cc92a3-997e-4c68-a52a-f9aca77b6e68"},{"key":"x-amz-apigw-id","value":"GNiQnEkPoAMFZ4w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821736-2f8d45493a54b63912583c87;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"3k-kEAVy_nTiaVO-iC0L4sUbsJSbe-oYReV2s2tb4n6EJOGPUolvTg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3e83aca5-f3eb-4586-8b5c-c89f6a29d882"}],"id":"e45027f5-c3e6-4d86-a4b1-0d2aaec6535f","description":"<p>Webhooks allow customers to subscribe to various events and receive notifications when the event occurs in globaledit. Currently supported webhooks are:</p>\n<ol>\n<li><code>Asset.BatchUploaded</code> – A batch up assets is uploaded and the upload completes.</li>\n<li><code>Collection.UsersInvited</code> – A user or users are added as members on a collection.</li>\n<li><code>Collection.Updated</code> – A collection's description or tags are updated.</li>\n<li><code>Collection.TagsAdded</code> – Tags are added to a collection.</li>\n<li><code>Collection.TagsRemoved</code> – Tags are removed from a collection.</li>\n<li><code>Asset.MetadataUpdated</code> – An asset's metadata field is updated.</li>\n<li><code>Asset.RatingsUpdated</code> – An asset's rating is updated (labels, stars, color labels).</li>\n<li><code>Asset.CommentsAdded</code> – A new comment is added to an asset.</li>\n<li><code>Folder.CommentAdded</code> – A new comment is added to a folder.</li>\n<li><code>Markup.LayerCreated</code> – A new markup layer is created on an asset.</li>\n<li><code>Markup.LayerCommentAdded</code> – A new markup layer comment is added to a markup layer.</li>\n<li><code>ApprovalGallery.Submitted</code> – A user submitted an approval gallery.</li>\n</ol>\n<h4 id=\"security\">Security</h4>\n<p>Webhooks include a <code>secret</code> that can be used by the client to verify that the webhook response is genuine.</p>\n","_postman_id":"e45027f5-c3e6-4d86-a4b1-0d2aaec6535f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Webhook Callbacks","item":[{"name":"Asset.BatchUploaded","item":[],"id":"4070eae1-8e0b-4d85-8eee-ef33c8eb0873","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Asset\",\n   \"Action\":\"BatchUploaded\",\n   \"Data\":{\n      \"UserId\":279858,\n      \"WorkspaceId\":279864,\n      \"OrgId\":260155,\n      \"AccountId\":279860,\n      \"FolderId\":\"e17bbf2c-9519-451c-a5f3-adcfce089d24\",\n      \"AssetIds\":[\n         \"e01886f6-44d9-4b1d-97bf-bb0756796375\"\n      ]\n   },\n   \"CreatedOn\":\"2022-08-09T14:58:37.469246Z\"\n}\n\n\n</code></pre>\n","_postman_id":"4070eae1-8e0b-4d85-8eee-ef33c8eb0873","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Collection.UsersInvited","item":[],"id":"e916e86b-c16d-4a49-836f-41fd2a91066f","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Collection\",\n   \"Action\":\"UsersInvited\",\n   \"Data\":{\n      \"CollectionId\":\"0ebac1a0-4656-4f27-b9a9-19c1e8cef5d3\",\n      \"InviterId\":15184,\n      \"UserIds\":[\n         260178\n      ]\n   },\n   \"CreatedOn\":\"2022-08-09T14:50:18.2247443Z\"\n}\n\n</code></pre>\n","_postman_id":"e916e86b-c16d-4a49-836f-41fd2a91066f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Collection.Updated","item":[],"id":"71deb9be-8202-4ff3-a2b9-6b7c2da15066","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Collection\",\n   \"Action\":\"Updated\",\n   \"Data\":{\n      \"CollectionId\":\"907588e2-3a58-485a-9358-2d13c901d2f4\",\n      \"Description\":\"New description\",\n      \"Name\":\"My Collection\"\n   },\n   \"CreatedOn\":\"2022-11-08T15:49:11.0177807Z\"\n}\n\n</code></pre>\n","_postman_id":"71deb9be-8202-4ff3-a2b9-6b7c2da15066","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Collection.TagsAdded","item":[],"id":"1a903d1b-0cbd-4a2f-b506-1bf4d6cbfc74","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Collection\",\n   \"Action\":\"TagsAdded\",\n   \"Data\":{\n      \"CollectionId\":\"907588e2-3a58-485a-9358-2d13c901d2f4\",\n      \"AddedTags\":[\n         \"Reviewed\"\n      ]\n   },\n   \"CreatedOn\":\"2022-11-08T15:51:26.9315157Z\"\n}\n\n</code></pre>\n","_postman_id":"1a903d1b-0cbd-4a2f-b506-1bf4d6cbfc74","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Collection.TagsRemoved","item":[],"id":"32b5c3ac-37ee-4f44-b2db-0376cf671010","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Collection\",\n   \"Action\":\"TagsRemoved\",\n   \"Data\":{\n      \"CollectionId\":\"907588e2-3a58-485a-9358-2d13c901d2f4\",\n      \"RemovedTags\":[\n         \"Reviewed\"\n      ]\n   },\n   \"CreatedOn\":\"2022-11-08T15:52:29.5539804Z\"\n}\n\n</code></pre>\n","_postman_id":"32b5c3ac-37ee-4f44-b2db-0376cf671010","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Asset.MetadataUpdated","item":[],"id":"584cbc67-4103-4620-99e6-e24ffc9ec227","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Asset\",\n   \"Action\":\"MetadataUpdated\",\n   \"Data\":{\n      \"UserId\":15184,\n      \"CollectionId\":\"907588e2-3a58-485a-9358-2d13c901d2f4\",\n      \"AssetIds\":[\n         \"c09b47e2-f2d4-4af5-9e8a-92c69e37e0a2\",\n         \"c8e331a3-310d-40e5-a69d-b5fd009e54f0\",\n         \"bcea1989-dbe8-4394-9f19-bc0eaf9f01ab\"\n      ],\n      \"SchemaId\":\"cf3505ba-8f16-480e-8510-2f4960345773\"\n   },\n   \"CreatedOn\":\"2022-11-08T15:55:06.0134339Z\"\n}\n\n</code></pre>\n","_postman_id":"584cbc67-4103-4620-99e6-e24ffc9ec227","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Asset.RatingsUpdated","item":[],"id":"95f47a60-b2e4-4e16-8a37-69c02e20faf7","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Asset\",\n   \"Action\":\"RatingsUpdated\",\n   \"Data\":{\n      \"AssetIds\":[\n         \"c09b47e2-f2d4-4af5-9e8a-92c69e37e0a2\",\n         \"c8e331a3-310d-40e5-a69d-b5fd009e54f0\",\n         \"bcea1989-dbe8-4394-9f19-bc0eaf9f01ab\"\n      ],\n      \"RatingId\":\"stars\",\n      \"RatingValue\":5\n   },\n   \"CreatedOn\":\"2022-11-08T15:57:22.2495853Z\"\n}\n\n</code></pre>\n","_postman_id":"95f47a60-b2e4-4e16-8a37-69c02e20faf7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Asset.CommentsAdded","item":[],"id":"c38d8929-346b-479b-96cb-567d863c20f7","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Asset\",\n   \"Action\":\"CommentsAdded\",\n   \"Data\":{\n      \"CommenterId\":15184,\n      \"AssetIds\":[\n         \"bcea1989-dbe8-4394-9f19-bc0eaf9f01ab\",\n         \"c09b47e2-f2d4-4af5-9e8a-92c69e37e0a2\"\n      ],\n      \"Comment\":{\n         \"Text\":\"Ready for retouching\",\n         \"ParentId\":null\n      }\n   },\n   \"CreatedOn\":\"2022-11-08T17:30:31.9247922Z\"\n}\n\n</code></pre>\n","_postman_id":"c38d8929-346b-479b-96cb-567d863c20f7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Folder.CommentAdded","item":[],"id":"9af7b6c9-51ad-4097-8427-9f75acf75cf2","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Folder\",\n   \"Action\":\"CommentAdded\",\n   \"Data\":{\n      \"CommenterId\":15184,\n      \"FolderId\":\"19dc8e16-4444-4b90-9da7-776a50361e45\",\n      \"Comment\":{\n         \"Text\":\"Ready for retouching\",\n         \"ParentId\":null\n      }\n   },\n   \"CreatedOn\":\"2022-11-08T17:32:06.8962498Z\"\n}\n\n</code></pre>\n","_postman_id":"9af7b6c9-51ad-4097-8427-9f75acf75cf2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Markup.LayerCreated","item":[],"id":"74022d49-9ad1-4de9-bbe5-762ef23a27ec","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n   \"Entity\":\"Markup\",\n   \"Action\":\"LayerCreated\",\n   \"Data\":{\n      \"CreatedBy\":15184,\n      \"AssetId\":\"c09b47e2-f2d4-4af5-9e8a-92c69e37e0a2\",\n      \"Status\":[\n         {\n            \"LayerId\":\"8cc5623d-e038-4f14-8c0b-11591a50f06d\",\n            \"Value\":\"To Do\"\n         }\n      ]\n   },\n   \"CreatedOn\":\"2022-11-08T17:34:13.4503957Z\"\n}\n\n</code></pre>\n","_postman_id":"74022d49-9ad1-4de9-bbe5-762ef23a27ec","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Markup.LayerCommentAdded","item":[],"id":"8259a75a-82c6-4e51-b0af-475b6079fe8f","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"Markup\",\n   \"Action\":\"LayerCommentAdded\",\n   \"Data\":{\n      \"CommenterId\":15184,\n      \"AssetId\":\"c09b47e2-f2d4-4af5-9e8a-92c69e37e0a2\",\n      \"LayerId\":\"8cc5623d-e038-4f14-8c0b-11591a50f06d\",\n      \"Comment\":{\n         \"Text\":\"Great work\",\n         \"ParentId\":null\n      }\n   },\n   \"CreatedOn\":\"2022-11-08T17:35:16.4241974Z\"\n}\n\n</code></pre>\n","_postman_id":"8259a75a-82c6-4e51-b0af-475b6079fe8f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"ApprovalGallery.Submitted","item":[],"id":"87bfc36d-9dfc-4ff0-89c0-6494651e9468","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"Entity\":\"ApprovalGallery\",\n   \"Action\":\"Submitted\",\n   \"Data\":{\n      \"UserId\":16499,\n      \"ApprovalGalleryId\":\"b1afce1c-24e7-4945-a0a3-65d39249b13e\"\n   },\n   \"CreatedOn\":\"2022-11-08T17:42:49.1140354Z\"\n}\n\n</code></pre>\n","_postman_id":"87bfc36d-9dfc-4ff0-89c0-6494651e9468","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}}],"id":"fa476c6f-e55e-4507-9d19-a5a229eaf9b8","_postman_id":"fa476c6f-e55e-4507-9d19-a5a229eaf9b8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Custom Actions","item":[{"name":"Create Custom Action","id":"348ca1a9-548b-4957-9ede-4a0d701c302b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-globaledit-userid","value":"12345","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"http://example.com\",\n    \"displayName\": \"Trigger Custom Action\",\n    \"displayConfirmation\": \"Running Custom Action\",\n    \"entities\": [\n        \"asset\",\n        \"collection\",\n        \"folder\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/customactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","customactions"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"type":"any","value":"12345","key":"accountId"}]}},"response":[],"_postman_id":"348ca1a9-548b-4957-9ede-4a0d701c302b"},{"name":"Get Custom Actions","id":"5f083ca0-05f2-443f-94cd-80c7f9a2f4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-globaledit-userid","value":"12345","type":"text"}],"url":"https://dev.globaledit.com/v1/accounts/:accountId/customactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","customactions"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"501f838a-fb87-4161-8021-5c44be06a3bd","type":"any","value":"12345","key":"accountId"}]}},"response":[],"_postman_id":"5f083ca0-05f2-443f-94cd-80c7f9a2f4fa"},{"name":"Delete Custom Actions","id":"f8aaea99-eb3e-446c-b093-d69ab2891722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-globaledit-userid","value":"12345","type":"text"}],"url":"https://dev.globaledit.com/v1/accounts/:accountId/customactions/:customActionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","customactions",":customActionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"501f838a-fb87-4161-8021-5c44be06a3bd","type":"any","value":"12345","key":"accountId"},{"type":"any","value":null,"key":"customActionId"}]}},"response":[],"_postman_id":"f8aaea99-eb3e-446c-b093-d69ab2891722"}],"id":"9628a209-8b93-472e-a98f-6a34e9110008","description":"<p>Custom Actions allow customers to add items to contextual menus in globaledit. When a user selects a Custom Action, a webhook callback is sent to a specified URL with information about the context from which the Custom Action was run. (The URL could be an AWS Lambda function, Workato recipe, or Zapier automation.)</p>\n<p>Custom Actions can be used to update metadata for assets from an external source, transfer assets to external platforms, or perform bulk actions on assets within globaledit.</p>\n<img src=\"https://content.pstmn.io/d55b7348-7cef-4a2a-85d7-852824f92a58/Y3VzdG9tYWN0aW9uLnBuZw==\" alt=\"Example%20&quot;Fetch%20Metadata&quot;%20Custom%20Action\" width=\"319\" height=\"387\" />\n\n<p>Custom Actions can be associated with the following entities in globaledit: asset, collection, folder. When a Custom Action is run on an asset or group of assets, the callback returns the Asset IDs. When a Custom action is run on a collection or folder, the callback returns the ID of the collection or folder.</p>\n","_postman_id":"9628a209-8b93-472e-a98f-6a34e9110008","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Custom Action Callbacks","item":[],"id":"1e789ee2-0684-481a-91dd-81b888d88710","description":"<h4 id=\"asset\">Asset:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    Asset ids: [\n        \"b16c7799-ea4a-4b2a-98e4-649a181efecf\",\n        \"be0171bc-df95-465c-a081-c5a3cfef4758\"\n    ],\n    Scope type: \"Workspace\",\n    Scope ID: 29293,\n    Folder ID: \"46c9c7a5-61a2-47c0-b331-d4a2544550c3\",\n    OrgId: 16472,\n    AccountId: 29292,\n    RanBy: 15184\n}j\n\n</code></pre>\n<h4 id=\"collection\">Collection:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    CollectionIds: [\n        \"be0171bc-df95-465c-a081-c5a3cfef4758\"\n    ],\n    OrgId: 16472,\n    AccountId: 29292,\n    RanBy: 15184\n}j\n\n</code></pre>\n<h4 id=\"folder\">Folder:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    FolderIds: [\n        \"be0171bc-df95-465c-a081-c5a3cfef4758\"\n    ],\n    WorkspaceId: 29293,\n    OrgId: 16472,\n    AccountId: 29292,\n    RanBy: 15184\n}\n\n</code></pre>\n","_postman_id":"1e789ee2-0684-481a-91dd-81b888d88710","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Library","item":[{"name":"Get User Organization Chart","id":"af257298-232d-4576-85f1-0d368aa2ea63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/me/organizations/:orgId/chart","description":"<p>Returns all accounts and workspaces the user has access to within the specified organization.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","me","organizations",":orgId","chart"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Organization ID</p>\n","type":"text/plain"},"type":"any","value":"221653","key":"orgId"}]}},"response":[{"id":"41b24b73-0cea-4b2b-9a1f-1b5c89306110","name":"Get User Organization Chart","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/users/me/organizations/:orgId/chart","host":["https://dev.globaledit.com/v1"],"path":["users","me","organizations",":orgId","chart"],"variable":[{"key":"orgId","value":"221653","description":"(Required) Organization ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"453"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:02:23 GMT"},{"key":"x-amzn-RequestId","value":"6df44f97-edb3-4120-b004-0bda210e64e3"},{"key":"x-amz-apigw-id","value":"GNijaEmyoAMFq2Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648217af-2428109430f2fd4b72e6c581;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"2e_xeTp0Y3NGf6Af-YSAh2lIH83cJfKbLGjVRtV1ZI_8MnEBjxR0nQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 221653,\n    \"name\": \"Organization Name\",\n    \"accounts\": [\n        {\n            \"name\": \"Sample Account\",\n            \"id\": 328657,\n            \"workspaces\": [\n                {\n                    \"id\": 328658,\n                    \"name\": \"First Workspace\",\n                    \"createdOn\": \"2023-06-08T17:52:15.685265Z\",\n                    \"modifiedOn\": \"2023-06-08T17:52:15.685265Z\",\n                    \"hasFolders\": true\n                },\n                {\n                    \"id\": 328659,\n                    \"name\": \"Second Workspace\",\n                    \"createdOn\": \"2023-06-08T17:52:25.194553Z\",\n                    \"modifiedOn\": \"2023-06-08T17:52:25.194553Z\",\n                    \"hasFolders\": false\n                }\n            ]\n        }\n    ],\n    \"libraryWatermarkId\": \"37be010e-0fc4-4df0-8c96-913acd516d5a\"\n}"}],"_postman_id":"af257298-232d-4576-85f1-0d368aa2ea63"},{"name":"Get Folders in workspace","id":"126978c9-4b1b-4625-aa40-a63a97c6f662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders","description":"<p>Get the list of all folders and subfolders within the workspace. <br /> <br /> <strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","workspaces",":workspaceId","folders"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"db345988-13e8-4558-974e-adacf52d8a1f","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"}]}},"response":[{"id":"ea0d8d37-85f5-4d65-9aee-119fd7054874","name":"Get Folders in workspace","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","folders"],"variable":[{"key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID","id":"db345988-13e8-4558-974e-adacf52d8a1f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"752"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:06:35 GMT"},{"key":"x-amzn-RequestId","value":"c010b5a8-8880-42b7-be89-45e03337269c"},{"key":"x-amz-apigw-id","value":"GNjK1GxgoAMF4xA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648218ab-1a5a03512e33fe735f7c1274;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"MiAdkK9fK3K2SV61xyxR1P7AsxFzuJkgwAUWVD4X4kwUmRUgIvNikg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"workspaceId\": 328658,\n    \"folders\": [\n        {\n            \"id\": \"22168588-7730-44e1-86af-66994e2ce408\",\n            \"name\": \"Sample Folder\",\n            \"createdOn\": \"2023-06-08T17:52:32.754452Z\",\n            \"folders\": [],\n            \"hasProjectAssignments\": false\n        },\n        {\n            \"id\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n            \"name\": \"New Folder\",\n            \"createdOn\": \"2023-06-08T17:52:39.530928Z\",\n            \"folders\": [\n                {\n                    \"id\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\",\n                    \"parentId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n                    \"name\": \"Nested Folder\",\n                    \"createdOn\": \"2023-06-08T18:06:17.118694Z\",\n                    \"folders\": [\n                        {\n                            \"id\": \"6183289d-52f2-4c68-8be7-5db8e94064f1\",\n                            \"parentId\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\",\n                            \"name\": \"Second Nested Folder\",\n                            \"createdOn\": \"2023-06-08T18:06:28.149863Z\",\n                            \"folders\": [],\n                            \"hasProjectAssignments\": false\n                        }\n                    ],\n                    \"hasProjectAssignments\": false\n                }\n            ],\n            \"hasProjectAssignments\": false\n        }\n    ]\n}"}],"variable":[{"id":"db345988-13e8-4558-974e-adacf52d8a1f","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"}],"_postman_id":"126978c9-4b1b-4625-aa40-a63a97c6f662"},{"name":"Get Folders in a folder","id":"0734e06e-82f8-4c5f-a877-6356ab794d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId","description":"<p>Get this specific folder and every subfolder under it. <strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","workspaces",":workspaceId","folders",":folderId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"5fe03941-c584-4c9e-8540-4d3746c31397","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"},{"id":"7a573278-ffac-431d-a0ae-7d4ea5458cd6","description":{"content":"<p>(Required) Folder ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"folderId"}]}},"response":[{"id":"a70524c6-8ff4-43c9-8325-20d4349859f9","name":"Get Folders in a folder","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","folders",":folderId"],"variable":[{"key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID","id":"5fe03941-c584-4c9e-8540-4d3746c31397"},{"key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Folder ID","id":"7a573278-ffac-431d-a0ae-7d4ea5458cd6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"563"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:08:05 GMT"},{"key":"x-amzn-RequestId","value":"f42b56cc-a058-4780-bafb-ee0699ab401b"},{"key":"x-amz-apigw-id","value":"GNjYzF-GoAMFjZA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821904-2640b6b756017199433a576e;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"b0xfbbV0khOKqU_xB0XOPX-FLmAtou7_uci1oavYpTGai3QO9bcJwA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n    \"name\": \"New Folder\",\n    \"createdOn\": \"2023-06-08T17:52:39.530928Z\",\n    \"folders\": [\n        {\n            \"id\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\",\n            \"parentId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n            \"name\": \"Nested Folder\",\n            \"createdOn\": \"2023-06-08T18:06:17.118694Z\",\n            \"folders\": [\n                {\n                    \"id\": \"6183289d-52f2-4c68-8be7-5db8e94064f1\",\n                    \"parentId\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\",\n                    \"name\": \"Second Nested Folder\",\n                    \"createdOn\": \"2023-06-08T18:06:28.149863Z\",\n                    \"folders\": [],\n                    \"hasProjectAssignments\": false\n                }\n            ],\n            \"hasProjectAssignments\": false\n        }\n    ],\n    \"hasProjectAssignments\": false\n}"}],"variable":[{"id":"5fe03941-c584-4c9e-8540-4d3746c31397","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"},{"id":"7a573278-ffac-431d-a0ae-7d4ea5458cd6","key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Folder ID"}],"_postman_id":"0734e06e-82f8-4c5f-a877-6356ab794d1e"},{"name":"Get Assets In Folder","id":"9226fdb7-6494-4362-a9fe-345ffc0c756b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/workspaces/:workspaceId/folders/:folderId/assets/","description":"<p>Returns a summary of each asset in the folder</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","folders",":folderId","assets",""],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","key":"folderId"}]}},"response":[{"id":"ee35edee-b00d-4bce-8c8b-e98ed90e86da","name":"Get Assets In Folder","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/workspaces/:workspaceId/folders/:folderId/assets/","host":["https://dev.globaledit.com/v1"],"path":["workspaces",":workspaceId","folders",":folderId","assets",""],"variable":[{"key":"workspaceId","value":"328658","description":"(Required) "},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14364"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:09:55 GMT"},{"key":"x-amzn-RequestId","value":"fc409191-f89c-4f3d-9325-d324dda29175"},{"key":"x-amz-apigw-id","value":"GNjp-GowIAMFUjw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821972-55f688d64b1a02e02d478bcb;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"h80HxqP2SvmFQWxuR1gs4SDJgkxLPgd2Mn9D9lMOBhgS64l003Vp1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n    \"assets\": [\n        {\n            \"id\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n            \"name\": \"2gCdMSuAsZw.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:45.663638Z\",\n            \"sizeInBytes\": 1009411,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"blue\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:17.1943380Z\"\n                    ]\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 5,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:45.5360980Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": \"final\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:29.8321200Z\"\n                    ]\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:39.1110860Z\"\n                    ]\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:39.5545550Z\"\n                    ]\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\",\n            \"name\": \"5HC8MhpE7dA.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:46.195931Z\",\n            \"sizeInBytes\": 1552136,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"green\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:23.2528250Z\"\n                    ]\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 3,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:46.1377800Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": \"toDo\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:26.6951520Z\"\n                    ]\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"5bc56f5b-ff2e-4533-9ebb-7c5a883dbae7\",\n            \"name\": \"5L7WtS_L1dk.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:47.419362Z\",\n            \"sizeInBytes\": 6270663,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"green\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:24.5186180Z\"\n                    ]\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 2,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:47.3566280Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:41.2884550Z\"\n                    ]\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:40.6988720Z\"\n                    ]\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:41.0265670Z\"\n                    ]\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:40.2279500Z\"\n                    ]\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"5bc56f5b-ff2e-4533-9ebb-7c5a883dbae7\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"93394afd-427e-4670-98a8-8aa964210502\",\n            \"name\": \"5RuS1DNTm8s.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:44.350544Z\",\n            \"sizeInBytes\": 2081403,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 3,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:44.2060890Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:38.1883530Z\"\n                    ]\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"93394afd-427e-4670-98a8-8aa964210502\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\",\n            \"name\": \"8UZ7NUqYuFQ.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:43.833932Z\",\n            \"sizeInBytes\": 1171523,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 5,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:43.7823520Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:37.5045450Z\"\n                    ]\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"4f529af4-b76f-4c64-a592-f61c05d07363\",\n            \"name\": \"BZfYXV2DFmk.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:23.35045Z\",\n            \"sizeInBytes\": 625044,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"4f529af4-b76f-4c64-a592-f61c05d07363\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"837ed7de-e349-436a-b56f-223d5e939f21\",\n            \"name\": \"CJeBd948ZeM.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:36.653899Z\",\n            \"sizeInBytes\": 2413048,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": \"inProgress\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:36.4801060Z\"\n                    ]\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"837ed7de-e349-436a-b56f-223d5e939f21\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"29438bdf-1518-4991-b0f4-dd53e54b5973\",\n            \"name\": \"dwrFbh8cCIA.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:23.836557Z\",\n            \"sizeInBytes\": 1698307,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"29438bdf-1518-4991-b0f4-dd53e54b5973\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\",\n            \"name\": \"_Ejr1Vj6dz0.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:18.258181Z\",\n            \"sizeInBytes\": 859282,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"767bafb7-3326-4e14-8bc1-88f4e8f51980\",\n            \"name\": \"FtOfK7TAYmw.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:24.155278Z\",\n            \"sizeInBytes\": 1107185,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"767bafb7-3326-4e14-8bc1-88f4e8f51980\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"7723fbc6-3310-4441-a9b2-7a301d190c1b\",\n            \"name\": \"fzZmfeFDqkk.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:25.087006Z\",\n            \"sizeInBytes\": 933605,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"7723fbc6-3310-4441-a9b2-7a301d190c1b\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"05fc3d30-6e44-4671-b9ee-d8b040db27f2\",\n            \"name\": \"g53-jpJsdrA.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:23.578323Z\",\n            \"sizeInBytes\": 890894,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"05fc3d30-6e44-4671-b9ee-d8b040db27f2\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"3172bcd3-1959-4170-9fe0-29741efc1eeb\",\n            \"name\": \"gc52wGQ2nP8.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:27.069941Z\",\n            \"sizeInBytes\": 1153864,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"3172bcd3-1959-4170-9fe0-29741efc1eeb\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"c7aa54f4-6518-4713-9a0e-29f60fa0a3dc\",\n            \"name\": \"hmoDcZnB7uw.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:27.332609Z\",\n            \"sizeInBytes\": 1477237,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"c7aa54f4-6518-4713-9a0e-29f60fa0a3dc\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"32090ab1-172f-4d3d-a1b2-b39a8efdc463\",\n            \"name\": \"hWUYHO7Wbhc.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:28.900219Z\",\n            \"sizeInBytes\": 1663114,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"32090ab1-172f-4d3d-a1b2-b39a8efdc463\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"f0145ed2-fe1f-4b3a-a97b-8810221dde2f\",\n            \"name\": \"IiA1HfC4dmU.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:27.080974Z\",\n            \"sizeInBytes\": 1449743,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"f0145ed2-fe1f-4b3a-a97b-8810221dde2f\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"de69b7f7-59ba-4a70-9a10-25e9e294c552\",\n            \"name\": \"IlyoetXp-Jw.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:29.350349Z\",\n            \"sizeInBytes\": 2489291,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"de69b7f7-59ba-4a70-9a10-25e9e294c552\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"b24e396c-fa35-4c0d-ada2-f192a2b03c33\",\n            \"name\": \"LJAvkoPeOMk.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:28.842672Z\",\n            \"sizeInBytes\": 1348249,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"b24e396c-fa35-4c0d-ada2-f192a2b03c33\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"b9a2028d-fbf2-472a-a967-846955cf263e\",\n            \"name\": \"lwJrP17mb5w.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:30.603694Z\",\n            \"sizeInBytes\": 1891256,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"b9a2028d-fbf2-472a-a967-846955cf263e\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"69d05b30-83d2-45cc-bd2f-3ffa99fd8ad0\",\n            \"name\": \"M4EbrwvgB4M.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:30.357791Z\",\n            \"sizeInBytes\": 1088654,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"69d05b30-83d2-45cc-bd2f-3ffa99fd8ad0\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"51908b91-67e5-40f6-b6ff-dfd834787e0f\",\n            \"name\": \"ndnVNOhIorU.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:32.109362Z\",\n            \"sizeInBytes\": 1217452,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"51908b91-67e5-40f6-b6ff-dfd834787e0f\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"6fddacc1-fde7-434c-a00c-2aa152292022\",\n            \"name\": \"nMjFeM0Z1uU.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:33.593628Z\",\n            \"sizeInBytes\": 2575825,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"6fddacc1-fde7-434c-a00c-2aa152292022\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"ceb3e053-712c-4a71-bb67-fbfca98b46d1\",\n            \"name\": \"P9fRh7OAk3c.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:33.423807Z\",\n            \"sizeInBytes\": 1144867,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"ceb3e053-712c-4a71-bb67-fbfca98b46d1\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"3713bdc8-5ff5-472a-a722-dc3a6ab9727c\",\n            \"name\": \"pfrGh-NEzX4.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:31.586333Z\",\n            \"sizeInBytes\": 1130445,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"3713bdc8-5ff5-472a-a722-dc3a6ab9727c\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"40fce014-a71a-43c4-8774-687612df8a8a\",\n            \"name\": \"pIo8rhR27HE.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:34.895965Z\",\n            \"sizeInBytes\": 2888347,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"40fce014-a71a-43c4-8774-687612df8a8a\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"29f290cd-5c5a-4cbb-96e4-743999912a37\",\n            \"name\": \"pUgCXI9UPIk.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:30.587722Z\",\n            \"sizeInBytes\": 573168,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"29f290cd-5c5a-4cbb-96e4-743999912a37\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"4d093bd8-2193-4d70-9a3f-1431e6b66ab8\",\n            \"name\": \"QbIZf9OwbSI.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:35.146648Z\",\n            \"sizeInBytes\": 2369614,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"4d093bd8-2193-4d70-9a3f-1431e6b66ab8\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"d0845318-2efd-49eb-b2a8-b4b8dcdd06af\",\n            \"name\": \"RSNMCJ9QcPI.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:35.610806Z\",\n            \"sizeInBytes\": 1936692,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"d0845318-2efd-49eb-b2a8-b4b8dcdd06af\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"1a757593-1ea4-4a49-847d-c36dd24c4256\",\n            \"name\": \"SRJ9MG_pbjg.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:32.786801Z\",\n            \"sizeInBytes\": 706275,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"1a757593-1ea4-4a49-847d-c36dd24c4256\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"05b17546-cd2c-4326-9bbf-addeacb0a877\",\n            \"name\": \"vVMM6iW05UI.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:38.797521Z\",\n            \"sizeInBytes\": 1731667,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"versions\": [\n                {\n                    \"versionId\": \"05b17546-cd2c-4326-9bbf-addeacb0a877\",\n                    \"versionNumber\": 1\n                }\n            ]\n        }\n    ],\n    \"count\": 30\n}"}],"_postman_id":"9226fdb7-6494-4362-a9fe-345ffc0c756b"},{"name":"Get Folder Project","id":"d821552e-0ab9-4ae5-9b7e-a71efa29f856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/collections/workspaces/:workspaceId/folders/:folderId/projects","description":"<p>The list of folders within a project.</p>\n<p><strong>'Policies (any):</strong></p>\n<ul>\n<li>account:projectAssignments:manage</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections","workspaces",":workspaceId","folders",":folderId","projects"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"75013475-51b3-4157-aae4-ddbb18869688","description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"},{"id":"4cebae44-ea35-4dd8-a6e2-25266d604d0e","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"folderId"}]}},"response":[{"id":"699e225c-4320-40f6-80b6-5d7547e70990","name":"Get Folder Project","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/collections/workspaces/:workspaceId/folders/:folderId/projects","host":["https://dev.globaledit.com/v1"],"path":["collections","workspaces",":workspaceId","folders",":folderId","projects"],"variable":[{"key":"workspaceId","value":"51574021","type":"any","description":"(Required) Collection ID","id":"75013475-51b3-4157-aae4-ddbb18869688"},{"key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Account ID","id":"4cebae44-ea35-4dd8-a6e2-25266d604d0e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"742"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:12:10 GMT"},{"key":"x-amzn-RequestId","value":"53dd83bf-bb90-41e3-ab66-a799ed5053a4"},{"key":"x-amz-apigw-id","value":"GNj_JEqXoAMFZdA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648219fa-5336567c4700db056810e323;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"uIRFjUy_4Oc-TqVbY5cusR9yj5TboC3YLBr0RLS5jwVK3K8bTKOyfA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6f4a3286-4286-4e5a-8835-63e5ee05cada\",\n        \"accountId\": 328657,\n        \"workspaceId\": 328658,\n        \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n        \"name\": \"Sample Project\",\n        \"description\": \"\",\n        \"internalNote\": \"\",\n        \"createdOn\": \"2023-06-08T18:11:08.990953Z\",\n        \"createdBy\": 24735,\n        \"modifiedOn\": \"2023-06-08T18:11:13.257042Z\",\n        \"modifiedBy\": 24735,\n        \"otherUsers\": [\n            {\n                \"userId\": 74892,\n                \"invitedBy\": 24735,\n                \"invitedOn\": \"2023-06-08T18:11:08.992053Z\",\n                \"modifiedOn\": \"2023-06-08T18:11:08.992071Z\",\n                \"status\": \"Invited\",\n                \"statusChangedOn\": \"2023-06-08T18:11:08.992124Z\"\n            }\n        ],\n        \"assetCount\": 4,\n        \"coverPhoto\": {\n            \"previewsBucketName\": \"prod01-globaledit-assets-previews\",\n            \"previewsFileKey\": \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\"\n        },\n        \"newEventCount\": 0,\n        \"expired\": false,\n        \"favorite\": false,\n        \"archived\": false,\n        \"tags\": []\n    }\n]"}],"variable":[{"id":"75013475-51b3-4157-aae4-ddbb18869688","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Collection ID"},{"id":"4cebae44-ea35-4dd8-a6e2-25266d604d0e","key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Account ID"}],"_postman_id":"d821552e-0ab9-4ae5-9b7e-a71efa29f856"},{"name":"Create Folder","id":"434042e6-e8ca-4a15-8a18-478e8a7b9df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Example Folder\",\n  \"parentId\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders","description":"<p>Creates a folder in a workspace or another folder</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","workspaces",":workspaceId","folders"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"91721226-b17f-4d3b-a3e8-50de37d3269f","name":"Create Folder","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Example Folder\",\n  \"parentId\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","folders"],"variable":[{"key":"workspaceId","value":"328658","description":"(Required) Workspace ID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:13:55 GMT"},{"key":"x-amzn-RequestId","value":"f5d396e9-db78-46b5-add8-85b3e6b9241f"},{"key":"x-amz-apigw-id","value":"GNkPlErtoAMFxfQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821a63-7b333ce259642c307d48403c;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"nkSxlrKVF5yZYXkQYMLkDi2X8L_Ku1zjfjQSwWDqYdsCbp5PMGgKgw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fc4aee62-d772-4607-9ea3-22c3e4a7102a\",\n    \"parentId\": \"59f3e573-bfb6-4fa8-bd10-2800e2c0d926\",\n    \"name\": \"Example Folder\",\n    \"createdOn\": \"2023-06-08T18:13:55.5831339Z\"\n}"}],"_postman_id":"434042e6-e8ca-4a15-8a18-478e8a7b9df5"},{"name":"Create Workspace","id":"217576fa-91c5-4dcc-9b9b-96f67455edff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Workspace\"\n}"},"url":"https://dev.globaledit.com/v1/users/accounts/:accountId/workspaces","description":"<p>Create a workspace within an account.</p>\n<p><strong>'Policies (any):</strong></p>\n<ul>\n<li>ws:create</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","accounts",":accountId","workspaces"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"4e3fb11e-3cfa-4d86-9cd1-4698eae343c9","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"f9a572f4-edf9-448b-a1cb-8a1433270eb0","name":"Create Workspace","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Workspace\"\n}"},"url":{"raw":"https://dev.globaledit.com/v1/users/accounts/:accountId/workspaces","host":["https://dev.globaledit.com/v1"],"path":["users","accounts",":accountId","workspaces"],"variable":[{"key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID","id":"4e3fb11e-3cfa-4d86-9cd1-4698eae343c9"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:16:27 GMT"},{"key":"x-amzn-RequestId","value":"8676b42c-9844-4ff3-b0bc-a3b734a3b158"},{"key":"x-amz-apigw-id","value":"GNknUHiEIAMFzcg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821afb-3191c22f607ce4e30a58a3a4;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"7JDS2G0nErJESagULg3ygm1WW1Kf7T52ynAeyDTsM4aMgs4vbcxP1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 328661,\n    \"name\": \"Example Workspace\",\n    \"createdOn\": \"2023-06-08T18:16:27.52814Z\",\n    \"modifiedOn\": \"2023-06-08T18:16:27.52814Z\",\n    \"hasFolders\": false\n}"}],"variable":[{"id":"4e3fb11e-3cfa-4d86-9cd1-4698eae343c9","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"217576fa-91c5-4dcc-9b9b-96f67455edff"}],"id":"375c02c9-159e-438c-a5f0-54dafce1c734","_postman_id":"375c02c9-159e-438c-a5f0-54dafce1c734","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Assets","item":[{"name":"Search Assets","id":"78addaf7-0610-415e-a10f-c90f915cf883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"search=(%222gCdMSuAsZw.jpg%22)&searchMode=any&$orderby=search.score()%20desc&$top=5001&$skip=0\",\n  \"searchType\": \"workspace\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/search/assets","description":"<p>Returns a list of assets matching the search query. The simplest way to generate a search query is to perform a sample search in globaledit and copy the query string out of the browser's console.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","search","assets"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"d234af4b-9dfc-4e26-8325-1e0e56771a7a","name":"Search Assets","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"search=(%222gCdMSuAsZw.jpg%22)&searchMode=any&$orderby=search.score()%20desc&$top=5001&$skip=0\",\n  \"searchType\": \"workspace\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/search/assets","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","search","assets"],"variable":[{"key":"accountId","value":"328657","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1258"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:20:02 GMT"},{"key":"x-amzn-RequestId","value":"fa8e732b-17a9-426e-a652-9034890605e8"},{"key":"x-amz-apigw-id","value":"GNlI0GL3oAMFdIw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821bd1-341d38bf063476ef1e8a12f8;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"NWPAcGsQJ-RdM6HEof05QTV9lUDqpxrO8_6O4Um7qjrLDaNxYrFP9A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"assets\": [\n        {\n            \"id\": \"0130373c-63dc-4b44-9cdb-a511f88d8f9b\",\n            \"name\": \"2gCdMSuAsZw.jpg\",\n            \"createdOn\": \"2023-06-08T17:53:04.009+00:00\",\n            \"modifiedOn\": \"2023-06-08T17:53:28.581+00:00\",\n            \"sizeInBytes\": 1009411,\n            \"previewStatus\": \"available\",\n            \"attachmentCount\": 0,\n            \"markupCount\": 0,\n            \"versionCount\": 1,\n            \"hasAttachment\": false,\n            \"hasMarkup\": false,\n            \"type\": \"image\",\n            \"accountId\": \"328657\",\n            \"workspaceId\": \"328658\",\n            \"ratings\": [\n                {\n                    \"id\": \"stars\",\n                    \"value\": \"0\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"color\",\n                    \"value\": \"gray\",\n                    \"users\": []\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"0130373c-63dc-4b44-9cdb-a511f88d8f9b\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n            \"name\": \"2gCdMSuAsZw.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339+00:00\",\n            \"modifiedOn\": \"2023-06-08T18:09:45.663+00:00\",\n            \"sizeInBytes\": 1009411,\n            \"previewStatus\": \"available\",\n            \"attachmentCount\": 0,\n            \"markupCount\": 0,\n            \"versionCount\": 1,\n            \"hasAttachment\": false,\n            \"hasMarkup\": false,\n            \"type\": \"image\",\n            \"accountId\": \"328657\",\n            \"workspaceId\": \"328658\",\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"blue\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": \"5\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": \"final\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:39.111Z\"\n                    ]\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:39.554Z\"\n                    ]\n                }\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n                    \"versionNumber\": 1\n                }\n            ]\n        }\n    ],\n    \"count\": 2\n}"}],"_postman_id":"78addaf7-0610-415e-a10f-c90f915cf883"},{"name":"Get Asset Preview","id":"7d6313bf-59de-428b-b824-5d55670aeb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/files/assets/:assetId/previews/:previewSize/?scopeType=workspace&scopeId=328658","description":"<p>Returns the JPG preview for an asset. Previews are available in sizes of 80px (non-watermarked only),  135px, 280px, 1280px, and 3072px.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["files","assets",":assetId","previews",":previewSize",""],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"086abb63-3d40-40d1-b8e6-d58ccf1e81d2","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"},{"id":"d21061f2-ebb3-4a5f-a021-e7506751dac0","description":{"content":"<p>(Required) Width in pixels of the preview (size 80 not available watermarked)</p>\n","type":"text/plain"},"type":"any","value":"1280","key":"previewSize"}]}},"response":[{"id":"a4a8ddf8-3ba6-4968-9911-63506fc2941e","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"url":{"raw":"https://dev.globaledit.com/v1/files/assets/:assetId/previews/:previewSize/?scopeType=workspace&scopeId=1234","host":["https://dev.globaledit.com/v1"],"path":["files","assets",":assetId","previews",":previewSize",""],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","description":"(Required) Asset ID"},{"key":"previewSize","value":"1280","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpg","enabled":true}],"cookie":[],"responseTime":null,"body":"<asset binary>"}],"variable":[{"id":"086abb63-3d40-40d1-b8e6-d58ccf1e81d2","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"},{"id":"d21061f2-ebb3-4a5f-a021-e7506751dac0","key":"previewSize","value":"1280","type":"any","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}],"_postman_id":"7d6313bf-59de-428b-b824-5d55670aeb1a"},{"name":"Get Asset Preview URL","id":"9dc51714-db71-470a-97b8-56953092731b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/files/assets/:assetId/previews/:previewSize/url?scopeType=workspace&scopeId=328658","description":"<p>Returns the JPG preview for an asset as a URL. Previews are available in sizes of 80px (non-watermarked only),  135px, 280px, 1280px, and 3072px.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["files","assets",":assetId","previews",":previewSize","url"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"23efb08c-5ca6-4495-b8f4-7ca389d13382","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"string","value":"urn:uuid:c2e8749a-2bed-ed1d-f1ba-68a88ae1fe7e","key":"assetId"},{"id":"bbfd6e26-5261-4c86-b94a-d6385405846a","description":{"content":"<p>(Required) Width in pixels of the preview (size 80 not available watermarked)</p>\n","type":"text/plain"},"type":"string","value":"1280","key":"previewSize"}]}},"response":[{"id":"96a1ef0e-a680-4b21-ae37-ae7972e3faee","name":"Get Asset Preview URL","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/files/assets/:assetId/previews/:previewSize/url?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["files","assets",":assetId","previews",":previewSize","url"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"}],"variable":[{"key":"assetId","value":"2d9581af-7825-4562-afb6-53a3e5921103","type":"string","description":"(Required) Asset ID"},{"key":"previewSize","value":"1280","type":"string","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1692"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:23:51 GMT"},{"key":"x-amzn-RequestId","value":"e6b529ec-5920-4e1e-9d2f-5ded2409e3c1"},{"key":"x-amz-apigw-id","value":"GNlstE8kIAMFiLg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821cb7-2c1eefc34130814a0a6a212f;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 babb61789095288ef1d09146c15e7f1e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"cet9SOfPB_o_oMWK-7eWsvHCDf8o1M6ZIfERjD6YkUmHn4MjYcwZjg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3.amazonaws.com/prod01-globaledit-assets-previews/221653/328657/2d9581af-7825-4562-afb6-53a3e5921103_1280.jpg?X-Amz-Expires=600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEC8aCXVzLWVhc3QtMSJIMEYCIQCrMMvZoYsFUBxhn%2B3gXvG%2FCC0eIAHY6EdxM3%2FDM5R78wIhAKrqnc3mUqyzZkCScWRSwOqwlQqv9HvXjUPHCfnBDFHPKp0ECHgQABoMMzM0ODQ1NzEyOTA0IgxJXzawoT%2Fhw65NrvAq%2BgMW0SXH9yxzi2wQdC%2BnNMHvDzCM4TXBt5UtzDCNChCgPr%2FRonYTwFs%2BqTxnPPZzSOqWE%2BRnGnZ%2BqQGuetjiv5TLxcXnHfeLOa5XRDtg5PTZ3kUWPWe7vNN6GcCR6%2FIGu9a5w1iUrOA3%2FnHLx7yCdVgo4PAUKrkMichdP%2BC%2FU9KOvDHLAXqFziFuyF0DdsORiMz0wSx94FIy%2BGAGuls8SbAJdAcd%2Ftwj%2FlsaCInc5tkz62BRF8L160cW2%2BGA8zeeb%2BgXUotCfOfHspD60tDsefwnIrZ4OsYpl0eMrRrOTm%2BqzssC72POU0CqHmU6qXYv7xNzokVC1fl%2BUnOOwq3j0jw31V2rdxwFRwN2dPg3Xen4Bf72HCV1x5dgpaB60zDxSlwLWEWBgJimrhbQbUBhfA3GNzdUCc5wymgPrQJCu963jvXk4bDJ9PJMDwtCR6s%2BpfgnTTqllxwUlXRhx8PpBZVD3%2Fr%2Blz%2BjAKM3a7gPeuZHB1TGwAK5KZq6r6GKFUOiGOmlsS98jnGRtqRpwnPkYS6QN7FgbjOvv5L2hVrNsA9zf30qTrm2VjQkmaUImwkga1MWi3nBrhhWJY31mFqVIhW5xsWPTo3hz5OjkvXzwUfpVM36LLGI7eyvK0vWC%2BIBLZzitMeO9FcEj7rv61ZRby9KpSM84h6OIrph3zCe14ekBjqlAVDywoaEBU6KZiuWcmXwAYDpGv2kJiLLQGeCMnjNiuq5ECKlcMkupNgcxy1%2BwhRnYkZ01aQPe9YFrgLqtnAKOhB8v%2F0rbi4LAhLuqjceVVigSKSnKWWJ6JALGdW8rvpOQxVw9BNI095ycUFTPvmg7jtOZN5fERodjgd%2BzE6Ce6Nef%2BX6lHju7F23ibMLhGdASdtCLQ%2FxcCAsyWCSNgwdLwuJsfgvuQ%3D%3D&response-content-disposition=attachment%3B%20filename%3D%222gCdMSuAsZw_preview_1280.jpg%22&response-content-type=image%2Fjpeg&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAU35S4DIECUTDVAMK/20230608/us-east-1/s3/aws4_request&X-Amz-Date=20230608T182351Z&X-Amz-SignedHeaders=host&X-Amz-Signature=4d7a61ec53ce8d4e76690c54876de4be9c4e6d896eaa65a527c5abfe04d66e70\"\n}"}],"variable":[{"id":"23efb08c-5ca6-4495-b8f4-7ca389d13382","key":"assetId","value":"urn:uuid:c2e8749a-2bed-ed1d-f1ba-68a88ae1fe7e","type":"string","description":"(Required) Asset ID"},{"id":"bbfd6e26-5261-4c86-b94a-d6385405846a","key":"previewSize","value":"1280","type":"string","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}],"_postman_id":"9dc51714-db71-470a-97b8-56953092731b"},{"name":"Get Original Asset","id":"6d88ec8c-6dad-4693-900d-52e1aae2aabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"image/*"}],"url":"https://dev.globaledit.com/v1/files/assets/:assetId/originals?scopeType=workspace&scopeId=328658","description":"<p>Returns the original asset file</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["files","assets",":assetId","originals"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"9ea49557-0f53-4cb7-9d2b-f8093201defb","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"c222553d-38c4-4b66-aa2b-780c30a41463","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"url":{"raw":"https://dev.globaledit.com/v1/files/assets/:assetId/originals?scopeType=workspace&scopeId=1234","host":["https://dev.globaledit.com/v1"],"path":["files","assets",":assetId","originals"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","description":"(Required) Asset ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/*","enabled":true}],"cookie":[],"responseTime":null,"body":"<asset binary>"}],"variable":[{"id":"9ea49557-0f53-4cb7-9d2b-f8093201defb","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"}],"_postman_id":"6d88ec8c-6dad-4693-900d-52e1aae2aabe"},{"name":"Get Asset Summary","id":"31bb5346-b66a-4efe-b486-49ddeebf0f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/assets/:assetId/summary?scopeType=workspace&scopeId=328658","description":"<p>Returns information about an asset</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets",":assetId","summary"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"eeca908c-5a18-41ab-a9fe-a2713c5dc63a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"82ec57e0-22d1-49b8-81fd-2e8990fcbc57","name":"Get Asset Summary","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/summary?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","summary"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"}],"variable":[{"key":"assetId","value":"2d9581af-7825-4562-afb6-53a3e5921103","description":"(Required) ","type":"any"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"981"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:28:14 GMT"},{"key":"x-amzn-RequestId","value":"f8be4d34-4f8c-4c2f-a54e-77b4350f84e7"},{"key":"x-amz-apigw-id","value":"GNmVzFI1oAMFmnw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821dbe-367ae5a204ee71cf63240171;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ef24c2f85065aa2c39cf270c915f3398.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"h3iVyrdPALx9mJIJhXJokr2QvEPcBverGb3p7EcPqgXf3JcZQ4ym-g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n    \"name\": \"2gCdMSuAsZw.jpg\",\n    \"type\": \"Image\",\n    \"workspaceId\": 328658,\n    \"workspaceName\": \"First Workspace\",\n    \"sizeInBytes\": 1009411,\n    \"attachmentCount\": 0,\n    \"attachmentsSizeInBytes\": 0,\n    \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n    \"modifiedOn\": \"2023-06-08T18:09:45.663638Z\",\n    \"ancestry\": [\n        {\n            \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n            \"folderName\": \"New Folder\"\n        }\n    ],\n    \"properties\": {\n        \"height\": 6000,\n        \"width\": 3368\n    },\n    \"markupLayerCount\": 0,\n    \"currentVersion\": 1,\n    \"versionCount\": 1,\n    \"versions\": [\n        {\n            \"versionId\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n            \"versionNumber\": 1\n        }\n    ],\n    \"ratings\": [\n        {\n            \"id\": \"color\",\n            \"value\": \"blue\",\n            \"users\": [\n                \"24735:2023-06-08T18:09:17.1943380Z\"\n            ]\n        },\n        {\n            \"id\": \"stars\",\n            \"value\": 5,\n            \"users\": [\n                \"24735:2023-06-08T18:09:45.5360980Z\"\n            ]\n        },\n        {\n            \"id\": \"status\",\n            \"value\": \"final\",\n            \"users\": [\n                \"24735:2023-06-08T18:09:29.8321200Z\"\n            ]\n        },\n        {\n            \"id\": \"alt\",\n            \"users\": []\n        },\n        {\n            \"id\": \"approve\",\n            \"users\": [\n                \"24735:2023-06-08T18:09:39.1110860Z\"\n            ]\n        },\n        {\n            \"id\": \"kill\",\n            \"users\": []\n        },\n        {\n            \"id\": \"select\",\n            \"users\": [\n                \"24735:2023-06-08T18:09:39.5545550Z\"\n            ]\n        }\n    ]\n}"}],"variable":[{"id":"eeca908c-5a18-41ab-a9fe-a2713c5dc63a","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"31bb5346-b66a-4efe-b486-49ddeebf0f1a"},{"name":"Move Assets","id":"27b818a6-f8f4-4fb1-80a3-24336cb471bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"2d9581af-7825-4562-afb6-53a3e5921103\",\n    \"2d9581af-7825-4562-afb6-53a3e5921103\"\n  ],\n  \"folderId\": \"6183289d-52f2-4c68-8be7-5db8e94064f1\",\n  \"workspaceId\": 328658\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/workspaces/:workspaceId/assets/move","description":"<p>Moves the specified assets between folders</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","assets","move"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"78c1f4cf-84c8-432e-b211-1ac9491db50e","name":"Move Assets","originalRequest":{"method":"PUT","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"2d9581af-7825-4562-afb6-53a3e5921103\",\n    \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\"\n  ],\n  \"folderId\": \"6183289d-52f2-4c68-8be7-5db8e94064f1\",\n  \"workspaceId\": 328658\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/workspaces/:workspaceId/assets/move","host":["https://dev.globaledit.com/v1"],"path":["workspaces",":workspaceId","assets","move"],"variable":[{"key":"workspaceId","value":"328658","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:31:00 GMT"},{"key":"x-amzn-RequestId","value":"44ef9180-56e0-4de9-8efa-b308b5a4db01"},{"key":"x-amz-apigw-id","value":"GNmvuGKIIAMFuHA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821e64-68d23f7f00429b7a5c4adb07;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ef24c2f85065aa2c39cf270c915f3398.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"ntlqwqLz_pZgqpBkHzFKVIhj5khz1aVNpeyrRPDdbV6WmidfoEPueA=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"27b818a6-f8f4-4fb1-80a3-24336cb471bd"},{"name":"Delete Assets","id":"d855bbff-f1bc-422e-b934-d1ad5b8aa306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-globaledit-userid","value":"328660","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\",\n    \"5bc56f5b-ff2e-4533-9ebb-7c5a883dbae7\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/workspaces/:workspaceId/assets","description":"<p>Deletes the specified assets</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["workspaces",":workspaceId","assets"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"8445adff-ff92-4ae6-9096-801ccd97efc0","name":"Delete Assets","originalRequest":{"method":"DELETE","header":[{"key":"x-globaledit-userid","value":"328660","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\",\n    \"5bc56f5b-ff2e-4533-9ebb-7c5a883dbae7\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/workspaces/:workspaceId/assets","host":["https://dev.globaledit.com/v1"],"path":["workspaces",":workspaceId","assets"],"variable":[{"key":"workspaceId","value":"328658"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:33:19 GMT"},{"key":"x-amzn-RequestId","value":"583dbc3f-1e56-4b27-9b36-02d9bdcf78c2"},{"key":"x-amz-apigw-id","value":"GNnFYESjoAMFm3w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64821eee-660fed155cfba27d00a60cdb;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ef24c2f85065aa2c39cf270c915f3398.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"5a8auYOQQaOp87NpnWpLzCz5H9Ej7HE2NhUJunu_8-lVzdR2TN7WqA=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d855bbff-f1bc-422e-b934-d1ad5b8aa306"},{"name":"Initiate Asset Upload","id":"d8cc549d-3bda-4da8-ab3f-c34e6a76c71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    //\"workspaceId\": number, // For uploading to projects\n    \"workspaceName\": \"First Workspace\",\n    \"upload\": {\n        \"fileName\": \"filename.jpg\",\n        \"fileSize\": 8592829900 //In bytes\n    },\n    \"suppressEmails\": true //false by default\n}"},"url":"https://dev.globaledit.com/v1/assets?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"<p>Returns the S3 credentials required to upload the asset to S3</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"},{"description":{"content":"<p>(Required) The folder the assets are being uploaded to</p>\n","type":"text/plain"},"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205"}],"variable":[]}},"response":[{"id":"22e9e6c5-3e47-4511-8ad4-56fd3eed8739","name":"Initiate Asset Upload","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    //\"workspaceId\": number, // For uploading to projects\n    \"workspaceName\": \"First Workspace\",\n    \"upload\": {\n        \"fileName\": \"filename.jpg\",\n        \"fileSize\": 859282 //In bytes\n    },\n    \"suppressEmails\": true //false by default\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","host":["https://dev.globaledit.com/v1"],"path":["assets"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"(Required) The folder the assets are being uploaded to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"864"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:38:32 GMT"},{"key":"x-amzn-RequestId","value":"23837041-1a5b-4db4-8a33-39f8ceb5ebbe"},{"key":"x-amz-apigw-id","value":"GNn2EHZUIAMFR1A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64822026-11f9744c726851145222ed7c;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ef24c2f85065aa2c39cf270c915f3398.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"ClXUd190bzwNvdbIfpUsKi-D2Iu53pjhGzory4fD50E4Ijd4KeNduw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"uploadId\": \"f6420908-113e-48fa-8094-e3a41953c4bd\",\n    \"file\": {\n        \"s3Key\": \"221653/328657/cb4cee50-8ad9-4532-98b5-36e103d7433b.jpg\",\n        \"assetId\": \"cb4cee50-8ad9-4532-98b5-36e103d7433b\"\n    },\n    \"token\": {\n        \"accessKey\": \"ASIAU35S4DIEDOKTSPWT\",\n        \"secretKey\": \"Ooa90531Kw6IPxA3pEVhNJ6MU2D39Ko9ZjUwKrZr\",\n        \"token\": \"FwoGZXIvYXdzEEQaDIBQFYgkFaVJ3qD9/yK1Ap5zXyhq6x6a/9F1NeM9G7vBSOzLXAvfj1jIF0lRNvSFsdeI1Gbzb35RX62+lXuQu6oso4zw2MmPYxCKPscPLTGnTVvAQproTg19/WeZB9ymdKbFy8i9471M0P0UKssERVUTL6l+fi13Mlv6r/aM8wfNijDHdHTEbDBVFJ9yj7obFlQNv1nHrW3Hxc2jW66cZJiaAwhnrBVnPNEoYuqYAAUTh1SfBXq5wdHodMO0dM4TFyFDHRx6vYvIyD+PnfxU812iVZTEU+8Hivrgbbo5lox9x8uWFb8vWv3MSwVxpHcHWXOloIBealkSwX6v+Ys7hdI4Z4vXQxz+jYCtZqmmgI5IQaMEm1azvIiuwUF3ihPnBs+9/LIBMOcLrycNCTFm60W8p/1vGjeLRZw1AuazLaQYG9S1miiowIikBjIt5BqTJyiPG9M32u7+6y5BVpD1yePyXOBFXoJUidRm/rSrGlVkojFmoSiafxb3\",\n        \"region\": \"us-east-1\"\n    },\n    \"s3Bucket\": \"prod01-globaledit-assets\"\n}"}],"_postman_id":"d8cc549d-3bda-4da8-ab3f-c34e6a76c71b"},{"name":"Initiate Multipart Asset or Version Upload","id":"8add1a59-d88e-4cf8-957c-7dbf9f114091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"upload\": {\n        \"fileName\": \"filename.jpg\",\n        \"fileSize\": 8592829900 //In bytes\n    }\n}"},"url":"https://dev.globaledit.com/v1/assets/:assetId/versions?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"<p>Returns the S3 presigned URL required to upload the asset to S3. Once the file has been uploaded to S3, call Finish Finish Asset Version Upload</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets",":assetId","versions"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"},{"description":{"content":"<p>(Required) The folder the assets are being uploaded to</p>\n","type":"text/plain"},"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205"}],"variable":[{"id":"657c36a2-9c12-4b86-bef8-cf0b53856c22","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"b938c5ee-e337-4418-927c-6973c436db49","name":"Initiate Asset Version Upload","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"upload\": {\n        \"fileName\": \"filename.jpg\",\n        \"fileSize\": 859282 //In bytes\n    }\n}"},"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/versions?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","versions"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"(Required) The folder the assets are being uploaded to"}],"variable":[{"key":"assetId","value":"93394afd-427e-4670-98a8-8aa964210502","type":"any","description":"(Required) Asset ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1701"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:44:03 GMT"},{"key":"x-amzn-RequestId","value":"8edd5cac-0078-4943-9beb-86b5b287c0c6"},{"key":"x-amz-apigw-id","value":"GNop4H3uIAMFbdw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64822172-2d485815606411fb5d9b04c1;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d3a2886dcf7e47b1e56baf628c69dc24.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"dm0IKV8J-UOf0VOuszEuGvgWr9zpSB0JXFydQ41iyMeb18kLoUk4Fw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"uploadId\": \"270e1647-1d53-4394-a2bf-55a0b1783cfe\",\n    \"multipartUploadId\": \"\",\n    \"versionId\": \"6b5dfd95-25ae-4c7b-8fe8-d0831bc179df\",\n    \"partsData\": [\n        {\n            \"uploadUrl\": \"https://prod01-globaledit-assets.s3.amazonaws.com/221653/328657/6b5dfd95-25ae-4c7b-8fe8-d0831bc179df.jpg?X-Amz-Expires=345600&X-Amz-Security-Token=IQoJb3JpZ2luX2VjEC8aCXVzLWVhc3QtMSJIMEYCIQCrMMvZoYsFUBxhn%2B3gXvG%2FCC0eIAHY6EdxM3%2FDM5R78wIhAKrqnc3mUqyzZkCScWRSwOqwlQqv9HvXjUPHCfnBDFHPKp0ECHgQABoMMzM0ODQ1NzEyOTA0IgxJXzawoT%2Fhw65NrvAq%2BgMW0SXH9yxzi2wQdC%2BnNMHvDzCM4TXBt5UtzDCNChCgPr%2FRonYTwFs%2BqTxnPPZzSOqWE%2BRnGnZ%2BqQGuetjiv5TLxcXnHfeLOa5XRDtg5PTZ3kUWPWe7vNN6GcCR6%2FIGu9a5w1iUrOA3%2FnHLx7yCdVgo4PAUKrkMichdP%2BC%2FU9KOvDHLAXqFziFuyF0DdsORiMz0wSx94FIy%2BGAGuls8SbAJdAcd%2Ftwj%2FlsaCInc5tkz62BRF8L160cW2%2BGA8zeeb%2BgXUotCfOfHspD60tDsefwnIrZ4OsYpl0eMrRrOTm%2BqzssC72POU0CqHmU6qXYv7xNzokVC1fl%2BUnOOwq3j0jw31V2rdxwFRwN2dPg3Xen4Bf72HCV1x5dgpaB60zDxSlwLWEWBgJimrhbQbUBhfA3GNzdUCc5wymgPrQJCu963jvXk4bDJ9PJMDwtCR6s%2BpfgnTTqllxwUlXRhx8PpBZVD3%2Fr%2Blz%2BjAKM3a7gPeuZHB1TGwAK5KZq6r6GKFUOiGOmlsS98jnGRtqRpwnPkYS6QN7FgbjOvv5L2hVrNsA9zf30qTrm2VjQkmaUImwkga1MWi3nBrhhWJY31mFqVIhW5xsWPTo3hz5OjkvXzwUfpVM36LLGI7eyvK0vWC%2BIBLZzitMeO9FcEj7rv61ZRby9KpSM84h6OIrph3zCe14ekBjqlAVDywoaEBU6KZiuWcmXwAYDpGv2kJiLLQGeCMnjNiuq5ECKlcMkupNgcxy1%2BwhRnYkZ01aQPe9YFrgLqtnAKOhB8v%2F0rbi4LAhLuqjceVVigSKSnKWWJ6JALGdW8rvpOQxVw9BNI095ycUFTPvmg7jtOZN5fERodjgd%2BzE6Ce6Nef%2BX6lHju7F23ibMLhGdASdtCLQ%2FxcCAsyWCSNgwdLwuJsfgvuQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAU35S4DIECUTDVAMK/20230608/us-east-1/s3/aws4_request&X-Amz-Date=20230608T184403Z&X-Amz-SignedHeaders=host&X-Amz-Signature=ec6f8d25b8385efa3b523805e12801c34f623fde8d6bffbb14d468fda0019f26\"\n        }\n    ]\n}"}],"variable":[{"id":"657c36a2-9c12-4b86-bef8-cf0b53856c22","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"}],"_postman_id":"8add1a59-d88e-4cf8-957c-7dbf9f114091"},{"name":"Get Asset (or Version) Upload Status","id":"b5972685-72b7-4046-8631-767ded8e2994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/assets/uploads/:uploadId/status?uploadType=version","description":"<p>Gets the status of an asset version upload</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets","uploads",":uploadId","status"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"uploadType","value":"version"}],"variable":[{"id":"c37dc6e3-07c3-4b2f-a441-191171167a4f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"uploadId"}]}},"response":[{"id":"9648e969-059a-4b02-b52a-f8054683de22","name":"Get Asset (or Version) Upload Status","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/assets/uploads/:uploadId/status?uploadType=version","host":["https://dev.globaledit.com/v1"],"path":["assets","uploads",":uploadId","status"],"query":[{"key":"uploadType","value":"version","description":"(Required) "}],"variable":[{"key":"uploadId","value":"270e1647-1d53-4394-a2bf-55a0b1783cfe","description":"(Required) ","type":"any"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"409"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:44:48 GMT"},{"key":"x-amzn-RequestId","value":"5abd0ddd-1c0b-423c-970a-520954495649"},{"key":"x-amz-apigw-id","value":"GNoxIGuXoAMF_SQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648221a0-046e752f64ae7d6c39006039;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d3a2886dcf7e47b1e56baf628c69dc24.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"57dZjdl5ZB5am1H98h9wsVcM5o3bAwAAahaxa2WVBWR-mi_ZRkqD7w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"270e1647-1d53-4394-a2bf-55a0b1783cfe\",\n    \"submittedOn\": \"2023-06-08T18:44:02.764+00:00\",\n    \"expiresOn\": \"2023-06-15T18:44:02\",\n    \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n    \"folderName\": \"New Folder\",\n    \"createdBy\": 328660,\n    \"workspaceId\": 328658,\n    \"workspaceName\": \"First Workspace\",\n    \"orgId\": 221653,\n    \"accountId\": 328657,\n    \"versions\": {\n        \"6b5dfd95-25ae-4c7b-8fe8-d0831bc179df\": {\n            \"state\": \"Initiated\",\n            \"filename\": \"filename.jpg\"\n        }\n    }\n}"}],"variable":[{"id":"c37dc6e3-07c3-4b2f-a441-191171167a4f","key":"uploadId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"b5972685-72b7-4046-8631-767ded8e2994"},{"name":"Finish Asset Version Upload","id":"95069cd2-979d-4ae1-839c-b6836f2d6bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":"https://dev.globaledit.com/v1/assets/versions/uploads/:multipartUploadId/finish?scopeType=workspace&scopeId=328658","description":"<p>Creates the asset version in globaledit once the file has been uploaded to S3</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets","versions","uploads",":multipartUploadId","finish"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"51084512-d2dc-4590-9ad0-22927ba4bfe9","description":{"content":"<p>(Required) multipartUploadId from 'Initiate Asset Version Upload'</p>\n","type":"text/plain"},"type":"any","value":"occaecat dolor ut","key":"multipartUploadId"}]}},"response":[{"id":"25eebbe0-b20c-418e-bd36-fe647330e6b3","name":"Operation successful","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"body":{"mode":"raw","raw":"{\n  \"versionId\": \"eu ipsum labore\",\n  \"filename\": \"et aute deserunt\",\n  \"partsData\": {\n    \"partNumber\": \"in\",\n    \"eTag\": \"consequat in occa\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/versions/uploads/:multipartUploadId/finish?scopeType=workspace&scopeId=1234","host":["https://dev.globaledit.com/v1"],"path":["assets","versions","uploads",":multipartUploadId","finish"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"multipartUploadId","value":"occaecat dolor ut","description":"(Required) multipartUploadId from 'Initiate Asset Version Upload'"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"variable":[{"id":"51084512-d2dc-4590-9ad0-22927ba4bfe9","key":"multipartUploadId","value":"occaecat dolor ut","type":"any","description":"(Required) multipartUploadId from 'Initiate Asset Version Upload'"}],"_postman_id":"95069cd2-979d-4ae1-839c-b6836f2d6bc5"}],"id":"77b42845-cc18-46f7-9040-63d50ce53958","_postman_id":"77b42845-cc18-46f7-9040-63d50ce53958","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Collections","item":[{"name":"Create Collection","id":"b75440a1-4c09-4b0c-8ef7-f29885efdca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"x-globaledit-api-key","value":"7iheNGMcfE38CQrbrm3uj5L4qtlGY4J764jLT3yg","type":"text"},{"key":"x-globaledit-userid","value":"74892","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test Smart Collection 2\",\n  \"description\": \"\",\n  \"folderIds\": [],\n  \"parentGroupId\": \"\",\n  \"query\": \"search=&searchMode=all&$filter=(((ratings/any(rating: rating/id eq 'status' and rating/value eq 'final'))))\",\n  \"rules\": \"[{\\\"name\\\":\\\"=Final\\\",\\\"operator\\\":\\\"eq\\\",\\\"type\\\":\\\"status\\\",\\\"value\\\":\\\"final\\\"}]\",\n  \"rulesCount\": 1,\n  \"tags\":[],\n  \"workspaceIds\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/collections/smart","description":"<p>Creates a new collection in a specified account</p>\n","urlObject":{"path":["accounts",":accountId","collections","smart"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"7204c247-e7cd-4c06-aac8-5fa42ab5ee84","name":"Create Collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-globaledit-userid","value":"328660","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Collection Name\",\n  \"description\": \"Collection description\",\n  //\"parentGroupId\": \"Parent Group\", optional\n  \"assets\": [\n    \"93394afd-427e-4670-98a8-8aa964210502\",\n    \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n  ]\n  //\"sourceCollectionId\": \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\", optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/collections","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","collections"],"variable":[{"key":"accountId","value":"328657","description":"(Required) "}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"684"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:55:05 GMT"},{"key":"x-amzn-RequestId","value":"01dd4020-8711-4979-bd7c-d4867bc172c0"},{"key":"x-amz-apigw-id","value":"GNqRXGcYIAMFwJg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64822408-7f5cb6c3027aad454f4b8be7;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"jzVmX-i36elzMhaSp-jsm50ncr2Rm67jRWLfWc8Okga54bbshHmv2w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01\",\n    \"accountId\": 328657,\n    \"name\": \"Collection Name\",\n    \"description\": \"Collection description\",\n    \"createdOn\": \"2023-06-08T18:55:04.549108Z\",\n    \"modifiedOn\": \"2023-06-08T18:55:05.210685Z\",\n    \"assetCount\": 2,\n    \"coverPhoto\": {\n        \"previewsFileKey\": \"93394afd-427e-4670-98a8-8aa964210502\"\n    },\n    \"owners\": [\n        {\n            \"userId\": 328660,\n            \"lastAccessed\": \"2023-06-08T18:55:04.549117Z\",\n            \"generalPolicies\": [\n                \"collection:general:add\",\n                \"collection:general:remove\",\n                \"collection:general:userManage\",\n                \"collection:view\",\n                \"collection:general:info:update\"\n            ],\n            \"ratingPolicies\": [],\n            \"uploadDownloadPolicies\": []\n        }\n    ],\n    \"members\": [],\n    \"newEventCount\": 0,\n    \"expired\": false,\n    \"shared\": false,\n    \"favorite\": false,\n    \"archived\": false,\n    \"tags\": []\n}"}],"_postman_id":"b75440a1-4c09-4b0c-8ef7-f29885efdca3"},{"name":"Update Collection","id":"115b3afd-d268-42ed-8ca3-82ede6257bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name\",\n  \"description\": \"New description\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId","description":"<p>Updates a collection's name or description</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","key":"collectionId"}]}},"response":[{"id":"e41e7e9d-3fdc-4689-a740-e178d39e0040","name":"Update Collection","originalRequest":{"method":"PUT","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name\",\n  \"description\": \"New description\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:56:27 GMT"},{"key":"x-amzn-RequestId","value":"e9acb5c7-d3a6-498e-a7c8-83ed946953df"},{"key":"x-amz-apigw-id","value":"GNqeUEVSIAMFnhw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482245b-024a6e93708f102158fce95b;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"uy9D2-OHDutJUN1T_yqOtwWnL5govO4GUjlL12VvB64onQ_HYtOfJw=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"115b3afd-d268-42ed-8ca3-82ede6257bbc"},{"name":"Delete Collection","id":"504d71a6-866f-41f6-9ae7-a86630d6a7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/collections/:collectionId","description":"<p>Deletes a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","key":"collectionId"}]}},"response":[{"id":"1325a331-7c63-4eae-85d6-e7f05300fc54","name":"Delete Collection","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId"],"variable":[{"key":"collectionId","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 18:57:18 GMT"},{"key":"x-amzn-RequestId","value":"7a9f35d3-7054-4c31-8f17-c57804071889"},{"key":"x-amz-apigw-id","value":"GNqmTG23IAMF2Bw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482248e-3df562e638d1cfd904504b1f;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"q_hBpXwQVtMeufpoC6zW-cop7GXVBEZSSBqP4DbPZVJ1gaqsJPY76Q=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"504d71a6-866f-41f6-9ae7-a86630d6a7fa"},{"name":"Add Collection Assets","id":"b216ed1d-502f-4f50-94b1-a4696e5314d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"93394afd-427e-4670-98a8-8aa964210502\",\n    \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n  ]\n  //\"sourceCollectionId\": \"8a87bd01-c478-9f1c-3d96-8352e707ff32\" Optional\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId/assets","description":"<p>Adds the specified assets to a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","assets"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"365fc647-616e-4450-b916-5698bf24f302","name":"Add Collection Assets","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"93394afd-427e-4670-98a8-8aa964210502\",\n    \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n  ]\n  //\"sourceCollectionId\": \"8a87bd01-c478-9f1c-3d96-8352e707ff32\" Optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/assets","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","assets"],"variable":[{"key":"collectionId","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:00:09 GMT"},{"key":"x-amzn-RequestId","value":"80fabddd-a48b-4777-bf26-916aa3aeb654"},{"key":"x-amz-apigw-id","value":"GNrBAEeCIAMFxVQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64822539-3357c042005293bb0838ed15;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"6unLnsI16PMUWTzB7KoQcGZdyqZoLz9WR0RIBKwnuZxZlZ3YEi4SPQ=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b216ed1d-502f-4f50-94b1-a4696e5314d5"},{"name":"Remove Collection Assets","id":"11c1fe22-851f-4d41-b6fc-f035659fb708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"93394afd-427e-4670-98a8-8aa964210502\",\n    \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId/assets","description":"<p>Removes the specified assets from a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","assets"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"8cc0c5de-6e3d-4960-8661-f69c489d284f","name":"Remove Collection Assets","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assets\": [\n    \"93394afd-427e-4670-98a8-8aa964210502\",\n    \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/assets","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","assets"],"variable":[{"key":"collectionId","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:01:01 GMT"},{"key":"x-amzn-RequestId","value":"8fd2d5c0-4d00-4cad-8344-dd1da9c6040d"},{"key":"x-amz-apigw-id","value":"GNrJBEZhoAMFpfQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482256c-431a47905f578aae4346e33e;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"3ZdZgi44-ZO9ucYgMUB_eYeiUe3Ys9vtK4_RMbniqZlwP67d3e_AfA=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"11c1fe22-851f-4d41-b6fc-f035659fb708"},{"name":"Add Collection Members","id":"df679898-6442-4a9c-82ba-0e6e308712d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"userId\": 247153,\n      \"message\": \"Welcome to my collection\",\n      \"policies\": [\n        \"collection:general:add\",\n        \"collection:general:remove\",\n        \"collection:general:userManage\",\n        \"collection:view\",\n        \"collection:general:info:update\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId/members","description":"<p>Adds members to a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","members"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"707e2725-c1ae-4264-a59c-ff904d649d32","name":"Add Collection Members","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"members\": [\n    {\n      \"userId\": 247153,\n      \"message\": \"Welcome to my collection\",\n      \"policies\": [\n        \"collection:general:add\",\n        \"collection:general:remove\",\n        \"collection:general:userManage\",\n        \"collection:view\",\n        \"collection:general:info:update\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/members","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","members"],"variable":[{"key":"collectionId","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:02:32 GMT"},{"key":"x-amzn-RequestId","value":"4253fc60-2a7d-4646-a7c5-173709344a80"},{"key":"x-amz-apigw-id","value":"GNrXLHsgIAMFXEQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648225c7-438b957777dcd0436c7fcef8;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"K4XxrXX0X_u4RDP_jsvnMkQx2Qg3Kp3v0Se4WSplhz5n-W3Yxu9jpQ=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"df679898-6442-4a9c-82ba-0e6e308712d7"},{"name":"Remove Collection Members","id":"f3faa56a-6e90-4b37-83b0-d832bba12226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userIds\": [\n    247153\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId/members","description":"<p>Removes members from a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","members"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"8b7582a2-0257-42be-956f-003eb25ceea0","name":"Remove Collection Members","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userIds\": [\n    247153\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/members","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","members"],"variable":[{"key":"collectionId","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:03:08 GMT"},{"key":"x-amzn-RequestId","value":"8549cdfa-a0e3-428b-b63c-5ff9e1dcf149"},{"key":"x-amz-apigw-id","value":"GNrc5GkqIAMFwuQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648225eb-7fbdddaa77c94f5160b26124;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"kthKm76uGou2NM3VvAa25W7btYMTJE4gE-gmWERVtFb31uE-_3sGqw=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f3faa56a-6e90-4b37-83b0-d832bba12226"},{"name":"Get Collections for Current User","id":"2d425942-ff19-4089-a5b8-19c3929cadb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/accounts/:accountId/collections","description":"<p>Returns the collections (or projects) for the user specified in the x-globaledit-userid header.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","collections"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"2599a862-c372-49e8-b488-a3e366eaa7a7","name":"Get Collections for Current User","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/collections","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","collections"],"variable":[{"key":"accountId","value":"328657","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1304"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:03:41 GMT"},{"key":"x-amzn-RequestId","value":"177e2863-8cc3-41cc-8408-1c0a7833c830"},{"key":"x-amz-apigw-id","value":"GNriBGl8IAMFnkA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482260c-691f31bb293d25540b6f1ef8;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"5PnCtf0jUU5WkjypAcXsgpHdrK2Fn8x1KL2SwAD4cT5E5vlbe0bWDA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6f4a3286-4286-4e5a-8835-63e5ee05cada\",\n        \"scopeType\": \"Project\",\n        \"name\": \"Sample Project\",\n        \"accountId\": 328657,\n        \"description\": \"\",\n        \"createdOn\": \"2023-06-08T18:11:08.990953Z\",\n        \"createdBy\": 24735,\n        \"modifiedOn\": \"2023-06-08T18:11:13.257042Z\",\n        \"modifiedBy\": 24735,\n        \"assetCount\": 4,\n        \"coverPhoto\": {\n            \"previewsFileKey\": \"52b4fec3-fdb9-4fd9-bdf1-785ff56a85f5\"\n        },\n        \"expired\": false,\n        \"favorite\": false,\n        \"archived\": false,\n        \"tags\": [],\n        \"members\": [\n            {\n                \"userId\": 74892,\n                \"invitedBy\": 24735,\n                \"invitedOn\": \"2023-06-08T18:11:08.992053Z\",\n                \"modifiedOn\": \"2023-06-08T18:11:08.992071Z\",\n                \"status\": \"Invited\",\n                \"statusChangeOn\": \"2023-06-08T18:11:08.992124Z\"\n            }\n        ],\n        \"workspaceId\": 328658,\n        \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n        \"newEventCount\": 0\n    },\n    {\n        \"id\": \"b0db53e0-f772-4fb7-843c-c7a154d17b5e\",\n        \"scopeType\": \"Collection\",\n        \"name\": \"Collection Name\",\n        \"accountId\": 328657,\n        \"description\": \"Collection description\",\n        \"createdOn\": \"2023-06-08T18:58:43.567631Z\",\n        \"modifiedOn\": \"2023-06-08T19:03:08.013095Z\",\n        \"assetCount\": 0,\n        \"expired\": false,\n        \"favorite\": false,\n        \"archived\": false,\n        \"tags\": [],\n        \"owners\": [\n            {\n                \"userId\": 74892,\n                \"lastAccessed\": \"2023-06-08T18:58:43.567641Z\",\n                \"generalPolicies\": [\n                    \"collection:general:add\",\n                    \"collection:general:remove\",\n                    \"collection:general:userManage\",\n                    \"collection:view\",\n                    \"collection:general:info:update\"\n                ],\n                \"ratingPolicies\": [],\n                \"uploadDownloadPolicies\": []\n            }\n        ],\n        \"members\": [],\n        \"shared\": false\n    }\n]"}],"_postman_id":"2d425942-ff19-4089-a5b8-19c3929cadb5"},{"name":"Get Collection Assets","id":"7114fc0d-ee22-4087-936b-c04d14a49890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/collections/:collectionId/assets","description":"<p>Returns the assets contained in a collection</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","assets"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"953075f7-f3c8-4568-be72-965734b6939b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"collectionId"}]}},"response":[{"id":"8995746b-ba51-4f9d-9985-0f5db9760737","name":"Get Collection Assets","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/assets","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","assets"],"variable":[{"key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) ","id":"953075f7-f3c8-4568-be72-965734b6939b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1992"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:05:46 GMT"},{"key":"x-amzn-RequestId","value":"368fac08-30a1-4680-9263-d679827bd784"},{"key":"x-amz-apigw-id","value":"GNr1rG8iIAMFemw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482268a-0d430d577ba46b463855d375;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"9-CO-2durepViL2wK60xEZs-ZzlE_qCfTSWgg4ka5seVXSb9EkA_aA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"assets\": [\n        {\n            \"id\": \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\",\n            \"name\": \"8UZ7NUqYuFQ.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:43.833932Z\",\n            \"sizeInBytes\": 1171523,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 5,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:43.7823520Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:37.5045450Z\"\n                    ]\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"collectionIds\": [\n                \"b0db53e0-f772-4fb7-843c-c7a154d17b5e\"\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\",\n            \"name\": \"_Ejr1Vj6dz0.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T17:53:18.258181Z\",\n            \"sizeInBytes\": 859282,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [],\n            \"collectionIds\": [\n                \"b0db53e0-f772-4fb7-843c-c7a154d17b5e\"\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\",\n                    \"versionNumber\": 1\n                }\n            ]\n        },\n        {\n            \"id\": \"93394afd-427e-4670-98a8-8aa964210502\",\n            \"name\": \"5RuS1DNTm8s.jpg\",\n            \"createdOn\": \"2023-06-08T17:52:52.339Z\",\n            \"modifiedOn\": \"2023-06-08T18:09:44.350544Z\",\n            \"sizeInBytes\": 2081403,\n            \"previewStatus\": \"Available\",\n            \"attachmentCount\": 0,\n            \"hasMarkup\": false,\n            \"versionCount\": 1,\n            \"type\": \"Image\",\n            \"accountId\": 328657,\n            \"workspaceId\": 328658,\n            \"ratings\": [\n                {\n                    \"id\": \"color\",\n                    \"value\": \"\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"stars\",\n                    \"value\": 3,\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:44.2060890Z\"\n                    ]\n                },\n                {\n                    \"id\": \"status\",\n                    \"value\": 0,\n                    \"users\": []\n                },\n                {\n                    \"id\": \"alt\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"approve\",\n                    \"users\": []\n                },\n                {\n                    \"id\": \"kill\",\n                    \"users\": [\n                        \"24735:2023-06-08T18:09:38.1883530Z\"\n                    ]\n                },\n                {\n                    \"id\": \"select\",\n                    \"users\": []\n                }\n            ],\n            \"collectionIds\": [\n                \"b0db53e0-f772-4fb7-843c-c7a154d17b5e\"\n            ],\n            \"versions\": [\n                {\n                    \"versionId\": \"93394afd-427e-4670-98a8-8aa964210502\",\n                    \"versionNumber\": 1\n                }\n            ]\n        }\n    ],\n    \"count\": 3\n}"}],"variable":[{"id":"953075f7-f3c8-4568-be72-965734b6939b","key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"7114fc0d-ee22-4087-936b-c04d14a49890"}],"id":"5448ec68-423b-415a-aae6-a99b250d5a59","_postman_id":"5448ec68-423b-415a-aae6-a99b250d5a59","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Metadata","item":[{"name":"Get Metadata Schemas","id":"b4441363-e11b-4087-8340-40c3be13d157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/metadata/schemas?accountId=328657&scopeType=workspace&scopeId=328658","description":"<p>Returns the metadata schemas for an Organization</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["metadata","schemas"],"host":["https://dev.globaledit.com/v1"],"query":[{"key":"accountId","value":"328657"},{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[]}},"response":[{"id":"771422b2-c613-4780-8747-5b384bd404aa","name":"Get Metadata Schemas","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/metadata/schemas?accountId=328657&scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["metadata","schemas"],"query":[{"key":"accountId","value":"328657"},{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31104"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:06:51 GMT"},{"key":"x-amzn-RequestId","value":"103b4347-45b7-41c0-8fe8-346977094a9f"},{"key":"x-amz-apigw-id","value":"GNr_zHIIoAMFWqg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648226cb-1753c05f17e64d340cd472b7;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"_H3-WuTIi0g44Xc3CGSOsdI8zk_pvUItYp47rB6sf1BGOGUDKUWsjg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"3795266a-ae5f-4d1f-9d3a-a52786698e63\",\n        \"namespace\": \"aux:http://ns.adobe.com/exif/1.0/aux/\",\n        \"url\": \"http://ns.adobe.com/exif/1.0/aux/\",\n        \"displayName\": \"Aux\",\n        \"prefix\": \"aux\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-aux\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 26,\n                \"name\": \"Lens\",\n                \"displayName\": \"Lens\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            }\n        ]\n    },\n    {\n        \"id\": \"2a83da79-1f37-4d07-b46c-9b341dbe4173\",\n        \"namespace\": \"dc:http://purl.org/dc/elements/1.1/\",\n        \"url\": \"http://purl.org/dc/elements/1.1/\",\n        \"displayName\": \"Dublin Core\",\n        \"prefix\": \"dc\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-dc\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 27,\n                \"name\": \"Contributor\",\n                \"displayName\": \"Contributor\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Coverage\",\n                \"displayName\": \"Coverage\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Creator\",\n                \"displayName\": \"Creator\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Date\",\n                \"displayName\": \"Date\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 31,\n                \"name\": \"Description\",\n                \"displayName\": \"Description\",\n                \"displayElement\": \"largeTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Format\",\n                \"displayName\": \"Format\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Identifier\",\n                \"displayName\": \"Identifier\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Language\",\n                \"displayName\": \"Language\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 35,\n                \"name\": \"Publisher\",\n                \"displayName\": \"Publishers\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Relation\",\n                \"displayName\": \"Relation\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Rights\",\n                \"displayName\": \"Copy Rights Notice\",\n                \"displayElement\": \"largeTextField\",\n                \"type\": \"lang-alt\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 11\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Source\",\n                \"displayName\": \"Source\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 12\n            },\n            {\n                \"id\": 39,\n                \"name\": \"Subject\",\n                \"displayName\": \"Keywords\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 13\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Title\",\n                \"displayName\": \"Title\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"lang-alt\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 14\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Type\",\n                \"displayName\": \"Document Type\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 15\n            }\n        ]\n    },\n    {\n        \"id\": \"f0fd4cd6-0480-4322-a2a3-fcfdf939ca99\",\n        \"namespace\": \"exif:http://ns.adobe.com/exif/1.0/\",\n        \"url\": \"http://ns.adobe.com/exif/1.0/\",\n        \"displayName\": \"EXIF\",\n        \"prefix\": \"exif\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"ExifIFD\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 1,\n                \"name\": \"ExposureTime\",\n                \"displayName\": \"Shutter Speed\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"enum\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 2,\n                \"name\": \"FNumber\",\n                \"displayName\": \"FNumber\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"enum\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 3,\n                \"name\": \"ExposureProgram\",\n                \"displayName\": \"Exposure Program\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 4,\n                \"name\": \"ISO\",\n                \"displayName\": \"ISO Speed Ratings\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 5,\n                \"name\": \"DateTimeOriginal\",\n                \"displayName\": \"Date Time\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"date\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 6,\n                \"name\": \"CompressedBitsPerPixel\",\n                \"displayName\": \"Compressed Bits Per Pixel\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"rational64u\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 7,\n                \"name\": \"ApertureValue\",\n                \"displayName\": \"Aperture Value\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"enum\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 8,\n                \"name\": \"MaxApertureValue\",\n                \"displayName\": \"Max Aperture Value\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"enum\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 9,\n                \"name\": \"MeteringMode\",\n                \"displayName\": \"Metering Mode\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 10,\n                \"name\": \"LightSource\",\n                \"displayName\": \"Light Source\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Flash\",\n                \"displayName\": \"Flash\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 11\n            },\n            {\n                \"id\": 12,\n                \"name\": \"FocalLength\",\n                \"displayName\": \"Focal Length\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"enum\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 12\n            },\n            {\n                \"id\": 13,\n                \"name\": \"ColorSpace\",\n                \"displayName\": \"Color Space\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 13\n            },\n            {\n                \"id\": 14,\n                \"name\": \"ExifImageWidth\",\n                \"displayName\": \"Pixel X-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 14\n            },\n            {\n                \"id\": 15,\n                \"name\": \"ExifImageHeight\",\n                \"displayName\": \"Pixel Y-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 15\n            },\n            {\n                \"id\": 16,\n                \"name\": \"FileSource\",\n                \"displayName\": \"File Source\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 16\n            }\n        ]\n    },\n    {\n        \"id\": \"5cb9841b-80ba-4134-ab55-bf0cf662ca21\",\n        \"namespace\": \"exif:http://ns.adobe.com/exif/1.0/\",\n        \"url\": \"http://ns.adobe.com/exif/1.0/\",\n        \"displayName\": \"IFD0\",\n        \"prefix\": \"exif\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"IFD0\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 19,\n                \"name\": \"Make\",\n                \"displayName\": \"Make\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Model\",\n                \"displayName\": \"Model\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Orientation\",\n                \"displayName\": \"Orientation\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 22,\n                \"name\": \"XResolution\",\n                \"displayName\": \"X-Resolution\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"rational64u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 23,\n                \"name\": \"YResolution\",\n                \"displayName\": \"Y-Resolution\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"rational64u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 24,\n                \"name\": \"ResolutionUnit\",\n                \"displayName\": \"Resolution Unit\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 6\n            }\n        ]\n    },\n    {\n        \"id\": \"f0e575b1-bf20-449f-b5b4-6a07fe2e2c6a\",\n        \"namespace\": \"exif:http://ns.adobe.com/exif/1.0/\",\n        \"url\": \"http://ns.adobe.com/exif/1.0/\",\n        \"displayName\": \"Camera 2\",\n        \"prefix\": \"exif\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-exif\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 42,\n                \"name\": \"FlashFunction\",\n                \"displayName\": \"Flash Function\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"boolean\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 43,\n                \"name\": \"FlashMode\",\n                \"displayName\": \"Flash Mode\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 44,\n                \"name\": \"FlashRedEyeMode\",\n                \"displayName\": \"Flash Red Eye Mode\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"boolean\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 45,\n                \"name\": \"FlashReturn\",\n                \"displayName\": \"Flash Return\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 46,\n                \"name\": \"ExifImageHeight\",\n                \"displayName\": \"Pixel Y-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 47,\n                \"name\": \"ExifImageWidth\",\n                \"displayName\": \"Pixel X-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 6\n            }\n        ]\n    },\n    {\n        \"id\": \"8516ec53-c3a0-4edc-9322-2deca8d24af5\",\n        \"namespace\": \"exifEX:http://cipa.jp/exif/1.0/\",\n        \"url\": \"http://cipa.jp/exif/1.0/\",\n        \"displayName\": \"Camera 3\",\n        \"prefix\": \"exifEX\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-exifEX\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 48,\n                \"name\": \"SerialNumber\",\n                \"displayName\": \"SerialNumber\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 49,\n                \"name\": \"LensInfo\",\n                \"displayName\": \"Lens Info\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            }\n        ]\n    },\n    {\n        \"id\": \"b1ea57ad-7a3d-46ad-8f0a-a730c38662f1\",\n        \"namespace\": \"ExifIFD:http://ns.adobe.com/exif/1.0/\",\n        \"url\": \"http://ns.adobe.com/exif/1.0/\",\n        \"displayName\": \"Camera 1\",\n        \"prefix\": \"ExifIFD\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"File\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 17,\n                \"name\": \"ImageWidth\",\n                \"displayName\": \"Pixel X-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 18,\n                \"name\": \"ImageHeight\",\n                \"displayName\": \"Pixel Y-Dimension\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"int16u\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"status\": \"Published\",\n                \"order\": 2\n            }\n        ]\n    },\n    {\n        \"id\": \"bebd3adf-392c-4c66-9c7d-f3ab518717b8\",\n        \"namespace\": \"Iptc4xmpCore:http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/\",\n        \"url\": \"http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/\",\n        \"displayName\": \"IPTC Core\",\n        \"prefix\": \"Iptc4xmpCore\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-iptcCore\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 50,\n                \"name\": \"CountryCode\",\n                \"displayName\": \"ISO Country Code\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 51,\n                \"name\": \"CreatorCity\",\n                \"displayName\": \"City\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 52,\n                \"name\": \"CreatorCountry\",\n                \"displayName\": \"Country\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 53,\n                \"name\": \"CreatorAddress\",\n                \"displayName\": \"Address\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 54,\n                \"name\": \"CreatorPostalCode\",\n                \"displayName\": \"Postal Code\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 55,\n                \"name\": \"CreatorRegion\",\n                \"displayName\": \"State\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 56,\n                \"name\": \"CreatorWorkEmail\",\n                \"displayName\": \"Email(s)\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 57,\n                \"name\": \"CreatorWorkTelephone\",\n                \"displayName\": \"Phone(s)\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 58,\n                \"name\": \"CreatorWorkURL\",\n                \"displayName\": \"Website\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 59,\n                \"name\": \"IntellectualGenre\",\n                \"displayName\": \"Intellectual Genre\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Location\",\n                \"displayName\": \"Location\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 11\n            },\n            {\n                \"id\": 61,\n                \"name\": \"Scene\",\n                \"displayName\": \"IPTC Scene\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 12\n            },\n            {\n                \"id\": 62,\n                \"name\": \"SubjectCode\",\n                \"displayName\": \"IPTC Subject Code\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 13\n            }\n        ]\n    },\n    {\n        \"id\": \"b8db99be-e85f-4f86-bb80-ccf7012a1e06\",\n        \"namespace\": \"photoshop:http://ns.adobe.com/photoshop/1.0/\",\n        \"url\": \"http://ns.adobe.com/photoshop/1.0/\",\n        \"displayName\": \"IPTC\",\n        \"prefix\": \"photoshop\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"IPTC\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 25,\n                \"name\": \"Urgency\",\n                \"displayName\": \"Urgency\",\n                \"displayElement\": \"dropdown\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1,\n                \"values\": [\n                    \"Reserved\",\n                    \"Most Urgent\",\n                    \"2\",\n                    \"3\",\n                    \"4\",\n                    \"5\",\n                    \"6\",\n                    \"7\",\n                    \"Least Urgent\"\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"cf3505ba-8f16-480e-8510-2f4960345773\",\n        \"namespace\": \"photoshop:http://ns.adobe.com/photoshop/1.0/\",\n        \"url\": \"http://ns.adobe.com/photoshop/1.0/\",\n        \"displayName\": \"Photoshop\",\n        \"prefix\": \"photoshop\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-photoshop\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 63,\n                \"name\": \"AuthorsPosition\",\n                \"displayName\": \"Creator's Job Title\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 64,\n                \"name\": \"CaptionWriter\",\n                \"displayName\": \"Description Writer\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 65,\n                \"name\": \"Category\",\n                \"displayName\": \"Category\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 66,\n                \"name\": \"City\",\n                \"displayName\": \"City\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 67,\n                \"name\": \"ColorMode\",\n                \"displayName\": \"Color Mode\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 68,\n                \"name\": \"Country\",\n                \"displayName\": \"Country\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 69,\n                \"name\": \"Credit\",\n                \"displayName\": \"Provider\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 70,\n                \"name\": \"DateCreated\",\n                \"displayName\": \"Date Created\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 71,\n                \"name\": \"Headline\",\n                \"displayName\": \"Headline\",\n                \"displayElement\": \"largeTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 72,\n                \"name\": \"ICCProfileName\",\n                \"displayName\": \"Color Profile\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            },\n            {\n                \"id\": 73,\n                \"name\": \"Instructions\",\n                \"displayName\": \"Instructions\",\n                \"displayElement\": \"largeTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 11\n            },\n            {\n                \"id\": 74,\n                \"name\": \"Source\",\n                \"displayName\": \"Source\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 12\n            },\n            {\n                \"id\": 75,\n                \"name\": \"State\",\n                \"displayName\": \"State/Province\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 13\n            },\n            {\n                \"id\": 76,\n                \"name\": \"SupplementalCategories\",\n                \"displayName\": \"Supplemental Categories\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 14\n            },\n            {\n                \"id\": 77,\n                \"name\": \"TransmissionReference\",\n                \"displayName\": \"Job Identifier\",\n                \"displayElement\": \"largeTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 15\n            },\n            {\n                \"id\": 78,\n                \"name\": \"Urgency\",\n                \"displayName\": \"Urgency\",\n                \"displayElement\": \"dropdown\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 16,\n                \"values\": [\n                    \"Reserved\",\n                    \"Most Urgent\",\n                    \"2\",\n                    \"3\",\n                    \"4\",\n                    \"5\",\n                    \"6\",\n                    \"7\",\n                    \"Least Urgent\"\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"8820c618-6f45-4434-b8bb-e69df3e0fa08\",\n        \"namespace\": \"xmp:http://ns.adobe.com/xap/1.0/\",\n        \"url\": \"http://ns.adobe.com/xap/1.0/\",\n        \"displayName\": \"Basic XMP\",\n        \"prefix\": \"xmp\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-xmp\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 79,\n                \"name\": \"Advisory\",\n                \"displayName\": \"Advisory\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string.array\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 80,\n                \"name\": \"BaseURL\",\n                \"displayName\": \"Base URL\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 81,\n                \"name\": \"CreateDate\",\n                \"displayName\": \"Create Date\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"date\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 82,\n                \"name\": \"CreatorTool\",\n                \"displayName\": \"Creator Tool\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 83,\n                \"name\": \"Identifier\",\n                \"displayName\": \"Identifier\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string.array\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 84,\n                \"name\": \"Label\",\n                \"displayName\": \"Label\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 85,\n                \"name\": \"MetadataDate\",\n                \"displayName\": \"Metadata Date\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"date\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 86,\n                \"name\": \"ModifyDate\",\n                \"displayName\": \"Modify Date\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"date\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 87,\n                \"name\": \"Nickname\",\n                \"displayName\": \"Nickname\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"string\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 88,\n                \"name\": \"Rating\",\n                \"displayName\": \"Rating\",\n                \"displayElement\": \"readonly\",\n                \"type\": \"integer\",\n                \"readOnly\": true,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            }\n        ]\n    },\n    {\n        \"id\": \"4c2cb35a-de11-4478-b164-942fcddec4ad\",\n        \"namespace\": \"xmpDM:https://wwwimages2.adobe.com/content/dam/acom/en/devnet/xmp/pdfs/DynamicMediaXMPPartnerGuide.pdf\",\n        \"url\": \"https://wwwimages2.adobe.com/content/dam/acom/en/devnet/xmp/pdfs/DynamicMediaXMPPartnerGuide.pdf\",\n        \"displayName\": \"Dynamic Media\",\n        \"prefix\": \"xmpDM\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2021-05-17T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-xmpDM\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 94,\n                \"name\": \"absPeakAudioFilePath\",\n                \"displayName\": \"Peak Audio File Path\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 95,\n                \"name\": \"album\",\n                \"displayName\": \"Album\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2\n            },\n            {\n                \"id\": 96,\n                \"name\": \"altTapeName\",\n                \"displayName\": \"Alt Tape Name\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 97,\n                \"name\": \"altTimecode\",\n                \"displayName\": \"Timecode\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 98,\n                \"name\": \"artist\",\n                \"displayName\": \"Artist\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            },\n            {\n                \"id\": 99,\n                \"name\": \"audioModDate\",\n                \"displayName\": \"Mod Date\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 6\n            },\n            {\n                \"id\": 100,\n                \"name\": \"audioSampleRate\",\n                \"displayName\": \"Sample Rate\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 7\n            },\n            {\n                \"id\": 101,\n                \"name\": \"audioSampleType\",\n                \"displayName\": \"Sample Type\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 8\n            },\n            {\n                \"id\": 102,\n                \"name\": \"audioChannelType\",\n                \"displayName\": \"Channel Type\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 9\n            },\n            {\n                \"id\": 103,\n                \"name\": \"audioCompressor\",\n                \"displayName\": \"Compressor\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 10\n            },\n            {\n                \"id\": 104,\n                \"name\": \"beatSpliceParams\",\n                \"displayName\": \"Beat Splice Params\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 11\n            },\n            {\n                \"id\": 105,\n                \"name\": \"composer\",\n                \"displayName\": \"Composer\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 12\n            },\n            {\n                \"id\": 106,\n                \"name\": \"contributedMedia\",\n                \"displayName\": \"Contributed Media\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 13\n            },\n            {\n                \"id\": 107,\n                \"name\": \"copyright\",\n                \"displayName\": \"Copyright\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 14\n            },\n            {\n                \"id\": 108,\n                \"name\": \"duration\",\n                \"displayName\": \"Duration\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 15\n            },\n            {\n                \"id\": 109,\n                \"name\": \"engineer\",\n                \"displayName\": \"Engineer\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 16\n            },\n            {\n                \"id\": 110,\n                \"name\": \"fileDataRate\",\n                \"displayName\": \"File DataRate\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 17\n            },\n            {\n                \"id\": 111,\n                \"name\": \"genre\",\n                \"displayName\": \"Genre\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 18\n            },\n            {\n                \"id\": 112,\n                \"name\": \"instrument\",\n                \"displayName\": \"Instrument\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 19\n            },\n            {\n                \"id\": 113,\n                \"name\": \"introTime\",\n                \"displayName\": \"Intro Time\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 20\n            },\n            {\n                \"id\": 114,\n                \"name\": \"key\",\n                \"displayName\": \"Key\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 21\n            },\n            {\n                \"id\": 115,\n                \"name\": \"logComment\",\n                \"displayName\": \"Log Comment\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 22\n            },\n            {\n                \"id\": 116,\n                \"name\": \"loop\",\n                \"displayName\": \"Loop\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 23\n            },\n            {\n                \"id\": 117,\n                \"name\": \"numberOfBeats\",\n                \"displayName\": \"Number Of Beats\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 24\n            },\n            {\n                \"id\": 118,\n                \"name\": \"markers\",\n                \"displayName\": \"Markers\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 25\n            },\n            {\n                \"id\": 119,\n                \"name\": \"metadataModDate\",\n                \"displayName\": \"Metadata Mod Date\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 26\n            },\n            {\n                \"id\": 120,\n                \"name\": \"outCue\",\n                \"displayName\": \"Out Cue\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 27\n            },\n            {\n                \"id\": 121,\n                \"name\": \"projectRef\",\n                \"displayName\": \"Project Ref\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 28\n            },\n            {\n                \"id\": 122,\n                \"name\": \"pullDown\",\n                \"displayName\": \"Pull Down\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 29\n            },\n            {\n                \"id\": 123,\n                \"name\": \"relativePeakAudioFilePath\",\n                \"displayName\": \"Relative Peak Audio Path\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 30\n            },\n            {\n                \"id\": 124,\n                \"name\": \"relativeTimestamp\",\n                \"displayName\": \"Relative Timestamp\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 31\n            },\n            {\n                \"id\": 125,\n                \"name\": \"releaseDate\",\n                \"displayName\": \"Release Date\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 32\n            },\n            {\n                \"id\": 126,\n                \"name\": \"resampleParams\",\n                \"displayName\": \"Resample Params\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 33\n            },\n            {\n                \"id\": 127,\n                \"name\": \"scaleType\",\n                \"displayName\": \"Scale Type\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 34\n            },\n            {\n                \"id\": 128,\n                \"name\": \"scene\",\n                \"displayName\": \"Scene\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 35\n            },\n            {\n                \"id\": 129,\n                \"name\": \"shotDate\",\n                \"displayName\": \"Shot Date\",\n                \"displayElement\": \"date\",\n                \"type\": \"date\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 36\n            },\n            {\n                \"id\": 130,\n                \"name\": \"shotLocation\",\n                \"displayName\": \"Shot Location\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 37\n            },\n            {\n                \"id\": 131,\n                \"name\": \"shotName\",\n                \"displayName\": \"Shot Name\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 38\n            },\n            {\n                \"id\": 132,\n                \"name\": \"speakerPlacement\",\n                \"displayName\": \"Speaker Placement\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 39\n            },\n            {\n                \"id\": 133,\n                \"name\": \"startTimecode\",\n                \"displayName\": \"Start Timecode\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 40\n            },\n            {\n                \"id\": 134,\n                \"name\": \"stretchMode\",\n                \"displayName\": \"Stretch Mode\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 41\n            },\n            {\n                \"id\": 135,\n                \"name\": \"tapeName\",\n                \"displayName\": \"Tape Name\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 42\n            },\n            {\n                \"id\": 136,\n                \"name\": \"tempo\",\n                \"displayName\": \"Tempo\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 43\n            },\n            {\n                \"id\": 137,\n                \"name\": \"timeScaleParams\",\n                \"displayName\": \"Timescale Params\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 44\n            },\n            {\n                \"id\": 138,\n                \"name\": \"timeSignature\",\n                \"displayName\": \"Time Signature\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 45\n            },\n            {\n                \"id\": 139,\n                \"name\": \"trackNumber\",\n                \"displayName\": \"Track Number\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 46\n            },\n            {\n                \"id\": 140,\n                \"name\": \"Tracks\",\n                \"displayName\": \"Tracks\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 47\n            },\n            {\n                \"id\": 141,\n                \"name\": \"videoAlphaMode\",\n                \"displayName\": \"Video Alpha Mode\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 48\n            },\n            {\n                \"id\": 142,\n                \"name\": \"videoAlphaPremultipleColor\",\n                \"displayName\": \"Video Alpha Premultiple Color\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 49\n            },\n            {\n                \"id\": 143,\n                \"name\": \"videoAlphaUnityIsTransparent\",\n                \"displayName\": \"Video Alpha Unity Is Transparent\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 50\n            },\n            {\n                \"id\": 144,\n                \"name\": \"videoColorSpace\",\n                \"displayName\": \"Video Color Space\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 51\n            },\n            {\n                \"id\": 145,\n                \"name\": \"videoCompressor\",\n                \"displayName\": \"Video Compressor\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 52\n            },\n            {\n                \"id\": 146,\n                \"name\": \"videoFieldOrder\",\n                \"displayName\": \"Video Field Order\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 53\n            },\n            {\n                \"id\": 147,\n                \"name\": \"videoFrameRate\",\n                \"displayName\": \"Video Frame Rate\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 54\n            },\n            {\n                \"id\": 148,\n                \"name\": \"videoFrameSize\",\n                \"displayName\": \"Video Frame Size\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 55\n            },\n            {\n                \"id\": 149,\n                \"name\": \"videoModDate\",\n                \"displayName\": \"Video Mod Date\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 56\n            },\n            {\n                \"id\": 150,\n                \"name\": \"videoPixelDepth\",\n                \"displayName\": \"Video Pixel Depth\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 57\n            },\n            {\n                \"id\": 151,\n                \"name\": \"videoPixelAspectRatio\",\n                \"displayName\": \"Video Pixel Aspect Ratio\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 58\n            }\n        ]\n    },\n    {\n        \"id\": \"bea9ad93-f723-4565-89b7-c8d383e2fc58\",\n        \"namespace\": \"xmpRights:http://ns.adobe.com/xap/1.0/rights/\",\n        \"url\": \"http://ns.adobe.com/xap/1.0/rights/\",\n        \"displayName\": \"Rights Management\",\n        \"prefix\": \"xmpRights\",\n        \"createdBy\": -1000,\n        \"createdOn\": \"2019-01-01T00:00:00Z\",\n        \"modifiedOn\": \"0001-01-01T00:00:00\",\n        \"scope\": \"Organization\",\n        \"status\": \"Published\",\n        \"groupOne\": \"XMP-xmpRights\",\n        \"isSystem\": true,\n        \"tags\": [\n            {\n                \"id\": 89,\n                \"name\": \"Certificate\",\n                \"displayName\": \"Certificate\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 1\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Marked\",\n                \"displayName\": \"Copyright Status\",\n                \"displayElement\": \"dropdown\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 2,\n                \"values\": [\n                    \"Copyrighted\",\n                    \"Unknown\",\n                    \"Public Domain\"\n                ]\n            },\n            {\n                \"id\": 91,\n                \"name\": \"Owner\",\n                \"displayName\": \"Owner\",\n                \"displayElement\": \"list\",\n                \"type\": \"string.array\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 3\n            },\n            {\n                \"id\": 92,\n                \"name\": \"UsageTerms\",\n                \"displayName\": \"Rights Usage Terms\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"lang-alt\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 4\n            },\n            {\n                \"id\": 93,\n                \"name\": \"WebStatement\",\n                \"displayName\": \"Copyright Info URL\",\n                \"displayElement\": \"smallTextField\",\n                \"type\": \"string\",\n                \"readOnly\": false,\n                \"required\": false,\n                \"status\": \"Published\",\n                \"order\": 5\n            }\n        ]\n    }\n]"}],"_postman_id":"b4441363-e11b-4087-8340-40c3be13d157"},{"name":"Get Metadata Values","id":"26af2180-64e6-40ad-a763-7c470d8da2cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"93394afd-427e-4670-98a8-8aa964210502\",\n        \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n    ]\n}"},"url":"https://dev.globaledit.com/v1/metadata/:schemaId?scopeType=workspace&scopeId=328658","description":"<p>Returns the metadata of assets for one specified schema</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["metadata",":schemaId"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"f7db36c0-a48e-4d99-84ef-0682dd777457","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"schemaId"}]}},"response":[{"id":"4d59ee7b-653f-4ecb-ae22-d4185645a0df","name":"Get Metadata Values","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"93394afd-427e-4670-98a8-8aa964210502\",\n        \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/metadata/:schemaId?scopeType=workspace&scopeId=328658","protocol":"https","host":["dev","globaledit","com"],"path":["v1","metadata",":schemaId"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"}],"variable":[{"key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) ","id":"f7db36c0-a48e-4d99-84ef-0682dd777457"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:13:01 GMT"},{"key":"x-amzn-RequestId","value":"32f38b2f-961f-4be7-b315-1e08bd0fdf55"},{"key":"x-amz-apigw-id","value":"GNs5eG3IIAMFYcw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6482283c-1c5c61b67d601aea2f95ef86;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"ss1y2BpUbzxCzfcaIxzsSaVLrrH7Z77sw1NIQx8dT4-FqbnU6UoMdw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"assetId\": \"2d9581af-7825-4562-afb6-53a3e5921103\",\n        \"fields\": [\n            {\n                \"id\": 78,\n                \"name\": \"Urgency\",\n                \"value\": \"3\"\n            }\n        ]\n    },\n    {\n        \"assetId\": \"93394afd-427e-4670-98a8-8aa964210502\",\n        \"fields\": [\n            {\n                \"id\": 65,\n                \"name\": \"Category\",\n                \"value\": \"Product Photography\"\n            }\n        ]\n    }\n]"}],"variable":[{"id":"f7db36c0-a48e-4d99-84ef-0682dd777457","key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"26af2180-64e6-40ad-a763-7c470d8da2cb"},{"name":"Update Metadata Values","id":"d78fcc58-b162-40b9-b236-2c681bde7ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"2d9581af-7825-4562-afb6-53a3e5921103\",\n        \"93394afd-427e-4670-98a8-8aa964210502\"\n    ],\n    \"fields\": [\n        {\n            \"id\": 65,\n            \"name\": \"Category\",\n            \"value\": \"Photography\"\n        }\n    ]\n}"},"url":"https://dev.globaledit.com/v1/metadata/:schemaId?scopeType=workspace&scopeId=328658","description":"<p>Updates the metadata of assets for one specified schema</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["metadata",":schemaId"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"id":"f8426a3d-28ca-43c0-9ecf-dc2c19a97551","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"schemaId"}]}},"response":[{"id":"887d9ff8-8748-422d-8708-305ba732dad4","name":"Update Metadata Values","originalRequest":{"method":"PUT","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"2d9581af-7825-4562-afb6-53a3e5921103\",\n        \"93394afd-427e-4670-98a8-8aa964210502\"\n    ],\n    \"fields\": [\n        {\n            \"id\": 65,\n            \"name\": \"Category\",\n            \"value\": \"Photography\"\n        }\n    ]\n}"},"url":{"raw":"https://dev.globaledit.com/v1/metadata/:schemaId?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["metadata",":schemaId"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"}],"variable":[{"key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) ","id":"f8426a3d-28ca-43c0-9ecf-dc2c19a97551"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:17:05 GMT"},{"key":"x-amzn-RequestId","value":"25e52e23-d0ef-4628-9cb4-9426f146bb9e"},{"key":"x-amz-apigw-id","value":"GNtfuGMdIAMFl5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64822931-124568b83f5105910b566bc9;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"fYRVfaMZQ50J9CGaQ8nCcYSkrO91YlWL5-HWXV9Scq9FcB4PdrjSsg=="}],"cookie":[],"responseTime":null,"body":null}],"variable":[{"id":"f8426a3d-28ca-43c0-9ecf-dc2c19a97551","key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"d78fcc58-b162-40b9-b236-2c681bde7ebf"},{"name":"Update Asset Ratings","id":"c0e79ce1-c37d-48c6-9c29-32a0d4ecb362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"2d9581af-7825-4562-afb6-53a3e5921103\"\n    ],\n    \"ratingId\": \"stars\",\n    \"ratingValue\": 5\n}"},"url":"https://dev.globaledit.com/v1/assets/ratings?scopeType=workspace&scopeId=328658","description":"<p>Updates the ratings of assets. Ratings include stat ratings, label, ratings, and color ratings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets","ratings"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[]}},"response":[{"id":"671302a5-a4a2-48ef-a9bd-12e0b157c097","name":"Update Asset Ratings","originalRequest":{"method":"PUT","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"74892"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": [\n        \"2d9581af-7825-4562-afb6-53a3e5921103\"\n    ],\n    \"ratingId\": \"stars\",\n    \"ratingValue\": 5\n}"},"url":{"raw":"https://dev.globaledit.com/v1/assets/ratings?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets","ratings"],"query":[{"key":"scopeType","value":"workspace","description":"(Required) The context the request is being sent from"},{"key":"scopeId","value":"328658","description":"(Required) The ID of the scope the request is being sent from"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 08 Jun 2023 19:19:33 GMT"},{"key":"x-amzn-RequestId","value":"fcab4717-719f-44fd-811e-34d99f22dcc2"},{"key":"x-amz-apigw-id","value":"GNt26HDpoAMFgiw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648229c5-288383504384cd963efdd80a;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9b04a822e1c215374729ec159356140.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"FB98hh-zLnUB9vjO26pQvv9p46kkG-bRchz97IaZzV184hm8r8RBNg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c0e79ce1-c37d-48c6-9c29-32a0d4ecb362"},{"name":"Update Asset Expiration","id":"0fdf9c7d-509c-4674-a6a7-2245f452c88e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-globaledit-userid","value":"74892","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"assetIds\": [\"93394afd-427e-4670-98a8-8aa964210502\", \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\", \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\"],\n  \"expirationDate\": \"2023-04-21T16:09:22.837Z\" // UTC Date in JSON format, can be null\n}\n","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/assets/expiration?scopeType=workspace&scopeId=328658","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","assets","expiration"],"host":["https://dev.globaledit.com/v1"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"66692bad-8ad1-4640-97d9-e09f2b2300ab","name":"Update Asset Expiration","originalRequest":{"method":"PUT","header":[{"key":"x-globaledit-userid","value":"74892","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"assetIds\": [\"93394afd-427e-4670-98a8-8aa964210502\", \"27ecbcf7-ae90-4b9e-b4e8-d0d9dc01e3cc\", \"74250a8e-6eac-4890-b1f3-ffaaa6bb4bc4\"],\n  \"expirationDate\": \"2023-04-21T16:09:22.837Z\" // UTC Date in JSON format, can be null\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/assets/expiration?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","assets","expiration"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"accountId","value":"328657"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 13 Jun 2023 17:22:27 GMT"},{"key":"x-amzn-RequestId","value":"e205c3f1-9b07-4ff3-ab14-f41ae41cd644"},{"key":"x-amz-apigw-id","value":"Gd7ZEETXoAMFlbw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6488a5d3-757a68f510c22a0c561a77e1;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 06d42d2d80190e168b9494192458b51a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"Gyo-BO2Rwk4nuoRtk4rR0RdTUq0TdGVD6l-6fZfR6yEsvDA7T5FcUg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0fdf9c7d-509c-4674-a6a7-2245f452c88e"},{"name":"Get Org Asset Tags","id":"88c4f85e-b8e2-4a43-9089-5d6adb6351a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-globaledit-userid","value":"74892","type":"text"}],"url":"https://dev.globaledit.com/v1/assets/organization/tags","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets","organization","tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c4f85e-b8e2-4a43-9089-5d6adb6351a0"}],"id":"0ad1b271-1a6b-48c9-bfaa-99441733d54d","_postman_id":"0ad1b271-1a6b-48c9-bfaa-99441733d54d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Asset Tags","item":[{"name":"Get Organization Tags","id":"367c1420-3b36-49d2-8756-a3e4afe645ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://dev.globaledit.com/v1/tags","urlObject":{"path":["tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"ae9e7fac-1aad-467c-b532-2376603fb167","name":"Get Organization Tags","originalRequest":{"method":"GET","header":[],"url":"https://dev.globaledit.com/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 17 Apr 2024 20:35:24 GMT"},{"key":"x-amzn-RequestId","value":"8839cbad-953d-46b3-9388-cd522fd13337"},{"key":"x-amz-apigw-id","value":"WYzWBGv7oAMEDgQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6620328c-1aa82baf32dadf292ba160d7;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d4b67fda8355378cec4afc079701f8e6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"aDiXgV35VrLykPsfVWTlPX71qyPcCzJNnMAPEreHBLNkBD37VWq_Zw=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"b7665d0d-dba9-4279-8484-b07d4ffedca6\",\n        \"tag\": \"Sample\"\n    },\n    {\n        \"id\": \"0f25752a-dd9b-49f0-892b-3ee5d7eb9add\",\n        \"tag\": \"Two\"\n    }\n]"}],"_postman_id":"367c1420-3b36-49d2-8756-a3e4afe645ed"},{"name":"Create Tags","id":"ecb76134-501f-405b-9533-ea75739f37ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tags\": [\n    \"Fashion\",\n    \"Summer\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"93119632-faeb-459c-9581-bd2f2719a4cb","name":"Create Tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"tags\": [\n    \"Fashion\",\n    \"Summer\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 17 Apr 2024 20:45:58 GMT"},{"key":"x-amzn-RequestId","value":"6e2f31f7-cb64-4e74-aeb2-689f604a7588"},{"key":"x-amz-apigw-id","value":"WY05CHCdIAMEHTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66203506-3dba1afd7c5225985a2bcb06;Sampled=1;lineage=f5b7d928:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ef73a156d5c211fdbb7e4231f2a0edca.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"JFK50-P2"},{"key":"X-Amz-Cf-Id","value":"zzn8TDCGD25T4z9dE9iR8yN9aIAXf1ryrjQCKjMsGcalYLXsIsMcBA=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ecb76134-501f-405b-9533-ea75739f37ac"}],"id":"fd05dabf-45ec-4dac-a83b-63700c270c05","_postman_id":"fd05dabf-45ec-4dac-a83b-63700c270c05","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Markup","item":[{"name":"Get Asset Markup","id":"556eb6b9-7a09-47cd-90c8-250a6a10f026","request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"37881777"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/assets/:assetId/markups/?scopeType=project&scopeId=39830001.66998711","description":"<p>Returns an array of markup layers for an asset.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets",":assetId","markups",""],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"project"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"39830001.66998711"}],"variable":[{"description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"urn:uuid:e2751c36-51cd-ce63-79aa-27367fbfc49b","key":"assetId"}]}},"response":[{"id":"a8277364-7f5b-466b-87da-96bda2b5c2d5","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"12345"}],"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/markups/?scopeType=workspace&scopeId=1234","protocol":"https","host":["dev","globaledit","com"],"path":["v1","assets",":assetId","markups",""],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"assetId","value":"urn:uuid:e2751c36-51cd-ce63-79aa-27367fbfc49b","description":"(Required) Asset ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"urn:uuid:9c328d9c-791a-f419-780d-4a0115800cfd\",\n  \"name\": \"dolor consectetur veniam\",\n  \"userId\": 98473,\n  \"status\": {\n   \"id\": \"e1a9eaf8-793b-88d5-6be1-3208126b2fa9\",\n   \"value\": \"To Do\"\n  },\n  \"order\": 1,\n  \"createdOn\": \"1983-06-15T15:44:52.583Z\",\n  \"modifiedOn\": \"1946-07-17T08:32:41.163Z\",\n  \"visible\": true,\n  \"svg\": [\n   {\n    \"properties\": {\n        \"backgroundColor\": \"\",\n        \"endPoint\": {\n            \"x\": null,\n            \"y\": null\n        },\n        \"fontBold\": true,\n        \"fontColor\": \"#f80000\",\n        \"fontItalic\": false,\n        \"fontSize\": 24,\n        \"fontUnderlined\": false,\n        \"height\": 345,\n        \"id\": \"41b736ee-1adf-4de6-b28e-ba47b6875087\",\n        \"lines\": [],\n        \"onCreateCanvasHeight\": 732,\n        \"onCreateCanvasWidth\": 489.2079207920792,\n        \"originalDimensions\": {\n            \"width\": 410,\n            \"height\": 345\n        },\n        \"startPoint\": {\n            \"x\": 54.1015625,\n            \"y\": 221\n        },\n        \"stroke\": 4,\n        \"strokeColor\": \"\",\n        \"type\": \"rectangleTool\",\n        \"width\": 410,\n        \"x\": 54.1015625,\n        \"y\": 221,\n        \"zoomScale\": 1\n    }        \n   }\n  ],\n  \"comments\": [\n   {\n    \"id\": \"urn:uuid:54a2787c-9ea1-9ff5-58cc-fed725433c7c\",\n    \"userId\": 98473,\n    \"comment\": \"dolore occaecat\",\n    \"createdOn\": \"1982-05-13T20:45:19.797Z\",\n    \"modifiedOn\": \"1996-02-10T22:43:21.560Z\"\n   },\n   {\n    \"id\": \"urn:uuid:cc253b0d-babf-da33-6205-c65dd643b2ca\",\n    \"userId\": 98473,\n    \"comment\": \"deserunt fugiat\",\n    \"createdOn\": \"1948-01-11T15:57:37.068Z\",\n    \"modifiedOn\": \"1979-09-23T10:32:09.262Z\"\n   }\n  ]\n },\n {\n  \"id\": \"urn:uuid:5968bb57-72ac-c7cf-a623-3980e6ff18df\",\n  \"name\": \"Excepteur\",\n  \"userId\": 98473,\n  \"status\": {\n   \"id\": \"efe13a37-d863-f022-2bcf-117d0d8fbe07\",\n   \"value\": \"Finished\"\n  },\n  \"order\": 1,\n  \"createdOn\": \"1981-02-06T19:38:00.099Z\",\n  \"modifiedOn\": \"2010-08-06T13:32:20.206Z\",\n  \"visible\": false,\n  \"svg\": [\n   {\n    \"properties\": {}\n   },\n   {\n    \"properties\": {}\n   },\n   {\n    \"properties\": {}\n   },\n   {\n    \"properties\": {}\n   }\n  ],\n  \"comments\": [\n   {\n    \"id\": \"aa2e9a60-3d5e-78b8-5d12-ec188747207d\",\n    \"userId\": 98473,\n    \"comment\": \"mollit occaecat deserunt nulla ea\",\n    \"createdOn\": \"2016-02-14T07:41:24.701Z\",\n    \"modifiedOn\": \"2004-06-25T21:23:02.664Z\"\n   },\n   {\n    \"id\": \"urn:uuid:8680a65b-2046-4822-1d9e-4c714eadfc0e\",\n    \"userId\": 98473,\n    \"comment\": \"ex elit veniam qui\",\n    \"createdOn\": \"2017-04-12T07:31:37.761Z\",\n    \"modifiedOn\": \"1974-07-29T02:55:29.752Z\"\n   },\n   {\n    \"id\": \"urn:uuid:784cc8df-1dd5-68e5-be18-dc6cffbe4058\",\n    \"userId\": 98473,\n    \"comment\": \"pariatur aute in\",\n    \"createdOn\": \"1944-04-11T03:29:55.914Z\",\n    \"modifiedOn\": \"2017-10-23T08:02:49.614Z\"\n   },\n   {\n    \"id\": \"urn:uuid:da4530f8-538a-ef80-0e54-8936b4a918e0\",\n    \"userId\": 98473,\n    \"comment\": \"fugiat q\",\n    \"createdOn\": \"1973-02-27T10:12:18.638Z\",\n    \"modifiedOn\": \"1993-07-16T18:56:42.520Z\"\n   }\n  ]\n }\n]"}],"_postman_id":"556eb6b9-7a09-47cd-90c8-250a6a10f026"},{"name":"Get Asset Markup Statuses","id":"d6df78ca-5d8c-4ab5-b482-4ce9f3baa7ff","request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"-38042930"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/accounts/:accountId/markups/statuses?scopeType=workspace&scopeId=-18241362.56786643","description":"<p>Returns an array possible statuses for markup layers for a account.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","markups","statuses"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"-18241362.56786643"}],"variable":[{"id":"bcc8c769-6b61-4d3c-bfc5-410fe7d35ba0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"56866877","key":"accountId"}]}},"response":[{"id":"259ac3cf-c770-4325-be9e-c8d17263a38c","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"12345"}],"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/markups/statuses?scopeType=workspace&scopeId=1234","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","markups","statuses"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"accountId","value":"56866877","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"urn:uuid:cc7299a6-bf28-9c95-1a8c-9ed5353e75a8\",\n    \"value\": \"Unclear\",\n    \"order\": 1,\n    \"deleted\": false,\n    \"default\": true\n  },\n  {\n    \"id\": \"09ed778e-a13d-1b91-e32d-44977837956c\",\n    \"value\": \"None\",\n    \"order\": 1,\n    \"deleted\": false,\n    \"default\": true\n  }\n]"}],"variable":[{"id":"bcc8c769-6b61-4d3c-bfc5-410fe7d35ba0","key":"accountId","value":"56866877","type":"any","description":"(Required) "}],"_postman_id":"d6df78ca-5d8c-4ab5-b482-4ce9f3baa7ff"},{"name":"Create Asset Markup Comment","id":"30814e2f-b79f-499b-8e55-0060f259c936","request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"12345"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/assets/:assetId/markups/:markupId/comments?scopeType=<string>&scopeId=<number>","description":"<p>Creates a comment on an markup layer.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["assets",":assetId","markups",":markupId","comments"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>(Required) The context the request is being sent from</p>\n","type":"text/plain"},"key":"scopeType","value":"<string>"},{"description":{"content":"<p>(Required) The ID of the scope the request is being sent from</p>\n","type":"text/plain"},"key":"scopeId","value":"<number>"}],"variable":[{"id":"ff0d632d-d905-4756-bca0-7efb90cde74d","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"assetId"},{"id":"71a10587-8703-427b-992d-69dbc99ec07e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"markupId"}]}},"response":[{"id":"b3c4744b-2065-476d-ac61-9e21962d1d5b","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"12345"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/markups/:markupId/comments?scopeType=workspace&scopeId=1234","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","markups",":markupId","comments"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"1234"}],"variable":[{"key":"assetId","value":"<uuid>","description":"(Required) Asset ID"},{"key":"markupId","value":"<uuid>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"urn:uuid:3f4410dd-4f69-b7c9-61b7-30c12674a3b9\",\n    \"userId\": 38927,\n    \"comment\": \"sunt velit\",\n    \"createdOn\": \"1954-04-05T06:59:39.898Z\",\n    \"modifiedOn\": \"1960-10-14T13:35:53.672Z\"\n  },\n  {\n    \"id\": \"ee4c96e6-fbee-ab95-af64-f89c07bbf1c4\",\n    \"userId\": 38927,\n    \"comment\": \"Lorem\",\n    \"createdOn\": \"2004-11-15T03:35:34.766Z\",\n    \"modifiedOn\": \"1950-03-10T05:09:29.599Z\"\n  }\n]"}],"variable":[{"id":"ff0d632d-d905-4756-bca0-7efb90cde74d","key":"assetId","value":"<uuid>","type":"any","description":"(Required) Asset ID"},{"id":"71a10587-8703-427b-992d-69dbc99ec07e","key":"markupId","value":"<uuid>","type":"any","description":"(Required) "}],"_postman_id":"30814e2f-b79f-499b-8e55-0060f259c936"}],"id":"a6e889ca-1d5a-4eb3-bb19-358f383f56aa","_postman_id":"a6e889ca-1d5a-4eb3-bb19-358f383f56aa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Projects","item":[{"name":"Get Project Assets","id":"2431938d-1b3a-4b1e-9fe9-53ba63c94e22","request":{"method":"GET","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"236523"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/accounts/:accountId/projects/:projectId/assets?folderId=bf787f44-ab69-2815-fa8e-558003e544ea","description":"<p>Returns the assets contained in a project. If the folderId query parameter is included then assets in the subfolder of a project will be returned.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["accounts",":accountId","projects",":projectId","assets"],"host":["https://dev.globaledit.com/v1"],"query":[{"key":"folderId","value":"bf787f44-ab69-2815-fa8e-558003e544ea"}],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"28165","key":"accountId"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"a38f9dcb-b54b-973c-9433-6783e751cfb4","key":"projectId"}]}},"response":[{"id":"7c990121-b0a1-4cd2-bd4e-1dbe2d8f03a8","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"12345"}],"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/projects/:projectId/assets?folderId=e15ee801-10dd-8326-c36f-8e3d37c90c26","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","projects",":projectId","assets"],"query":[{"key":"folderId","value":"e15ee801-10dd-8326-c36f-8e3d37c90c26"}],"variable":[{"key":"accountId","value":"28165","description":"(Required) "},{"key":"projectId","value":"a38f9dcb-b54b-973c-9433-6783e751cfb4","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"assets\": [\n  {\n   \"id\": \"8ded01f9-e91c-8728-8f9f-58fc474fb49e\",\n   \"name\": \"dolore enim\",\n   \"createdOn\": \"1988-08-18T04:39:58.709Z\",\n   \"modifiedOn\": \"1987-01-06T11:29:49.967Z\",\n   \"sizeInBytes\": -26596471.01197326,\n   \"previewStatus\": \"dolor reprehenderit laboris\",\n   \"attachmentCount\": -17604059.020744815,\n   \"hasMarkup\": true,\n   \"versionCount\": -90457876.56326349,\n   \"type\": \"Lorem con\",\n   \"accountId\": 96703657.59654641,\n   \"workspaceId\": -41203558.027117595,\n   \"ratings\": {\n    \"id\": \"urn:uuid:6712600d-01f6-81f7-fe4f-cd9331607c87\",\n    \"value\": \"fugiat commodo elit\",\n    \"users\": \"Excepteur culpa commodo qui\"\n   },\n   \"collectionIds\": \"a8da1e3a-bb6a-c235-37f2-bca67276fe95\",\n   \"versions\": {\n    \"versionId\": \"urn:uuid:deddf4c3-85e2-e2cd-e40b-964e183697c4\",\n    \"versionNumber\": -33299665.219391406\n   }\n  },\n  {\n   \"id\": \"urn:uuid:0fd8485e-8590-7350-884e-8f35eff84b07\",\n   \"name\": \"culpa incididunt enim nisi\",\n   \"createdOn\": \"2022-04-10T13:46:47.098Z\",\n   \"modifiedOn\": \"1998-07-23T08:35:00.056Z\",\n   \"sizeInBytes\": 57463439.32488459,\n   \"previewStatus\": \"aliqua Ut sed\",\n   \"attachmentCount\": -40768720.196348876,\n   \"hasMarkup\": false,\n   \"versionCount\": -96061550.11300968,\n   \"type\": \"et\",\n   \"accountId\": -59878429.53974432,\n   \"workspaceId\": 57480036.710764974,\n   \"ratings\": {\n    \"id\": \"urn:uuid:6284d11a-7e74-3ffa-3e35-4795399729f0\",\n    \"value\": \"velit commodo e\",\n    \"users\": \"incididunt aliqua sit\"\n   },\n   \"collectionIds\": \"7ed2da81-18c4-8411-1108-9f6736ad39e4\",\n   \"versions\": {\n    \"versionId\": \"urn:uuid:0277c257-6ac0-6846-9e84-e9462b2c7679\",\n    \"versionNumber\": -72909746.3179543\n   }\n  },\n  {\n   \"id\": \"urn:uuid:7cb433a3-ce64-9c55-16a5-eb81d291b70f\",\n   \"name\": \"officia consequat\",\n   \"createdOn\": \"1968-10-18T18:29:10.210Z\",\n   \"modifiedOn\": \"1997-08-18T19:43:10.493Z\",\n   \"sizeInBytes\": 38093972.49087772,\n   \"previewStatus\": \"eiusmod dolor\",\n   \"attachmentCount\": 25704419.02868858,\n   \"hasMarkup\": false,\n   \"versionCount\": 61673741.52647871,\n   \"type\": \"labo\",\n   \"accountId\": -10756569.973304093,\n   \"workspaceId\": -35413972.206089996,\n   \"ratings\": {\n    \"id\": \"urn:uuid:0a5893de-53a1-2c60-ecad-3fe445775f94\",\n    \"value\": \"ut mollit\",\n    \"users\": \"voluptate rep\"\n   },\n   \"collectionIds\": \"urn:uuid:5ae594c4-f7fb-9d84-64da-4815e3de3b8a\",\n   \"versions\": {\n    \"versionId\": \"164eea18-7599-1912-c387-eeb1df4b140f\",\n    \"versionNumber\": 90407814.79193169\n   }\n  }\n ],\n \"count\": 12\n}"}],"_postman_id":"2431938d-1b3a-4b1e-9fe9-53ba63c94e22"},{"name":"Create Project","id":"610f6ee8-8a11-493f-9a42-699b13ae3364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"12345"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/collections/accounts/:accountId/projects","description":"<p>Projects allow access to a specified list of content and the associated folders. Projects rely on the globaledit rule engine in order to determine visibility of the assets.</p>\n<p><strong>Rules Supported:</strong></p>\n<ul>\n<li>Color Rating</li>\n<li>Star Rating</li>\n<li>Label</li>\n<li>Versions</li>\n<li>Markups</li>\n</ul>\n<p><strong>Policies (any):</strong> </p>\n<ul>\n<li>account:projectAssignments:manage</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections","accounts",":accountId","projects"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"0bdb2f48-b6fd-45d2-abab-79d9cff5be24","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"c2e7b9c6-8fb6-45c4-a486-d8ec53eb9fd0","name":"Assignment creation successful","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"url":{"raw":"https://dev.globaledit.com/v1/collections/accounts/:accountId/projects","host":["https://dev.globaledit.com/v1"],"path":["collections","accounts",":accountId","projects"],"variable":[{"key":"accountId","value":"51574021","description":"(Required) Account ID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"c723856c-7df5-f77e-5614-1078fdb2861d\",\n  \"accountId\": -30128763,\n  \"workspaceId\": 81253677,\n  \"folderId\": \"b61eff96-e09b-c87c-3d82-8effcdbcfdd6\",\n  \"name\": \"amet eiusmod ci\",\n  \"description\": \"cupidatat adipisicing\",\n  \"internalNote\": \"ullamco minim\",\n  \"createdOn\": \"1968-06-16T21:26:05.643Z\",\n  \"createdBy\": 89122076,\n  \"modifiedOn\": \"1996-07-03T12:04:19.469Z\",\n  \"modifiedBy\": -73057559,\n  \"user\": {\n    \"invitedBy\": -98553458,\n    \"invitedOn\": \"1943-11-10T13:47:28.875Z\",\n    \"modifiedOn\": \"1985-07-30T05:36:05.241Z\",\n    \"expiresOn\": \"1958-09-23T12:33:09.176Z\",\n    \"additionalGeneralPolicies\": [\n      \"cupidatat nostrud in\",\n      \"laboris est\"\n    ],\n    \"additionalUploadDownloadPolicies\": [\n      \"quis amet eu minim\",\n      \"aliquip esse magna laborum\"\n    ],\n    \"additionalRatingPolicies\": [\n      \"aliquip\",\n      \"labore Lorem\"\n    ],\n    \"lastAccessed\": \"1970-02-13T10:23:44.943Z\",\n    \"status\": \"Invited\",\n    \"statusChangedOn\": \"2021-11-02T07:58:37.479Z\",\n    \"roleId\": 85292830,\n    \"roleName\": \"dolor sunt dolore aliqua\",\n    \"roleGeneralPolicies\": [\n      \"aliqua et incididunt\",\n      \"ut mollit\"\n    ],\n    \"roleUploadDownloadPolicies\": [\n      \"ipsum sit sint laboris\",\n      \"exercitation pariatur aute nostrud\"\n    ],\n    \"roleRatingPolicies\": [\n      \"fugiat sit\",\n      \"veniam quis magna\"\n    ]\n  },\n  \"otherUsers\": [\n    {\n      \"invitedBy\": 21144990,\n      \"invitedOn\": \"1944-10-01T04:37:35.846Z\",\n      \"modifiedOn\": \"1984-10-12T09:29:38.190Z\",\n      \"expiresOn\": \"1968-07-13T05:56:46.251Z\",\n      \"additionalGeneralPolicies\": [\n        \"sed nulla do incididunt\",\n        \"esse dolore irure\"\n      ],\n      \"additionalUploadDownloadPolicies\": [\n        \"veniam dolor\",\n        \"est velit ullamco\"\n      ],\n      \"additionalRatingPolicies\": [\n        \"sit in ut\",\n        \"magna laborum dolore proident\"\n      ],\n      \"lastAccessed\": \"1985-09-16T03:07:36.191Z\",\n      \"status\": \"Invited\",\n      \"statusChangedOn\": \"1974-06-09T16:39:08.128Z\",\n      \"roleId\": 53014222,\n      \"roleName\": \"officia fugiat in esse\",\n      \"roleGeneralPolicies\": [\n        \"voluptate magna non officia culpa\",\n        \"enim labo\"\n      ],\n      \"roleUploadDownloadPolicies\": [\n        \"dolore proident dolor consectetur\",\n        \"cillum sint nostrud\"\n      ],\n      \"roleRatingPolicies\": [\n        \"do in\",\n        \"ipsum labore incididunt\"\n      ]\n    },\n    {\n      \"invitedBy\": -95464363,\n      \"invitedOn\": \"1952-01-17T23:30:05.971Z\",\n      \"modifiedOn\": \"1952-07-03T05:18:59.281Z\",\n      \"expiresOn\": \"1999-04-09T21:32:28.644Z\",\n      \"additionalGeneralPolicies\": [\n        \"fugiat Excepteur laboris proident nisi\",\n        \"do minim aute ea\"\n      ],\n      \"additionalUploadDownloadPolicies\": [\n        \"nisi laborum\",\n        \"ad\"\n      ],\n      \"additionalRatingPolicies\": [\n        \"dolore\",\n        \"ex dolore laborum Except\"\n      ],\n      \"lastAccessed\": \"2014-12-07T18:56:27.064Z\",\n      \"status\": \"Completed\",\n      \"statusChangedOn\": \"1986-08-28T04:23:51.854Z\",\n      \"roleId\": -62805281,\n      \"roleName\": \"elit cupidatat nulla minim\",\n      \"roleGeneralPolicies\": [\n        \"id labor\",\n        \"est irure consequat\"\n      ],\n      \"roleUploadDownloadPolicies\": [\n        \"ullamco occaecat\",\n        \"deserunt nisi est\"\n      ],\n      \"roleRatingPolicies\": [\n        \"Duis irure\",\n        \"id mollit Lorem veniam\"\n      ]\n    }\n  ],\n  \"assetCount\": -6724975,\n  \"coverPhoto\": {\n    \"previewsBucketName\": \"Duis eiusmod exercitat\",\n    \"previewsFileKey\": \"id ad\",\n    \"previewsFileKeys\": [\n      {\n        \"fileKey\": \"cillum d\",\n        \"collectionId\": \"urn:uuid:7054c61b-29ab-16d3-364f-4d97df14e8dc\"\n      },\n      {\n        \"fileKey\": \"voluptate amet velit in\",\n        \"collectionId\": \"4a1813ea-5c6c-2f6e-41d4-3deea45030ce\"\n      }\n    ]\n  },\n  \"rules\": \"consectetur Duis labore\",\n  \"query\": \"enim tempor labore\",\n  \"limitCount\": 81088035,\n  \"limitSort\": \"ModifiedOn\",\n  \"newEventCount\": -99216452,\n  \"expired\": true,\n  \"parentId\": \"02b666f9-2394-157d-6178-edc6bd2f1085\",\n  \"favorite\": true,\n  \"archivedOn\": \"2016-06-08T02:57:47.577Z\",\n  \"tags\": [\n    \"in aliquip\",\n    \"ad sunt consequat\"\n  ]\n}"}],"variable":[{"id":"0bdb2f48-b6fd-45d2-abab-79d9cff5be24","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"610f6ee8-8a11-493f-9a42-699b13ae3364"},{"name":"Unique Project Name Check","id":"eb5cd04b-85b0-4d1b-b83a-325ef0bd5da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"12345"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/collections/accounts/:accountId/projects/unique","description":"<p>We require a unique project name to avoid confusion. This endpoint can be used to determine if a name is unique so it can be used before creating a project.</p>\n<p><strong>'Policies (any):</strong></p>\n<ul>\n<li>account:projectAssignments:manage</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections","accounts",":accountId","projects","unique"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"ce334837-7cfa-4c35-b4d4-cffcab0d97f3","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"fb4e6ca6-d552-4a2b-9357-43a75b41d29b","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"body":{"mode":"raw","raw":"{\n  \"workspaceId\": -83146248,\n  \"folderId\": \"d1e62b73-2c5b-7bac-0087-2d5494ecb3c7\",\n  \"name\": \"dolore est ipsum laboris\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/accounts/:accountId/projects/unique","host":["https://dev.globaledit.com/v1"],"path":["collections","accounts",":accountId","projects","unique"],"variable":[{"key":"accountId","value":"51574021","description":"(Required) Account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"isUnique\": true\n}"}],"variable":[{"id":"ce334837-7cfa-4c35-b4d4-cffcab0d97f3","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"eb5cd04b-85b0-4d1b-b83a-325ef0bd5da3"},{"name":"Bulk Invite Users to Project Assignment","id":"02ee1fdc-e216-4a0e-b5ea-c8b96a0eab9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"12345"},{"key":"Content-Type","value":"application/json"}],"url":"https://dev.globaledit.com/v1/collections/:collectionId/accounts/:accountId/projects/invite","description":"<p>Invite/assign user to a project.  <strong>Policies (any):</strong></p>\n<ul>\n<li>account:projectAssignments:manage</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["collections",":collectionId","accounts",":accountId","projects","invite"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"b53fec79-94cb-469a-a71d-d76a53fb4132","description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"collectionId"},{"id":"d49c4e9c-ec12-4cf6-b83f-44b095b86471","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"00cb4f27-d94e-4aa8-89a9-519edd4bdedd","name":"Operation successful","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": -19107792,\n    \"email\": \"JuwvfVO@CnabHKetZGUdhOJQDzWuNfn.rah\",\n    \"expiresOn\": \"2001-09-10T03:44:13.846Z\",\n    \"additionalPolicies\": [\n      \"in ad occaecat\",\n      \"voluptate enim\"\n    ],\n    \"roleId\": -50329858,\n    \"message\": \"Duis quis amet ex pariatur\"\n  },\n  {\n    \"userId\": 20405644,\n    \"email\": \"ByPLlLHzcH4sTFD@hZkJJkZcMx.yb\",\n    \"expiresOn\": \"2010-12-14T04:29:28.532Z\",\n    \"additionalPolicies\": [\n      \"voluptate Lorem\",\n      \"consequat quis\"\n    ],\n    \"roleId\": 30628242,\n    \"message\": \"do nostrud\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/accounts/:accountId/projects/invite","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","accounts",":accountId","projects","invite"],"variable":[{"key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","description":"(Required) Collection ID"},{"key":"accountId","value":"51574021","description":"(Required) Account ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"variable":[{"id":"b53fec79-94cb-469a-a71d-d76a53fb4132","key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Collection ID"},{"id":"d49c4e9c-ec12-4cf6-b83f-44b095b86471","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"02ee1fdc-e216-4a0e-b5ea-c8b96a0eab9d"}],"id":"0a629af7-d901-4c41-8a7d-49bf9f86f558","_postman_id":"0a629af7-d901-4c41-8a7d-49bf9f86f558","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Update User Role Assignments","id":"f0dba5ce-ec13-45d5-b28e-60b1cd90a713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"12345"},{"key":"Content-Type","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/assign","description":"<p>Assign a user a role to a specific workspace. The role will define what the user can do for this workspace and all folders within the workspace.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}},"urlObject":{"path":["users","workspaces",":workspaceId","assign"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"bca87d55-fadc-432f-9375-a4039c84de52","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"}]}},"response":[{"id":"535e00f7-a9ff-4104-9bbc-921b12db5f5b","name":"Operation successful","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"x-globaledit-api-key","value":"<API Key>"},{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"39343523.26967332"}],"body":{"mode":"raw","raw":"{\n  \"userIds\": [\n    1337,\n    2352,\n    8849\n  ],\n  \"roleId\": 9004\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/assign","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","assign"],"variable":[{"key":"workspaceId","value":"51574021","description":"(Required) Workspace ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"variable":[{"id":"bca87d55-fadc-432f-9375-a4039c84de52","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"}],"_postman_id":"f0dba5ce-ec13-45d5-b28e-60b1cd90a713"}],"id":"b2efc686-d047-4404-b3c7-08768b63e42b","_postman_id":"b2efc686-d047-4404-b3c7-08768b63e42b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","id":"3e62d3a2-b935-4021-beb2-84c1bbbf6414","name":"Globaledit API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-globaledit-api-key"},{"key":"value","value":"<value>"}]}},"variable":[{"key":"baseUrl","value":"https://dev.globaledit.com/v1"}]}