{"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=\"https://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=\"#b93ea70b-e40f-4e64-aae2-ddfbe55f2fc4\">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=\"#b93ea70b-e40f-4e64-aae2-ddfbe55f2fc4\">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><p>The <a href=\"#1342424e-224d-4e4d-8c30-1c6680d71f2a\">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.</p>\n</li>\n<li><p>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.</p>\n</li>\n<li><p>Optionally, the <a href=\"#a85b2514-749c-4541-880f-0433d99dfa62\">Get Asset Upload Status</a> endpoint can be used to confirm the upload is complete.</p>\n</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><p>The <a href=\"#b2a589d3-f00c-42fa-98b0-732d1981dd51\">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.</p>\n</li>\n<li><p>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.</p>\n</li>\n<li><p>Optionally, the <a href=\"#a85b2514-749c-4541-880f-0433d99dfa62\">Get Asset Upload Status</a> endpoint can be used to confirm the upload is complete.</p>\n</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":"9b53d8be-25a6-44e2-8991-e9487c2198a6","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":"50a8a3cd-19cd-453e-8897-cd1343bb9393","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_signing_secret>\"\n}"}],"_postman_id":"9b53d8be-25a6-44e2-8991-e9487c2198a6"},{"name":"Get Webhooks","id":"06322f29-c89f-4092-9511-e4840ed7f8f7","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":"94b6c379-8060-44b2-869b-237d0c6d6c23","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_signing_secret>\"\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_signing_secret>\"\n    }\n]"}],"_postman_id":"06322f29-c89f-4092-9511-e4840ed7f8f7"},{"name":"Delete Webhook","id":"89d47c10-819d-44e7-824e-7b293c9e13db","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":"7f8992bc-5f68-417b-aa9b-fa11ce58b0cb","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":"89d47c10-819d-44e7-824e-7b293c9e13db"}],"id":"cdc74feb-c1a2-4d96-85d0-9dca0fa1f3d5","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":"cdc74feb-c1a2-4d96-85d0-9dca0fa1f3d5","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":"bdbcafdf-f3e9-497c-aa76-59885b920b2d","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":"bdbcafdf-f3e9-497c-aa76-59885b920b2d","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":"449934fc-847a-4a47-91c3-8407b89513d3","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":"449934fc-847a-4a47-91c3-8407b89513d3","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":"a7ee479c-8fe2-485a-9fb4-96dbe849714a","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":"a7ee479c-8fe2-485a-9fb4-96dbe849714a","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":"13bea24c-767f-4966-bd31-e8f2420152c1","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":"13bea24c-767f-4966-bd31-e8f2420152c1","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":"86394edb-99f0-4565-81e2-c7d57c266a79","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":"86394edb-99f0-4565-81e2-c7d57c266a79","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":"045c14db-e027-46ee-840a-20f82c89f339","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":"045c14db-e027-46ee-840a-20f82c89f339","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":"2a9c23e7-204e-4b3c-be78-8cfd5fc938cb","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":"2a9c23e7-204e-4b3c-be78-8cfd5fc938cb","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":"0b544d37-9716-4adb-b993-2d82b7a36ba0","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":"0b544d37-9716-4adb-b993-2d82b7a36ba0","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":"84413a9a-4803-43eb-8e31-edab297fcf66","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":"84413a9a-4803-43eb-8e31-edab297fcf66","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":"c8f5ad9d-845f-40cb-b30e-883a2d9641fb","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":"c8f5ad9d-845f-40cb-b30e-883a2d9641fb","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":"03c9534f-c988-4150-ab58-078178fbedb6","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":"03c9534f-c988-4150-ab58-078178fbedb6","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":"20a400d9-4ad9-4dea-b068-6936aae0a72a","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":"20a400d9-4ad9-4dea-b068-6936aae0a72a","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":"5e0cd6a7-0b81-485d-8072-03c0c63fb5a7","_postman_id":"5e0cd6a7-0b81-485d-8072-03c0c63fb5a7","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":"f62a560d-d447-4b5e-a982-9bc9175b8675","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":[{"id":"d13af462-7329-4170-b5b5-ce13c57a7617","type":"any","value":"12345","key":"accountId"}]}},"response":[],"_postman_id":"f62a560d-d447-4b5e-a982-9bc9175b8675"},{"name":"Get Custom Actions","id":"fbf18223-5fc2-4f46-8590-ff54b697299f","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":"fc3132a2-3153-4fe8-9c29-5acecf840479","type":"any","value":"12345","key":"accountId"}]}},"response":[],"_postman_id":"fbf18223-5fc2-4f46-8590-ff54b697299f"},{"name":"Delete Custom Actions","id":"d8451e05-d1b0-4986-8bd2-46951f766f52","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":"387fbaf9-3426-4eb9-a629-50320b680bd2","type":"any","value":"12345","key":"accountId"},{"id":"df624414-16e0-44a5-8c88-d65be0fe8564","type":"any","value":null,"key":"customActionId"}]}},"response":[],"_postman_id":"d8451e05-d1b0-4986-8bd2-46951f766f52"}],"id":"ae12963a-a5bc-459c-a51a-0838ff3d9e89","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":"ae12963a-a5bc-459c-a51a-0838ff3d9e89","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":"Event Forwarding","item":[{"name":"Upsert Event Forwarding","id":"7df04844-cbf5-4090-b5a9-8ce1f1dddcef","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  \"TriggerType\": \"Webhook\",\n  \"Consumers\": {\n    \"Default\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value1\"\n      }\n    },\n    \"Folder.CommentAdded\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value2\"\n      }\n    },\n    \"Collection.AssetsAdded\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value3\"\n      }\n    }\n  },\n  \"EntityId\": \"0c7b124d-af30-4b01-bc4f-1bc9e914d079\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/eventForwardings","description":"<p>Creates or updates an event forwarding configuration for a webhook or custom action trigger. Set <code>TriggerType</code> to <code>Webhook</code> or <code>CustomAction</code>. The <code>EntityId</code> is the webhook or custom action ID. Only available with API key auth.</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":["eventForwardings"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"58438baf-dca4-4e39-991c-796094e6f488","name":"Upsert Event Forwarding","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  \"TriggerType\": \"Webhook\",\n  \"Consumers\": {\n    \"Default\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value1\"\n      }\n    },\n    \"Folder.CommentAdded\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value2\"\n      }\n    },\n    \"Collection.AssetsAdded\": {\n      \"StateMachineArn\": \"<AWS State Machine ARN>\",\n      \"Settings\": {\n        \"Setting1\": \"value3\"\n      }\n    }\n  },\n  \"EntityId\": \"0c7b124d-af30-4b01-bc4f-1bc9e914d079\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/eventForwardings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orgId\": 1001,\n  \"triggerType\": \"Webhook\",\n  \"consumers\": {\n    \"Default\": {\n      \"stateMachineArn\": \"<AWS State Machine ARN>\",\n      \"settings\": {\n        \"Setting1\": \"value1\"\n      }\n    },\n    \"Folder.CommentAdded\": {\n      \"stateMachineArn\": \"<AWS State Machine ARN>\",\n      \"settings\": {\n        \"Setting1\": \"value2\"\n      }\n    },\n    \"Collection.AssetsAdded\": {\n      \"stateMachineArn\": \"<AWS State Machine ARN>\",\n      \"settings\": {\n        \"Setting1\": \"value3\"\n      }\n    }\n  }\n}"}],"_postman_id":"7df04844-cbf5-4090-b5a9-8ce1f1dddcef"},{"name":"Get Organization Event Forwardings","id":"99382d1d-cf8e-42cb-9333-47b1618ab6f8","request":{"method":"GET","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/eventForwardings","description":"<p>Returns all event forwarding configurations for the organization. Only available with API key auth.</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":["eventForwardings"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"724e145f-518a-4ad6-877f-ec27d32438d2","name":"Get Organization Event Forwardings","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":"https://dev.globaledit.com/v1/eventForwardings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"orgId\": 1001,\n    \"triggerType\": \"Webhook\",\n    \"consumers\": {\n      \"Default\": {\n        \"stateMachineArn\": \"<AWS State Machine ARN>\",\n        \"settings\": {}\n      }\n    },\n    \"entityId\": \"0c7b124d-af30-4b01-bc4f-1bc9e914d079\"\n  },\n  {\n    \"orgId\": 1001,\n    \"triggerType\": \"CustomAction\",\n    \"consumers\": {\n      \"Default\": {\n        \"stateMachineArn\": \"<AWS State Machine ARN>\",\n        \"settings\": {}\n      }\n    },\n    \"entityId\": \"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6\"\n  }\n]"}],"_postman_id":"99382d1d-cf8e-42cb-9333-47b1618ab6f8"},{"name":"Get Custom Action Event Forwarding","id":"bcf7f5d7-9b57-482c-8f8e-732291531dcf","request":{"method":"GET","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/eventForwardings/customAction/:customActionId","description":"<p>Returns the event forwarding configuration for a specific custom action. Only available with API key auth.</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":["eventForwardings","customAction",":customActionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"f640b3ee-a4e3-4d5b-a575-c2c7021a632c","description":{"content":"<p>(Required) Custom Action ID</p>\n","type":"text/plain"},"type":"any","value":"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6","key":"customActionId"}]}},"response":[{"id":"4a185894-9705-41d5-b83c-00d4308be2b2","name":"Get Custom Action Event Forwarding","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/eventForwardings/customAction/:customActionId","host":["https://dev.globaledit.com/v1"],"path":["eventForwardings","customAction",":customActionId"],"variable":[{"key":"customActionId","value":"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6","description":"(Required) Custom Action ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orgId\": 1001,\n  \"triggerType\": \"CustomAction\",\n  \"entityId\": \"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6\",\n  \"consumers\": {\n    \"Default\": {\n      \"stateMachineArn\": \"<AWS State Machine ARN>\",\n      \"settings\": {}\n    }\n  }\n}"}],"_postman_id":"bcf7f5d7-9b57-482c-8f8e-732291531dcf"},{"name":"Delete Custom Action Event Forwarding","id":"8f2a1b6e-e163-4945-98ef-85b3ca630a30","request":{"method":"DELETE","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/eventForwardings/customAction/:customActionId","description":"<p>Deletes the event forwarding configuration for a specific custom action. Only available with API key auth.</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":["eventForwardings","customAction",":customActionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"45062866-8c0e-4033-a502-b309a3368e6f","description":{"content":"<p>(Required) Custom Action ID</p>\n","type":"text/plain"},"type":"any","value":"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6","key":"customActionId"}]}},"response":[{"id":"1c4dc546-bcaf-4a55-8572-e7cc254f0580","name":"Delete Custom Action Event Forwarding","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/eventForwardings/customAction/:customActionId","host":["https://dev.globaledit.com/v1"],"path":["eventForwardings","customAction",":customActionId"],"variable":[{"key":"customActionId","value":"ff3a2ea3-f40c-4d19-b4e2-3eb2b3d9b0a6","description":"(Required) Custom Action ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f2a1b6e-e163-4945-98ef-85b3ca630a30"},{"name":"Get Webhook Event Forwarding","id":"09b0e35c-2f77-4bf0-af0a-f06be1099f24","request":{"method":"GET","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/eventForwardings/webhook/:webhookId","description":"<p>Returns the event forwarding configuration for a specific webhook. Only available with API key auth.</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":["eventForwardings","webhook",":webhookId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"631bcc12-ab60-4e2f-aa60-60fb99b6fb2f","description":{"content":"<p>(Required) Webhook ID</p>\n","type":"text/plain"},"type":"any","value":"0c7b124d-af30-4b01-bc4f-1bc9e914d079","key":"webhookId"}]}},"response":[{"id":"f6204334-f300-442b-92be-5e02300fe129","name":"Get Webhook Event Forwarding","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/eventForwardings/webhook/:webhookId","host":["https://dev.globaledit.com/v1"],"path":["eventForwardings","webhook",":webhookId"],"variable":[{"key":"webhookId","value":"0c7b124d-af30-4b01-bc4f-1bc9e914d079","description":"(Required) Webhook ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orgId\": 1001,\n  \"triggerType\": \"Webhook\",\n  \"entityId\": \"0c7b124d-af30-4b01-bc4f-1bc9e914d079\",\n  \"consumers\": {\n    \"Default\": {\n      \"stateMachineArn\": \"<AWS State Machine ARN>\",\n      \"settings\": {}\n    }\n  }\n}"}],"_postman_id":"09b0e35c-2f77-4bf0-af0a-f06be1099f24"},{"name":"Delete Webhook Event Forwarding","id":"1e506462-7fd1-49e6-9784-ee5de036e496","request":{"method":"DELETE","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/eventForwardings/webhook/:webhookId","description":"<p>Deletes the event forwarding configuration for a specific webhook. Only available with API key auth.</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":["eventForwardings","webhook",":webhookId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"id":"1865e2ed-b542-4254-8977-8a11eb05560d","description":{"content":"<p>(Required) Webhook ID</p>\n","type":"text/plain"},"type":"any","value":"0c7b124d-af30-4b01-bc4f-1bc9e914d079","key":"webhookId"}]}},"response":[{"id":"b676452c-3610-4326-aaa0-3bcf1df0e196","name":"Delete Webhook Event Forwarding","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/eventForwardings/webhook/:webhookId","host":["https://dev.globaledit.com/v1"],"path":["eventForwardings","webhook",":webhookId"],"variable":[{"key":"webhookId","value":"0c7b124d-af30-4b01-bc4f-1bc9e914d079","description":"(Required) Webhook ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e506462-7fd1-49e6-9784-ee5de036e496"}],"id":"66b65cd4-3f1d-4787-9cf9-1720fb23fb8c","_postman_id":"66b65cd4-3f1d-4787-9cf9-1720fb23fb8c","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 Action Callbacks","item":[],"id":"36ee5d3d-9272-44b9-bdf7-b0cc64d49f5e","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":"36ee5d3d-9272-44b9-bdf7-b0cc64d49f5e","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":"2f004529-5650-4745-859d-2c705a5998a1","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 the full organizational hierarchy the user has access to: organization → accounts → workspaces. Use this endpoint to discover workspace IDs, which are used as <code>scopeId</code> when <code>scopeType=workspace</code> in other API calls. The <code>orgId</code> is provided by Globaledit when API credentials are issued.</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":"d53bf04d-a4de-4419-8541-af5ab4361129","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":"2f004529-5650-4745-859d-2c705a5998a1"},{"name":"Get Folders in workspace","id":"51929d26-cebc-4132-8372-7949900936f5","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":"ad7c81ec-ce9d-4298-b856-45ad59a236ac","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"}]}},"response":[{"id":"f8ba7c23-0f39-4fe1-937e-6c1bcbb34032","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","description":"(Required) Workspace ID"}]}},"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":"ad7c81ec-ce9d-4298-b856-45ad59a236ac","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"}],"_postman_id":"51929d26-cebc-4132-8372-7949900936f5"},{"name":"Get Folder","id":"c8e079e0-d970-4f94-8dca-e68d70abb210","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>Returns the specified folder and its full subfolder hierarchy. The optional <code>collectionId</code> query parameter scopes results to a specific collection. The response includes recursive <code>folders</code> arrays and a <code>hasProjectAssignments</code> flag on each node.</p>\n<p><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":"3458515a-7437-4f5f-ad60-039f3f291cb9","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"},{"id":"58e66fb0-993c-44ff-9a5b-d539a5d9c94b","description":{"content":"<p>(Required) Folder ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"folderId"}]}},"response":[{"id":"cabe1975-9fcb-4728-8243-02c50e4e20e3","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","description":"(Required) Workspace ID"},{"key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","description":"(Required) Folder ID"}]}},"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":"3458515a-7437-4f5f-ad60-039f3f291cb9","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"},{"id":"58e66fb0-993c-44ff-9a5b-d539a5d9c94b","key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Folder ID"}],"_postman_id":"c8e079e0-d970-4f94-8dca-e68d70abb210"},{"name":"Get Assets In Folder","id":"c64276e3-3648-4a0b-9b77-5d927ca3a53d","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":[{"id":"f688dbff-7af2-4887-9785-995c510156fe","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"},{"id":"553b315b-024b-4176-bcb5-9684c12bba6f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","key":"folderId"}]}},"response":[{"id":"ca889ace-ea90-4ed5-a9fa-267b1bae12b3","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":"c64276e3-3648-4a0b-9b77-5d927ca3a53d"},{"name":"Get Folder Project","id":"d6a3bc3b-ec28-41d5-b4aa-176e50e3325d","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":"742fb517-3e7f-4732-88c7-5a42590856ea","description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"},{"id":"2d04b9c3-398c-488d-a6a3-629b488fdc48","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"folderId"}]}},"response":[{"id":"f771ed6c-d95b-45e7-a9d2-52eded712693","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","description":"(Required) Collection ID"},{"key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","description":"(Required) Account ID"}]}},"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":"742fb517-3e7f-4732-88c7-5a42590856ea","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Collection ID"},{"id":"2d04b9c3-398c-488d-a6a3-629b488fdc48","key":"folderId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Account ID"}],"_postman_id":"d6a3bc3b-ec28-41d5-b4aa-176e50e3325d"},{"name":"Create Folder","id":"cdfe943c-ce32-4deb-a2ac-a85ae504fc0d","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":[{"id":"74c7407d-3e7b-43aa-92bc-f7ae8f9c788e","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"8b0003e2-223e-4bd6-a0c7-b17beae520a1","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":"cdfe943c-ce32-4deb-a2ac-a85ae504fc0d"},{"name":"Create Workspace","id":"0a1e913d-8898-41ee-abf0-0154f49a3cdc","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":"80d3bf51-f251-453d-96fe-ca0f8d1863ce","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"f2b653af-0a2e-490a-a505-55db9098797e","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","description":"(Required) Account ID"}]}},"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":"80d3bf51-f251-453d-96fe-ca0f8d1863ce","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"0a1e913d-8898-41ee-abf0-0154f49a3cdc"},{"name":"Rename Folder","id":"486e26b0-8c0b-4aae-87eb-a7a193c911dc","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 Folder Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId/rename","description":"<p>Renames a folder.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>ws:update</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","rename"],"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"},{"description":{"content":"<p>(Required) Folder ID</p>\n","type":"text/plain"},"type":"any","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","key":"folderId"}]}},"response":[{"id":"d6106014-e965-4387-8bb4-95769a06aea7","name":"Rename Folder","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 Folder Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId/rename","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","folders",":folderId","rename"],"variable":[{"key":"workspaceId","value":"328658","description":"(Required) Workspace ID"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"(Required) Folder ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"486e26b0-8c0b-4aae-87eb-a7a193c911dc"}],"id":"27b3b31d-7709-4691-99f1-bad8d5741c40","_postman_id":"27b3b31d-7709-4691-99f1-bad8d5741c40","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":"Upload","item":[{"name":"Initiate Asset Upload","id":"1342424e-224d-4e4d-8c30-1c6680d71f2a","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":"006b526e-690e-4eda-a883-10744ff3c84f","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\": \"<Access Key>\",\n        \"secretKey\": \"<Secret Key>\",\n        \"token\": \"<Session Token>\",\n        \"region\": \"us-east-1\"\n    },\n    \"s3Bucket\": \"prod01-globaledit-assets\"\n}"}],"_postman_id":"1342424e-224d-4e4d-8c30-1c6680d71f2a"},{"name":"Upload Asset via Presigned S3 URLs","id":"c66164cc-d1a8-4184-bc7a-0a1d1664e697","request":{"method":"POST","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  \"upload\": {\n    \"fileName\": \"photo.jpg\",\n    \"fileSize\": 2048000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/presigned?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"<p>Returns presigned S3 URLs for uploading an asset directly to S3. Unlike <a href=\"#1342424e-224d-4e4d-8c30-1c6680d71f2a\">Initiate Asset Upload</a>, this endpoint provides presigned part URLs without requiring temporary AWS credentials.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:upload</li>\n<li>collection:asset:upload</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":["assets","presigned"],"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>Folder to upload into</p>\n","type":"text/plain"},"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205"}],"variable":[]}},"response":[{"id":"038a24f3-9329-4c8c-882a-4330786fff54","name":"Upload Asset via Presigned S3 URLs","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":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"upload\": {\n    \"fileName\": \"photo.jpg\",\n    \"fileSize\": 2048000\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/presigned?scopeType=workspace&scopeId=328658&folderId=68109881-d9d6-42d1-9bf1-d0717d8a7205","host":["https://dev.globaledit.com/v1"],"path":["assets","presigned"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uploadId\": \"f7b3a291-cc4e-41fa-9102-d4b52064e7f3\",\n  \"multipartUploadId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n  \"assetId\": \"cb4cee50-8ad9-4532-98b5-36e103d7433b\",\n  \"partsData\": [\n    {\n      \"partNumber\": 1,\n      \"partSize\": 2048000,\n      \"uploadUrl\": \"<Presigned S3 URL>\"\n    }\n  ]\n}"}],"_postman_id":"c66164cc-d1a8-4184-bc7a-0a1d1664e697"},{"name":"Initiate Asset Version Upload","id":"b2a589d3-f00c-42fa-98b0-732d1981dd51","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>Initiates a multipart upload for a new version of an existing asset. Returns an <code>uploadId</code>, <code>multipartUploadId</code>, <code>versionId</code>, and a <code>partsData</code> array of presigned S3 URLs — one per part. Upload each part to its URL, then call Finish Asset Version Upload to complete the process.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:upload</li>\n<li>collection:asset:upload</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":["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":"8ff031f4-55b1-4dca-bc56-a0248b8f0b69","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"4a70b55d-ed08-4622-aeeb-68f7e2e3723c","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","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\": \"<S3 Presigned URL>\"\n        }\n    ]\n}"}],"variable":[{"id":"8ff031f4-55b1-4dca-bc56-a0248b8f0b69","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"}],"_postman_id":"b2a589d3-f00c-42fa-98b0-732d1981dd51"},{"name":"Get Asset (or Version) Upload Status","id":"a85b2514-749c-4541-880f-0433d99dfa62","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":"e63e4ac5-28e1-4876-abbc-3cf05f36a3ec","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"uploadId"}]}},"response":[{"id":"3b4d92c7-a046-4c1e-90a1-4ca821a16128","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) "}]}},"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":"e63e4ac5-28e1-4876-abbc-3cf05f36a3ec","key":"uploadId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"a85b2514-749c-4541-880f-0433d99dfa62"},{"name":"Finish Asset Version Upload","id":"fdd782f6-f53a-4b14-9a53-81aec6358c61","request":{"method":"PUT","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":"e8c765a9-e134-465b-8ab3-abb4a4529c15","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":"9daeb110-34da-4ecc-9473-d78c91507691","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  \"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":"e8c765a9-e134-465b-8ab3-abb4a4529c15","key":"multipartUploadId","value":"occaecat dolor ut","type":"any","description":"(Required) multipartUploadId from 'Initiate Asset Version Upload'"}],"_postman_id":"fdd782f6-f53a-4b14-9a53-81aec6358c61"},{"name":"Finish Asset Multipart Upload","id":"b021f801-3a67-49e2-a2a6-c6d9ac41abaa","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  \"assetId\": \"cb4cee50-8ad9-4532-98b5-36e103d7433b\",\n  \"filename\": \"photo.jpg\",\n  \"partsData\": [\n    {\n      \"partNumber\": 1,\n      \"eTag\": \"<ETag from S3 upload response>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/uploads/:multipartUploadId/finish?scopeType=workspace&scopeId=328658","description":"<p>Completes a multipart asset upload after all parts have been uploaded to S3 via the presigned URLs returned by <a href=\"#c66164cc-d1a8-4184-bc7a-0a1d1664e697\">Upload Asset via Presigned S3 URLs</a>. The <code>eTag</code> for each part is returned by S3 in the response header when uploading the part.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:upload</li>\n<li>collection:asset:upload</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":["assets","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":[{"description":{"content":"<p>(Required) Multipart upload ID returned by Upload Asset via Presigned S3 URLs</p>\n","type":"text/plain"},"type":"any","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","key":"multipartUploadId"}]}},"response":[{"id":"aa9c38e7-e573-4d70-a4c3-7249fd2bee4c","name":"Finish Asset Multipart Upload","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":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assetId\": \"cb4cee50-8ad9-4532-98b5-36e103d7433b\",\n  \"filename\": \"photo.jpg\",\n  \"partsData\": [\n    {\n      \"partNumber\": 1,\n      \"eTag\": \"<ETag from S3 upload response>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/uploads/:multipartUploadId/finish?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets","uploads",":multipartUploadId","finish"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"multipartUploadId","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b021f801-3a67-49e2-a2a6-c6d9ac41abaa"},{"name":"Get Asset Version Upload Status","id":"2dd15f69-1c10-4080-8bfe-f0af3f705de7","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/versions/uploads/:uploadId/status","description":"<p>Returns the status of an asset version upload job.</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",":uploadId","status"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Upload ID returned by Initiate Asset Version Upload</p>\n","type":"text/plain"},"type":"any","value":"e17bbf2c-9519-451c-a5f3-adcfce089d24","key":"uploadId"}]}},"response":[{"id":"e1a0348e-6bd8-4160-a7aa-e2a65caa4cdb","name":"Get Asset 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/versions/uploads/:uploadId/status","host":["https://dev.globaledit.com/v1"],"path":["assets","versions","uploads",":uploadId","status"],"variable":[{"key":"uploadId","value":"e17bbf2c-9519-451c-a5f3-adcfce089d24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"e17bbf2c-9519-451c-a5f3-adcfce089d24\",\n  \"submittedOn\": \"2026-05-21T09:00:00Z\",\n  \"expiresOn\": \"2026-05-28T09:00:00Z\",\n  \"completedOn\": \"2026-05-21T09:01:12Z\",\n  \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n  \"folderName\": \"Campaign Assets\",\n  \"createdBy\": 328660,\n  \"createdByEmail\": \"john.doe@example.com\",\n  \"createdByName\": \"John Doe\",\n  \"workspaceId\": 328658,\n  \"workspaceName\": \"Main Workspace\",\n  \"orgId\": \"1001\",\n  \"accountId\": 101,\n  \"message\": \"\",\n  \"ccEmails\": []\n}"}],"_postman_id":"2dd15f69-1c10-4080-8bfe-f0af3f705de7"}],"id":"b86ada5f-f973-4a15-a246-85f649362c0e","_postman_id":"b86ada5f-f973-4a15-a246-85f649362c0e","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":"Search Assets","id":"16da2f47-42eb-422b-8cac-ff8caa0676ad","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":[{"id":"35812efa-f439-415c-8d1c-eaa1185579fe","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"a5daa76b-89a5-4735-b7c3-32a4c25a6a78","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":"16da2f47-42eb-422b-8cac-ff8caa0676ad"},{"name":"Get Asset Preview","id":"6ec2f626-5149-44a6-858b-b66e176b6b85","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":"fed272f0-05f6-482d-83af-a65debad8fbf","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"},{"id":"9093c607-dc28-44b4-b679-ecacbeb14433","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":"038ccb1a-15fa-471e-bec9-f322dbc7ed5c","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":"fed272f0-05f6-482d-83af-a65debad8fbf","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"},{"id":"9093c607-dc28-44b4-b679-ecacbeb14433","key":"previewSize","value":"1280","type":"any","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}],"_postman_id":"6ec2f626-5149-44a6-858b-b66e176b6b85"},{"name":"Get Asset Preview URL","id":"a681e5cd-ccb9-41fd-bf5d-6ecce0d4d3c6","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":"ca0bbb69-132a-44a4-af63-8b867cce4d66","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"string","value":"urn:uuid:c2e8749a-2bed-ed1d-f1ba-68a88ae1fe7e","key":"assetId"},{"id":"27ee874f-ad4f-4bcb-b1a1-de30b55b6d45","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":"83cdcce3-d707-47cb-bc66-70ad58fc2355","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","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":"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\": \"<S3 Presigned URL>\"\n}"}],"variable":[{"id":"ca0bbb69-132a-44a4-af63-8b867cce4d66","key":"assetId","value":"urn:uuid:c2e8749a-2bed-ed1d-f1ba-68a88ae1fe7e","type":"string","description":"(Required) Asset ID"},{"id":"27ee874f-ad4f-4bcb-b1a1-de30b55b6d45","key":"previewSize","value":"1280","type":"string","description":"(Required) Width in pixels of the preview (size 80 not available watermarked)"}],"_postman_id":"a681e5cd-ccb9-41fd-bf5d-6ecce0d4d3c6"},{"name":"Get Original Asset","id":"8edea25e-3d1d-4dd6-8238-1b1a267775ec","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":"da4bf03f-c24c-446c-b0e6-b6e6f6553152","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"39561129-46e2-4930-8703-1a7f0d5fac21","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":"da4bf03f-c24c-446c-b0e6-b6e6f6553152","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Asset ID"}],"_postman_id":"8edea25e-3d1d-4dd6-8238-1b1a267775ec"},{"name":"Get Asset Summary","id":"1c049828-2493-4766-bec2-29e333bac452","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":"c2dd8ff0-2583-4003-9e73-318274f01913","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"assetId"}]}},"response":[{"id":"031a6bab-99c1-4991-b9a3-345435b6a685","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) "}]}},"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":"c2dd8ff0-2583-4003-9e73-318274f01913","key":"assetId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"1c049828-2493-4766-bec2-29e333bac452"},{"name":"Move Assets","id":"3e4f58b0-c4e0-4e92-aff2-537f78c37192","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":[{"id":"d5b1708f-8095-4dba-998c-23e519db4f6d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"1ce9e1fa-9672-4b66-9f72-70e64f88d5af","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":"3e4f58b0-c4e0-4e92-aff2-537f78c37192"},{"name":"Delete Assets","id":"f2452115-7234-42f4-89be-ab2f34eb9462","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":[{"id":"c65d90b3-d4b9-413c-adbd-74167ed68aa9","type":"any","value":"328658","key":"workspaceId"}]}},"response":[{"id":"2fe134ea-0a22-4fbc-8476-a3639208ee37","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":"f2452115-7234-42f4-89be-ab2f34eb9462"},{"name":"Rename Assets","id":"a41ef90d-bcae-4dd1-a2c8-88f67a6ceed2","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  \"assetNames\": {\n    \"cb4cee50-8ad9-4532-98b5-36e103d7433b\": \"new-filename.jpg\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/assets/rename","description":"<p>Renames one or more assets. The new name must include the file extension. The extension cannot be changed but is case-insensitive.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:update</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":["accounts",":accountId","assets","rename"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"27e2b19e-c347-47c9-9d9c-48d213a3279e","name":"Rename Assets","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":"328660"}],"body":{"mode":"raw","raw":"{\n  \"assetNames\": {\n    \"cb4cee50-8ad9-4532-98b5-36e103d7433b\": \"new-filename.jpg\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/assets/rename","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","assets","rename"],"variable":[{"key":"accountId","value":"328657"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a41ef90d-bcae-4dd1-a2c8-88f67a6ceed2"},{"name":"Get Rating Definitions","id":"e7821253-d651-4b01-a45b-047b9432ec40","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/accounts/:accountId/ratings","description":"<p>Returns the rating definitions for the account. Ratings include stars, color labels, and selection labels (alt, approve, kill, select).</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","ratings"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"f178b12e-cc0e-450f-a587-f7735ccabce2","name":"Get Rating Definitions","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":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/ratings","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","ratings"],"variable":[{"key":"accountId","value":"328657"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": 328657,\n  \"ratings\": {\n    \"alt\": {\"id\": \"alt\", \"label\": \"Alt\"},\n    \"approve\": {\"id\": \"approve\", \"label\": \"Approve\"},\n    \"color\": {\"id\": \"color\"},\n    \"kill\": {\"id\": \"kill\", \"label\": \"Kill\"},\n    \"select\": {\"id\": \"select\", \"label\": \"Select\"},\n    \"stars\": {\"id\": \"stars\"}\n  }\n}"}],"_postman_id":"e7821253-d651-4b01-a45b-047b9432ec40"},{"name":"Get Assets Download Status","id":"6a2bdaf9-2905-4175-bf12-1bfee555febf","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/downloads/:downloadId/status","description":"<p>Returns the status and progress of an asset download operation.</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":["downloads",":downloadId","status"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Download ID returned by Initiate Metadata Stamping</p>\n","type":"text/plain"},"type":"any","value":"f7b3a291-cc4e-41fa-9102-d4b52064e7f3","key":"downloadId"}]}},"response":[{"id":"e97a0817-5c4a-4aa8-afb6-9471aed959a7","name":"Get Assets Download Status","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":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/downloads/:downloadId/status","host":["https://dev.globaledit.com/v1"],"path":["downloads",":downloadId","status"],"variable":[{"key":"downloadId","value":"f7b3a291-cc4e-41fa-9102-d4b52064e7f3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"f7b3a291-cc4e-41fa-9102-d4b52064e7f3\",\n  \"submittedOn\": \"2024-03-15T10:00:00.000Z\",\n  \"expiresOn\": \"2024-03-16T10:00:00.000Z\",\n  \"completedOn\": null,\n  \"createdBy\": 328660,\n  \"createdByEmail\": \"jane.smith@example.com\",\n  \"percentage\": 75.0,\n  \"remainingSeconds\": 30,\n  \"state\": \"Processing\",\n  \"files\": [\n    {\n      \"assetId\": \"cb4cee50-8ad9-4532-98b5-36e103d7433b\",\n      \"fileName\": \"photo.jpg\"\n    }\n  ]\n}"}],"_postman_id":"6a2bdaf9-2905-4175-bf12-1bfee555febf"},{"name":"Get Policies","id":"c0915a63-74f3-490c-a35b-12e4fa8c5343","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  \"workspaceIds\": [328658]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/policies?scopeType=workspace&scopeId=328658","description":"<p>Returns the policies (permissions) for the current user within the specified scope. When a collection or project scope is provided, an optional list of <code>workspaceIds</code> can be included in the request body to also return workspace-level policies for assets in that collection or project.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n<li>collection:view</li>\n<li>public:collection: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":["policies"],"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":"3cc94316-d4cd-460e-b852-f08950be3858","name":"Get Policies","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":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"workspaceIds\": [328658]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/policies?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["policies"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"collections\": {},\n  \"workspaces\": {\n    \"328658\": [\"ws:view\", \"asset:upload\", \"asset:download\", \"asset:update\"]\n  }\n}"}],"_postman_id":"c0915a63-74f3-490c-a35b-12e4fa8c5343"}],"id":"17670933-a12d-4191-ac77-496e20fd1e8e","_postman_id":"17670933-a12d-4191-ac77-496e20fd1e8e","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":"Attachments","item":[{"name":"Get Asset Attachments","id":"2e5e2a6c-0534-4081-96e4-016a72012c74","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/:assetId/attachments?scopeType=workspace&scopeId=328658","description":"<p>Returns the list of attachments for an asset.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n<li>collection: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":["assets",":assetId","attachments"],"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":[{"type":"any","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b","key":"assetId"}]}},"response":[{"id":"b577443f-20f3-4861-a538-f1bb7312d2a1","name":"Get Asset Attachments","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/attachments?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","attachments"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"assetId","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"attachments\": [\n        {\n            \"id\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n            \"displayName\": \"brief.pdf\",\n            \"category\": \"Doc\",\n            \"createdOn\": \"2024-03-15T10:22:00.000Z\",\n            \"modifiedOn\": \"2024-03-15T10:22:00.000Z\",\n            \"sizeInBytes\": 204800,\n            \"createdBy\": 328660\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"2e5e2a6c-0534-4081-96e4-016a72012c74"},{"name":"Get Attachment File","id":"cebc8564-c6c5-4388-acda-5ca058bf5d05","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/attachments/:attachmentId?scopeType=workspace&scopeId=328658","description":"<p>Returns the raw file content for an attachment. The response redirects (302) to a presigned S3 URL.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n<li>collection: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":["files","assets",":assetId","attachments",":attachmentId"],"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":[{"type":"any","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b","key":"assetId"},{"type":"any","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","key":"attachmentId"}]}},"response":[{"id":"815c1a22-4a61-45d8-89f2-de798aa78321","name":"Get Attachment File","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/files/assets/:assetId/attachments/:attachmentId?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["files","assets",":assetId","attachments",":attachmentId"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"assetId","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b"},{"key":"attachmentId","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}]}},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Content-Disposition","value":"attachment; filename=brief.pdf"},{"key":"Location","value":"https://s3.amazonaws.com/prod01-globaledit-assets/...?X-Amz-Expires=300&..."}],"cookie":[],"responseTime":null,"body":"<attachment binary>"}],"_postman_id":"cebc8564-c6c5-4388-acda-5ca058bf5d05"},{"name":"Initiate Attachment Upload","id":"d54e2cea-2b35-4c3a-9044-5da405767107","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\": \"brief.pdf\",\n        \"fileSize\": 204800\n    },\n    \"suppressEmails\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/:assetId/attachments?scopeType=workspace&scopeId=328658","description":"<p>Registers a new attachment in globaledit and returns temporary AWS STS credentials for uploading the file to S3.</p>\n<p>Once the file has been uploaded to S3, use the <a href=\"#a85b2514-749c-4541-880f-0433d99dfa62\">Get Asset (or Version) Upload Status</a> endpoint with <code>uploadType=attachment</code> to confirm the upload is complete.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:upload</li>\n<li>collection:asset:attachment:upload</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":["assets",":assetId","attachments"],"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":[{"type":"any","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b","key":"assetId"}]}},"response":[{"id":"ab0dffbf-b7ec-421a-8906-eae6ced17938","name":"Initiate Attachment Upload","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"upload\": {\n        \"fileName\": \"brief.pdf\",\n        \"fileSize\": 204800\n    },\n    \"suppressEmails\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/attachments?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","attachments"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"assetId","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uploadId\": \"f7b3a291-cc4e-41fa-9102-d4b52064e7f3\",\n    \"file\": {\n        \"s3Key\": \"221653/328657/a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n        \"attachmentId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\"\n    },\n    \"token\": {\n        \"accessKey\": \"<Access Key>\",\n        \"secretKey\": \"<Secret Key>\",\n        \"token\": \"<Session Token>\",\n        \"region\": \"us-east-1\"\n    },\n    \"s3Bucket\": \"prod01-globaledit-assets\"\n}"}],"_postman_id":"d54e2cea-2b35-4c3a-9044-5da405767107"},{"name":"Delete Asset Attachment","id":"c8df27c9-66df-4cf1-920c-5ee1a0b410ee","request":{"method":"DELETE","header":[{"description":"<p>(Required) Authentication header</p>\n","key":"x-globaledit-userid","value":"328660"}],"url":"https://dev.globaledit.com/v1/assets/:assetId/attachment/:attachmentId?scopeType=workspace&scopeId=328658","description":"<p>Deletes an attachment from an asset.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:update</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":["assets",":assetId","attachment",":attachmentId"],"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":[{"type":"any","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b","key":"assetId"},{"type":"any","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","key":"attachmentId"}]}},"response":[{"id":"947196ae-ae97-424a-90c6-eb1f8acd1852","name":"Delete Asset Attachment","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/attachment/:attachmentId?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","attachment",":attachmentId"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"assetId","value":"cb4cee50-8ad9-4532-98b5-36e103d7433b"},{"key":"attachmentId","value":"a1b2c3d4-e5f6-7890-abcd-ef1234567890"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8df27c9-66df-4cf1-920c-5ee1a0b410ee"}],"id":"90cc9b2e-bd41-48ce-b533-1059ec043a83","description":"<p>Attachments are supplementary files associated with an asset. Each attachment can be any file type and is linked directly to a specific asset in the library.</p>\n<p>Uploading an attachment is a two-step process:</p>\n<ol>\n<li>The <a href=\"#d54e2cea-2b35-4c3a-9044-5da405767107\">Initiate Attachment Upload</a> endpoint registers the attachment in globaledit and returns temporary AWS STS credentials for uploading the file to S3.</li>\n<li>Once the file has been uploaded to S3, the <a href=\"#a85b2514-749c-4541-880f-0433d99dfa62\">Get Asset (or Version) Upload Status</a> endpoint can be used with <code>uploadType=attachment</code> to confirm the upload is complete.</li>\n</ol>\n","_postman_id":"90cc9b2e-bd41-48ce-b533-1059ec043a83","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":"b41cb40d-9162-43f1-88e1-e67487ee8d47","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":[{"id":"41d24e8e-8129-4e4d-9ea1-71204357f3f4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"27299dcc-da2c-4db3-a1cf-94c77481db11","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":"b41cb40d-9162-43f1-88e1-e67487ee8d47"},{"name":"Update Collection","id":"fb8f7f95-de0e-43bd-81b1-60a324e16993","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":[{"id":"b2f90146-9e1a-4e47-baf8-fd752e406268","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","key":"collectionId"}]}},"response":[{"id":"5a63df04-8a70-45b7-8d96-53c76621919f","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":"fb8f7f95-de0e-43bd-81b1-60a324e16993"},{"name":"Delete Collection","id":"961a209b-8b4e-4c5b-a079-a23f30eeacae","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":[{"id":"2c6ee2fa-3244-4ad2-9faf-071cbf9801b1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"f396c3dc-1ae4-4f5e-b696-d440d5fd8a01","key":"collectionId"}]}},"response":[{"id":"24724a7e-fab6-4570-b76f-0e769a98d7ca","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":"961a209b-8b4e-4c5b-a079-a23f30eeacae"},{"name":"Add Collection Assets","id":"9daaeecb-a3be-4610-820f-8436c6867477","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":[{"id":"ceda5791-0c6f-4e78-ac10-4dd2db74cb39","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"fe625fce-79cd-44ab-90b4-21a8b32ce56a","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":"9daaeecb-a3be-4610-820f-8436c6867477"},{"name":"Remove Collection Assets","id":"8b84f209-7d06-4358-9c4b-1afb5f01d41e","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":[{"id":"a90746fd-f88c-41cc-a076-ca039aed298d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"34ef9d36-6659-4369-a1dc-f4029ab7b7a8","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":"8b84f209-7d06-4358-9c4b-1afb5f01d41e"},{"name":"Add Collection Members","id":"058c6b54-1abf-448f-8de6-cba0b7fd244b","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":[{"id":"12ffb58c-d35e-4476-afa2-d38b1b061a84","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"a4c9f200-c2ad-448d-9511-3fefa752ea21","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":"058c6b54-1abf-448f-8de6-cba0b7fd244b"},{"name":"Remove Collection Members","id":"d177621f-f20c-4c54-a5af-ffce933a9609","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":[{"id":"ad1d2733-24c1-4816-8559-00468aa37c4d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"b0db53e0-f772-4fb7-843c-c7a154d17b5e","key":"collectionId"}]}},"response":[{"id":"c2bc1d6a-14a4-417a-a8bc-a0bd9c5256c5","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":"d177621f-f20c-4c54-a5af-ffce933a9609"},{"name":"Get Collections for Current User","id":"655e1320-b0a5-4090-9099-8ec33ebbf437","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":[{"id":"19036d9b-31ac-48f8-a96a-055310251d54","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"10c24924-e347-4369-be04-12602f304778","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":"655e1320-b0a5-4090-9099-8ec33ebbf437"},{"name":"Get Collection Assets","id":"8aee4a88-6396-4065-ac9f-01c9e164bd16","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":"e82f19aa-042a-4ab0-bdc3-db61285ae3ef","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"collectionId"}]}},"response":[{"id":"0af9ff84-536a-4498-9313-a81ebd0eecce","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","description":"(Required) "}]}},"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":"e82f19aa-042a-4ab0-bdc3-db61285ae3ef","key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"8aee4a88-6396-4065-ac9f-01c9e164bd16"},{"name":"Update Smart Collection","id":"b2e94e56-fcb6-420e-876f-cf8ac629e9a3","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\": \"Updated Campaign\",\n  \"description\": \"Updated description\",\n  \"query\": \"rating:5\",\n  \"rules\": \"\",\n  \"rulesCount\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/collections/:collectionId/smart","description":"<p>Updates the name, description, query, or rules of a smart collection.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>collection:general:info:update</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","smart"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","key":"collectionId"}]}},"response":[{"id":"50ba4e36-23ff-43c4-b304-20b3d59bebf7","name":"Update Smart 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\": \"Updated Campaign\",\n  \"description\": \"Updated description\",\n  \"query\": \"rating:5\",\n  \"rules\": \"\",\n  \"rulesCount\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/collections/:collectionId/smart","host":["https://dev.globaledit.com/v1"],"path":["collections",":collectionId","smart"],"variable":[{"key":"collectionId","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","description":"(Required) Collection ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2e94e56-fcb6-420e-876f-cf8ac629e9a3"},{"name":"Get Collection by ID","id":"eadb5243-41cc-437b-878f-97499aa6f4c4","request":{"method":"GET","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/accounts/:accountId/collections/:collectionId","description":"<p>Returns the full details of a single collection, including metadata, members, and smart collection fields if applicable. Returns <code>403</code> for archived or expired collections.</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",":collectionId"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"101","key":"accountId"},{"description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","key":"collectionId"}]}},"response":[{"id":"72283993-1787-490a-b765-804ae931e7fe","name":"Get Collection by ID","originalRequest":{"method":"GET","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/collections/:collectionId","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","collections",":collectionId"],"variable":[{"key":"accountId","value":"101","description":"(Required) Account ID"},{"key":"collectionId","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","description":"(Required) Collection ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\",\n  \"accountId\": 101,\n  \"name\": \"Summer Campaign\",\n  \"description\": \"Assets for the summer campaign\",\n  \"createdOn\": \"2026-04-01T10:00:00Z\",\n  \"modifiedOn\": \"2026-05-01T12:00:00Z\",\n  \"assetCount\": 42,\n  \"shared\": true,\n  \"favorite\": false,\n  \"tags\": [\n    \"summer\",\n    \"campaign\"\n  ],\n  \"collectionType\": \"Regular\",\n  \"parentId\": null\n}"}],"_postman_id":"eadb5243-41cc-437b-878f-97499aa6f4c4"},{"name":"Move Assets Between Collections","id":"1807fec4-5c5a-454b-b742-7d4505a3f781","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    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"sourceCollectionId\": \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\",\n  \"targetCollectionId\": \"b2c3d4e5-f6a7-8901-bcde-f01234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/assets/move","description":"<p>Moves one or more assets from a source collection to a target collection within the same 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","assets","move"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"101","key":"accountId"}]}},"response":[{"id":"d0f65a86-c3f6-4216-a5f6-31ab2718d1ab","name":"Move Assets Between Collections","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    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"sourceCollectionId\": \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\",\n  \"targetCollectionId\": \"b2c3d4e5-f6a7-8901-bcde-f01234567890\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/assets/move","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","assets","move"],"variable":[{"key":"accountId","value":"101","description":"(Required) Account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1807fec4-5c5a-454b-b742-7d4505a3f781"}],"id":"f26c4226-51b7-40b4-b515-c77574fb1e0c","_postman_id":"f26c4226-51b7-40b4-b515-c77574fb1e0c","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":"93de427d-5b8a-4364-82b0-aee75f6f06d0","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":"edbc0b41-1119-4528-9350-cd226f871d63","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":"93de427d-5b8a-4364-82b0-aee75f6f06d0"},{"name":"Get Metadata Values","id":"5fc47f93-31db-4de7-806d-34266f12d560","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":"9698a584-8367-463d-83e5-33e67a6d954f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"schemaId"}]}},"response":[{"id":"4a0b25b1-282e-4026-94a4-a81b5f4d1220","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","description":"(Required) "}]}},"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":"9698a584-8367-463d-83e5-33e67a6d954f","key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"5fc47f93-31db-4de7-806d-34266f12d560"},{"name":"Update Metadata Values","id":"b93ea70b-e40f-4e64-aae2-ddfbe55f2fc4","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":"3beef09a-16d3-4291-a11d-e38376e372b4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"schemaId"}]}},"response":[{"id":"4e67daaf-6d21-42d3-860c-973baa22c4c9","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","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: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":"3beef09a-16d3-4291-a11d-e38376e372b4","key":"schemaId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) "}],"_postman_id":"b93ea70b-e40f-4e64-aae2-ddfbe55f2fc4"},{"name":"Update Asset Ratings","id":"f69912cc-db01-4dc9-9471-d3e77dc8144f","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":"bf63af4f-688f-45c7-89e6-01106d8b6127","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":"f69912cc-db01-4dc9-9471-d3e77dc8144f"},{"name":"Update Asset Expiration","id":"aab30335-a19c-4905-89e3-35ff5cbdc51c","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":[{"id":"3a82b192-9b21-4e6a-a8f8-a33e8f8021b7","type":"any","value":"328657","key":"accountId"}]}},"response":[{"id":"3fb53022-b973-4672-bd20-50dea08c7fd7","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":"aab30335-a19c-4905-89e3-35ff5cbdc51c"},{"name":"Get Org Asset Tags","id":"e663eaec-e8c6-45a0-91b9-4b357a75bb3c","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":"e663eaec-e8c6-45a0-91b9-4b357a75bb3c"}],"id":"2ce2a289-adf1-4b66-ad90-88002b1747c8","_postman_id":"2ce2a289-adf1-4b66-ad90-88002b1747c8","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":"236156ef-da93-4cbf-af4f-d66451a7a493","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":"8296ae1e-38a6-4ba9-8aa6-142907f9a1aa","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":"236156ef-da93-4cbf-af4f-d66451a7a493"},{"name":"Create Tags","id":"c1b824ec-5bac-4d04-a074-184807db4d48","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":"0520546a-e11b-493a-ae13-fc93f3524270","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":"c1b824ec-5bac-4d04-a074-184807db4d48"},{"name":"Apply Tags to Assets","id":"81f28874-6c8a-4296-a217-16f020025b2f","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  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/account/:accountId/tags","description":"<p>Applies one or more tags to a set of assets.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:tag:update</li>\n<li>collection:asset:tag:update</li>\n<li>public:collection:asset:tag:update</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":["assets","account",":accountId","tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"101","key":"accountId"}]}},"response":[{"id":"93de4be2-79e3-41b6-99e1-538e5213b34d","name":"Apply Tags to 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  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/account/:accountId/tags","host":["https://dev.globaledit.com/v1"],"path":["assets","account",":accountId","tags"],"variable":[{"key":"accountId","value":"101","description":"(Required) Account ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81f28874-6c8a-4296-a217-16f020025b2f"},{"name":"Remove Tags from Assets","id":"2d7a8c2a-1e56-4306-a290-c9f2196a966a","request":{"method":"DELETE","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  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/account/:accountId/tags","description":"<p>Removes one or more tags from a set of assets.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:tag:update</li>\n<li>collection:asset:tag:update</li>\n<li>public:collection:asset:tag:update</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":["assets","account",":accountId","tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"101","key":"accountId"}]}},"response":[{"id":"5fe847cc-821a-4d0e-b486-99fffb6323e5","name":"Remove Tags from Assets","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/account/:accountId/tags","host":["https://dev.globaledit.com/v1"],"path":["assets","account",":accountId","tags"],"variable":[{"key":"accountId","value":"101","description":"(Required) Account ID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d7a8c2a-1e56-4306-a290-c9f2196a966a"},{"name":"Update Organization Asset Tags","id":"238ca007-a697-4077-9812-c9008e6c0053","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  \"tagUpdates\": {\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\": {\n      \"tag\": \"updated-tag-name\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags","description":"<p>Renames one or more organization-level asset tags. The request body is a map of tag IDs to their new values.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>org:asset:tag: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":["tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"c2ad864d-b49b-4767-a0f6-92550a1b001a","name":"Update Organization Asset Tags","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  \"tagUpdates\": {\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\": {\n      \"tag\": \"updated-tag-name\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"238ca007-a697-4077-9812-c9008e6c0053"},{"name":"Delete Organization Asset Tags","id":"a226b0fd-ba11-478f-b183-8ed5ef724c85","request":{"method":"DELETE","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  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags","description":"<p>Permanently deletes one or more organization-level asset tags.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>org:asset:tag: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":["tags"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"1d80cc88-dab4-47c8-82c7-b72eaa6b16e6","name":"Delete Organization Asset Tags","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tagIds\": [\n    \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/tags"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a226b0fd-ba11-478f-b183-8ed5ef724c85"}],"id":"f4702873-b3ca-4ad5-bfe5-e8a5786ae16e","_postman_id":"f4702873-b3ca-4ad5-bfe5-e8a5786ae16e","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":"bab300d2-f76b-4c87-a4f4-1bbf4921d75a","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":[{"id":"21b837fa-faa3-4e43-8f65-92f1a9c7ebdb","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":"bb50648a-c73e-4365-b2a6-a25fac58de44","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":"bab300d2-f76b-4c87-a4f4-1bbf4921d75a"},{"name":"Get Asset Markup Statuses","id":"346cdcb0-973d-48a3-9030-3624a91b36fa","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":"d72d651f-c2bc-410b-ab4f-0f0a3325a389","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"56866877","key":"accountId"}]}},"response":[{"id":"8e8057d3-a61a-45ed-8790-5f98499c513c","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":"d72d651f-c2bc-410b-ab4f-0f0a3325a389","key":"accountId","value":"56866877","type":"any","description":"(Required) "}],"_postman_id":"346cdcb0-973d-48a3-9030-3624a91b36fa"},{"name":"Create Asset Markup Comment","id":"a1ba2a87-9872-4372-b0fa-b559aec96e3d","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 a markup layer. Returns the full list of comments for that markup after the new comment is saved.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>ws:view</li>\n<li>collection:view</li>\n<li>public:collection: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":["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":"1b12d805-079c-4328-aeef-2a80ae32ec40","description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"assetId"},{"id":"be02fb61-ee57-4794-bb28-d5264517bb90","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"markupId"}]}},"response":[{"id":"9221cb2b-8ff1-46fa-843f-2400ce14feee","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":"1b12d805-079c-4328-aeef-2a80ae32ec40","key":"assetId","value":"<uuid>","type":"any","description":"(Required) Asset ID"},{"id":"be02fb61-ee57-4794-bb28-d5264517bb90","key":"markupId","value":"<uuid>","type":"any","description":"(Required) "}],"_postman_id":"a1ba2a87-9872-4372-b0fa-b559aec96e3d"},{"name":"Update Asset Markup","id":"6b54e717-9076-43e9-8415-b30c39420cd9","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\": \"Final Review\",\n  \"statusLabelId\": \"b1c2d3e4-f5a6-7890-abcd-ef1234567890\",\n  \"visible\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/:assetId/markups/:markupId?scopeType=workspace&scopeId=328658","description":"<p>Updates the name, status label, or visibility of a markup layer.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:markup:update</li>\n<li>collection:asset:markup:update</li>\n<li>public:collection:asset:markup:update</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":["assets",":assetId","markups",":markupId"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>Scope type: collection, project, or workspace</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>Scope ID matching the scopeType</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[{"description":{"content":"<p>(Required) Asset ID</p>\n","type":"text/plain"},"type":"any","value":"e17bbf2c-9519-451c-a5f3-adcfce089d24","key":"assetId"},{"description":{"content":"<p>(Required) Markup layer ID</p>\n","type":"text/plain"},"type":"any","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","key":"markupId"}]}},"response":[{"id":"59fb13fb-4134-4ac9-adcd-c1da04ba1a1e","name":"Update Asset Markup","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\": \"Final Review\",\n  \"statusLabelId\": \"b1c2d3e4-f5a6-7890-abcd-ef1234567890\",\n  \"visible\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/:assetId/markups/:markupId?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets",":assetId","markups",":markupId"],"query":[{"key":"scopeType","value":"workspace"},{"key":"scopeId","value":"328658"}],"variable":[{"key":"assetId","value":"e17bbf2c-9519-451c-a5f3-adcfce089d24"},{"key":"markupId","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b54e717-9076-43e9-8415-b30c39420cd9"}],"id":"67292e66-398e-4afc-8adc-f7aff7144eb3","_postman_id":"67292e66-398e-4afc-8adc-f7aff7144eb3","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":"Comments","item":[{"name":"Add Asset Comment","id":"e8fecfea-3117-440e-bb3b-4eb49d083a90","request":{"method":"POST","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  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"text\": \"Looks great!\",\n  \"parentCommentId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/assets/comment?scopeType=workspace&scopeId=328658","description":"<p>Adds a comment to one or more assets. The optional <code>parentCommentId</code> field creates a threaded reply.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:comment:update</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":["assets","comment"],"host":["https://dev.globaledit.com/v1"],"query":[{"description":{"content":"<p>Scope type: collection, project, or workspace</p>\n","type":"text/plain"},"key":"scopeType","value":"workspace"},{"description":{"content":"<p>Scope ID matching scopeType</p>\n","type":"text/plain"},"key":"scopeId","value":"328658"}],"variable":[]}},"response":[{"id":"0e5e7660-d3ac-443e-86f3-6ac2ad0ac56f","name":"Add Asset Comment","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assetIds\": [\n    \"e17bbf2c-9519-451c-a5f3-adcfce089d24\"\n  ],\n  \"text\": \"Looks great!\",\n  \"parentCommentId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/assets/comment?scopeType=workspace&scopeId=328658","host":["https://dev.globaledit.com/v1"],"path":["assets","comment"],"query":[{"key":"scopeType","value":"workspace","description":"Scope type: collection, project, or workspace"},{"key":"scopeId","value":"328658","description":"Scope ID matching scopeType"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"assetId\": \"e17bbf2c-9519-451c-a5f3-adcfce089d24\",\n    \"comment\": {\n      \"id\": \"c1d2e3f4-a5b6-7890-cdef-012345678901\",\n      \"text\": \"Looks great!\",\n      \"createdOn\": \"2026-05-21T10:00:00Z\",\n      \"modifiedOn\": \"2026-05-21T10:00:00Z\",\n      \"userId\": 328660,\n      \"isDeleted\": false\n    }\n  }\n]"}],"_postman_id":"e8fecfea-3117-440e-bb3b-4eb49d083a90"},{"name":"Add Folder Comment","id":"cafb8f34-cfab-4df8-914f-5598355ea10e","request":{"method":"POST","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  \"text\": \"Ready for review\",\n  \"parentCommentId\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId/comment","description":"<p>Adds a comment to a folder. The optional <code>parentCommentId</code> field creates a threaded reply.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>asset:comment:update</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","comment"],"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"},{"description":{"content":"<p>(Required) Folder ID</p>\n","type":"text/plain"},"type":"any","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","key":"folderId"}]}},"response":[{"id":"fb02fbde-2cfc-4055-87e7-3503d9ae2c19","name":"Add Folder Comment","originalRequest":{"method":"POST","header":[{"description":"(Required) Authentication header","key":"x-globaledit-userid","value":"328660"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Ready for review\",\n  \"parentCommentId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/users/workspaces/:workspaceId/folders/:folderId/comment","host":["https://dev.globaledit.com/v1"],"path":["users","workspaces",":workspaceId","folders",":folderId","comment"],"variable":[{"key":"workspaceId","value":"328658","description":"(Required) Workspace ID"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","description":"(Required) Folder ID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"c1d2e3f4-a5b6-7890-cdef-012345678901\",\n  \"text\": \"Ready for review\",\n  \"createdOn\": \"2026-05-21T10:00:00Z\",\n  \"modifiedOn\": \"2026-05-21T10:00:00Z\",\n  \"userId\": 328660,\n  \"isDeleted\": false\n}"}],"_postman_id":"cafb8f34-cfab-4df8-914f-5598355ea10e"}],"id":"32337816-7de1-46f1-acd4-6b64169179da","_postman_id":"32337816-7de1-46f1-acd4-6b64169179da","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":"4dbcb245-5bac-447b-90cb-c86589cf15b2","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":[{"id":"c2d0c351-70c0-49a8-9d09-22d15dd68cfd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"28165","key":"accountId"},{"id":"5b9eb1ef-529b-4a14-bdbf-22d623c2a274","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"a38f9dcb-b54b-973c-9433-6783e751cfb4","key":"projectId"}]}},"response":[{"id":"ba55ce33-c977-4083-ae86-1792371056aa","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":"4dbcb245-5bac-447b-90cb-c86589cf15b2"},{"name":"Create Project","id":"ed648e7a-27dc-4fbb-aa46-5dc8e2d26261","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":"72dcd4fd-8f2d-4c87-9a99-86c6e48576a4","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"d6d5aca1-bd7b-43bf-90d3-7980b5d14443","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":"72dcd4fd-8f2d-4c87-9a99-86c6e48576a4","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"ed648e7a-27dc-4fbb-aa46-5dc8e2d26261"},{"name":"Unique Project Name Check","id":"96ba6011-4db4-450b-b417-98cbe09ca4f0","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":"bb7bbd10-4cc6-4154-b24d-bbac70d9732c","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"74b6a2b6-1a5f-4370-93b3-944de2465cef","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":"bb7bbd10-4cc6-4154-b24d-bbac70d9732c","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"96ba6011-4db4-450b-b417-98cbe09ca4f0"},{"name":"Bulk Invite Users to Project Assignment","id":"5b73cf7f-45d5-48aa-bef9-144ff070c60f","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":"755bf29a-5fc2-44a4-8288-2b5ae64c6f72","description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"513a3249-792a-eba5-4012-1cca92a02b84","key":"collectionId"},{"id":"7c02d20d-dcdf-4744-8249-7477bf0dbc49","description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"accountId"}]}},"response":[{"id":"1ab4a95f-a8a6-40e8-ad55-8e38837e3f7e","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":"755bf29a-5fc2-44a4-8288-2b5ae64c6f72","key":"collectionId","value":"513a3249-792a-eba5-4012-1cca92a02b84","type":"any","description":"(Required) Collection ID"},{"id":"7c02d20d-dcdf-4744-8249-7477bf0dbc49","key":"accountId","value":"51574021","type":"any","description":"(Required) Account ID"}],"_postman_id":"5b73cf7f-45d5-48aa-bef9-144ff070c60f"},{"name":"Get Folder Project Assignments","id":"321d1d2f-53ad-43c7-852e-085b4a911b10","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>Returns all project assignments for the specified folder. Responds with <code>200</code> and a JSON array when the payload is under 6 MB; responds with <code>302</code> (redirect to an S3 download link) when the payload exceeds 6 MB.</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":[{"description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"328658","key":"workspaceId"},{"description":{"content":"<p>(Required) Folder ID</p>\n","type":"text/plain"},"type":"any","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205","key":"folderId"}]}},"response":[{"id":"26364f71-9702-40ea-a6c2-325bdc0a8c7a","name":"Get Folder Project Assignments","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":"328658"},{"key":"folderId","value":"68109881-d9d6-42d1-9bf1-d0717d8a7205"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8\",\n    \"accountId\": 101,\n    \"workspaceId\": 328658,\n    \"folderId\": \"68109881-d9d6-42d1-9bf1-d0717d8a7205\",\n    \"name\": \"Spring Campaign Review\",\n    \"description\": \"Review assets for the spring campaign\",\n    \"internalNote\": \"\",\n    \"createdOn\": \"2026-04-01T10:00:00Z\",\n    \"createdBy\": 328660,\n    \"modifiedOn\": \"2026-04-15T12:00:00Z\",\n    \"modifiedBy\": 328660,\n    \"assetCount\": 24,\n    \"newEventCount\": 2,\n    \"expired\": false,\n    \"favorite\": false,\n    \"archived\": false,\n    \"tags\": [\n      \"spring\",\n      \"campaign\"\n    ]\n  }\n]"}],"_postman_id":"321d1d2f-53ad-43c7-852e-085b4a911b10"},{"name":"Set Project Status","id":"15cef141-56d6-4908-94e6-a5d4957df47e","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  \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.globaledit.com/v1/accounts/:accountId/projects/:projectId/status","description":"<p>Updates the status of a project assignment. Accepted values: <code>inProgress</code>, <code>completed</code>.</p>\n<p><strong>Policies (any):</strong></p>\n<ul>\n<li>collection:view</li>\n<li>public:collection: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":["accounts",":accountId","projects",":projectId","status"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Account ID</p>\n","type":"text/plain"},"type":"any","value":"101","key":"accountId"},{"description":{"content":"<p>(Required) Project ID</p>\n","type":"text/plain"},"type":"any","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8","key":"projectId"}]}},"response":[{"id":"3f02bed6-eb50-4f15-9385-078f6baf1018","name":"Set Project Status","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  \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.globaledit.com/v1/accounts/:accountId/projects/:projectId/status","host":["https://dev.globaledit.com/v1"],"path":["accounts",":accountId","projects",":projectId","status"],"variable":[{"key":"accountId","value":"101"},{"key":"projectId","value":"a3f1e2d4-8b9c-4f5a-b1c2-d3e4f5a6b7c8"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15cef141-56d6-4908-94e6-a5d4957df47e"}],"id":"4e9ae05b-1778-42e9-adbc-4f6aadfcd88c","_postman_id":"4e9ae05b-1778-42e9-adbc-4f6aadfcd88c","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":"Get Current User Profile","id":"12211b32-f9f1-432e-840d-d6474bc469b4","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/me","description":"<p>Returns the profile of the currently authenticated user, including their organization memberships. <strong>Requires Bearer token authentication — API key is not supported for this endpoint.</strong></p>\n","urlObject":{"path":["users","me"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[]}},"response":[{"id":"b1694630-1d4c-4a44-adfb-e7b0f1a038a1","name":"Get Current User Profile","originalRequest":{"auth":{"type":"bearer","bearer":{"token":"<Bearer Token>"}},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://dev.globaledit.com/v1/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 328660,\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"displayName\": \"John Doe\",\n  \"email\": \"john.doe@example.com\",\n  \"phoneNumber\": \"+1 555 000 1234\",\n  \"avatar\": {\n    \"imageUrl\": \"\",\n    \"option\": \"Color\",\n    \"color\": \"#3A86FF\"\n  },\n  \"termsOfServiceAccepted\": true,\n  \"orgs\": [\n    {\n      \"id\": 1001,\n      \"name\": \"Example Organization\",\n      \"avatar\": {\n        \"imageUrl\": \"\",\n        \"option\": \"Color\",\n        \"backgroundColor\": \"#FF6B6B\",\n        \"text\": \"EO\"\n      },\n      \"status\": \"Live\",\n      \"lastAccessedOn\": \"2026-05-20T10:00:00Z\",\n      \"userType\": \"Standard\"\n    }\n  ],\n  \"profileCreated\": true\n}"}],"_postman_id":"12211b32-f9f1-432e-840d-d6474bc469b4"},{"name":"Get Current User Collection Accounts","id":"16f5adf6-9548-41e5-abfd-991e6958cded","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/organizations/:orgId/collections/accounts","description":"<p>Returns the list of accounts within an organization that the current user has collection access to.</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":["organizations",":orgId","collections","accounts"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Organization ID</p>\n","type":"text/plain"},"type":"any","value":"1001","key":"orgId"}]}},"response":[{"id":"959e8197-cf0c-4a7e-983c-8c494b0ff44c","name":"Get Current User Collection Accounts","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/organizations/:orgId/collections/accounts","host":["https://dev.globaledit.com/v1"],"path":["organizations",":orgId","collections","accounts"],"variable":[{"key":"orgId","value":"1001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 101,\n    \"name\": \"First Sample Account\"\n  },\n  {\n    \"id\": 104,\n    \"name\": \"Second Sample Account\"\n  }\n]"}],"_postman_id":"16f5adf6-9548-41e5-abfd-991e6958cded"},{"name":"Get Current User Policies in Organization","id":"3878c534-b9ac-4a2c-809f-9e668400152b","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/organizations/:orgId/policies","description":"<p>Returns the current user's role and policies within the organization, broken down by account and workspace. The response includes workspace IDs and names, which can be used as <code>scopeId</code> when <code>scopeType=workspace</code>.</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":["organizations",":orgId","policies"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Organization ID</p>\n","type":"text/plain"},"type":"any","value":"328657","key":"orgId"}]}},"response":[{"id":"8d0d9b70-8b19-411b-a57f-225b3d5a6231","name":"Get Current User Policies in Organization","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":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/organizations/:orgId/policies","host":["https://dev.globaledit.com/v1"],"path":["organizations",":orgId","policies"],"variable":[{"key":"orgId","value":"328657"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 328657,\n  \"organizationName\": \"Example Org\",\n  \"roleName\": \"Admin\",\n  \"policies\": [\"ws:view\", \"asset:upload\", \"asset:download\"],\n  \"accounts\": [\n    {\n      \"id\": 328657,\n      \"accountName\": \"Example Account\",\n      \"roleName\": \"Admin\",\n      \"policies\": [\"ws:view\", \"asset:upload\"],\n      \"workspaces\": [\n        {\n          \"id\": 328658,\n          \"workspaceName\": \"Main Workspace\",\n          \"roleName\": \"Admin\",\n          \"policies\": [\"ws:view\", \"asset:upload\", \"asset:download\"]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"3878c534-b9ac-4a2c-809f-9e668400152b"},{"name":"Get Organization Users","id":"59db8d35-052a-40dc-8b7e-ecccb480faed","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/organizations/:orgId/users","description":"<p>Returns a list of all users in the 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":["organizations",":orgId","users"],"host":["https://dev.globaledit.com/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) Organization ID</p>\n","type":"text/plain"},"type":"any","value":"328657","key":"orgId"}]}},"response":[{"id":"29fe6155-0140-4339-9340-cac7963f45fc","name":"Get Organization Users","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":"328660"}],"url":{"raw":"https://dev.globaledit.com/v1/organizations/:orgId/users","host":["https://dev.globaledit.com/v1"],"path":["organizations",":orgId","users"],"variable":[{"key":"orgId","value":"328657"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 328660,\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Smith\",\n    \"displayName\": \"Jane Smith\",\n    \"email\": \"jane.smith@example.com\",\n    \"status\": \"Active\",\n    \"userTypes\": [\"Standard\"],\n    \"avatar\": {\n      \"imageUrl\": \"\",\n      \"option\": \"Color\",\n      \"color\": \"#4A90D9\"\n    },\n    \"accountIds\": [328657]\n  },\n  {\n    \"id\": 221653,\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"displayName\": \"John Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"status\": \"Active\",\n    \"userTypes\": [\"Standard\"],\n    \"avatar\": {\n      \"imageUrl\": \"\",\n      \"option\": \"None\",\n      \"color\": \"\"\n    },\n    \"accountIds\": [328657]\n  }\n]"}],"_postman_id":"59db8d35-052a-40dc-8b7e-ecccb480faed"},{"name":"Update User Role Assignments","id":"6a64debe-ff83-468f-ae42-47cc3c530b81","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":"860a5bb1-b0b4-42dc-a37a-810a518af048","description":{"content":"<p>(Required) Workspace ID</p>\n","type":"text/plain"},"type":"any","value":"51574021","key":"workspaceId"}]}},"response":[{"id":"356e2f9c-26b0-4d6a-903b-ed0f98a75b83","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":"860a5bb1-b0b4-42dc-a37a-810a518af048","key":"workspaceId","value":"51574021","type":"any","description":"(Required) Workspace ID"}],"_postman_id":"6a64debe-ff83-468f-ae42-47cc3c530b81"}],"id":"1f54f0e0-2142-40f0-b0cf-7124fbb96dc5","_postman_id":"1f54f0e0-2142-40f0-b0cf-7124fbb96dc5","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"}]}